summaryrefslogtreecommitdiff
path: root/app/assets/stylesheets/framework/fonts.scss
blob: 5f9685bc71a05cbf32e78f98d9a288264455686c (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
42
43
44
45
// Disabling "SpaceAfterPropertyColon" linter because the linter doesn't like
// the way the `src` property is formatted in this file.
// scss-lint:disable SpaceAfterPropertyColon

/* 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');
}