aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/sass/include/_fonts.scss
blob: be11321605acf1fc6692f9c402c2930d31e44fda (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
@font-face{
  font-family: 'Source Sans Pro';
  font-weight: 200 900;
  font-style: normal;
  font-stretch: normal;
  src: url('../fonts/source-sans/WOFF2/VAR/SourceSans3VF-Roman.ttf.woff2') format('woff2');
}

@font-face{
  font-family: 'Source Sans Pro';
  font-weight: 200 900;
  font-style: italic;
  font-stretch: normal;
  src: url('../fonts/source-sans/WOFF2/VAR/SourceSans3VF-Italic.ttf.woff2') format('woff2');
}