summaryrefslogtreecommitdiff
path: root/app/assets/stylesheets/framework/fonts.scss
blob: 7a946109e3af43f990ba210db98e5cfb814036af (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
/* latin-ext */
@font-face {
  font-family: 'Source Sans Pro';
  font-style: normal;
  font-weight: 300;
  src:
    local('Source Sans Pro Light'),
    local('SourceSansPro-Light'),
    font-url('SourceSansPro-Light.ttf.woff2') format('woff2'),
    font-url('SourceSansPro-Light.ttf.woff') format('woff');
}
@font-face {
  font-family: 'Source Sans Pro';
  font-style: normal;
  font-weight: 400;
  src:
    local('Source Sans Pro'),
    local('SourceSansPro-Regular'),
    font-url('SourceSansPro-Regular.ttf.woff2') format('woff2'),
    font-url('SourceSansPro-Regular.ttf.woff') format('woff');
}
@font-face {
  font-family: 'Source Sans Pro';
  font-style: normal;
  font-weight: 600;
  src:
    local('Source Sans Pro Semibold'),
    local('SourceSansPro-Semibold'),
    font-url('SourceSansPro-Semibold.ttf.woff2') format('woff2'),
    font-url('SourceSansPro-Semibold.ttf.woff') format('woff');
}
@font-face {
  font-family: 'Source Sans Pro';
  font-style: normal;
  font-weight: 700;
  src:
    local('Source Sans Pro Bold'),
    local('SourceSansPro-Bold'),
    font-url('SourceSansPro-Bold.ttf.woff2') format('woff2'),
    font-url('SourceSansPro-Bold.ttf.woff') format('woff');
}