UNPKG

3.31 kBSCSSView Raw
1// Copyright (c) 2018 Uber Technologies, Inc.
2//
3// Permission is hereby granted, free of charge, to any person obtaining a copy
4// of this software and associated documentation files (the "Software"), to deal
5// in the Software without restriction, including without limitation the rights
6// to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
7// copies of the Software, and to permit persons to whom the Software is
8// furnished to do so, subject to the following conditions:
9//
10// The above copyright notice and this permission notice shall be included in
11// all copies or substantial portions of the Software.
12//
13// THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
14// IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
15// FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
16// AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
17// LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
18// OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
19// THE SOFTWARE.
20
21@font-face {
22 font-family: 'source-sans-pro';
23 src: url('../../node_modules/source-sans-pro/WOFF2/TTF/SourceSansPro-Regular.ttf.woff2');
24 src: url('../../node_modules/source-sans-pro/WOFF/TTF/SourceSansPro-Regular.ttf.woff');
25 font-weight: 500;
26 font-style: normal;
27}
28
29@font-face {
30 font-family: 'source-sans-pro';
31 src: url('../../node_modules/source-sans-pro/WOFF2/TTF/SourceSansPro-Light.ttf.woff2');
32 src: url('../../node_modules/source-sans-pro/WOFF/TTF/SourceSansPro-Light.ttf.woff');
33 font-weight: 300;
34 font-style: normal;
35}
36
37@font-face {
38 font-family: 'source-sans-pro';
39 src: url('../../node_modules/source-sans-pro/WOFF2/TTF/SourceSansPro-Semibold.ttf.woff2');
40 src: url('../../node_modules/source-sans-pro/WOFF/TTF/SourceSansPro-Semibold.ttf.woff');
41 font-weight: 600;
42 font-style: normal;
43}
44
45@font-face {
46 font-family: 'source-sans-pro';
47 src: url('../../node_modules/source-sans-pro/WOFF2/TTF/SourceSansPro-Bold.ttf.woff2');
48 src: url('../../node_modules/source-sans-pro/WOFF/TTF/SourceSansPro-Bold.ttf.woff');
49 font-weight: 700;
50 font-style: normal;
51}
52
53@font-face {
54 font-family: 'source-sans-pro';
55 src: url('../../node_modules/source-sans-pro/WOFF2/TTF/SourceSansPro-It.ttf.woff2');
56 src: url('../../node_modules/source-sans-pro/WOFF/TTF/SourceSansPro-It.ttf.woff');
57 font-weight: 500;
58 font-style: italic;
59}
60
61@font-face {
62 font-family: 'source-sans-pro';
63 src: url('../../node_modules/source-sans-pro/WOFF2/TTF/SourceSansPro-LightIt.ttf.woff2');
64 src: url('../../node_modules/source-sans-pro/WOFF/TTF/SourceSansPro-LightIt.ttf.woff');
65 font-weight: 300;
66 font-style: italic;
67}
68
69@font-face {
70 font-family: 'source-sans-pro';
71 src: url('../../node_modules/source-sans-pro/WOFF2/TTF/SourceSansPro-SemiboldIt.ttf.woff2');
72 src: url('../../node_modules/source-sans-pro/WOFF/TTF/SourceSansPro-SemiboldIt.ttf.woff');
73 font-weight: 600;
74 font-style: italic;
75}
76
77@font-face {
78 font-family: 'source-sans-pro';
79 src: url('../../node_modules/source-sans-pro/WOFF2/TTF/SourceSansPro-BoldIt.ttf.woff2');
80 src: url('../../node_modules/source-sans-pro/WOFF/TTF/SourceSansPro-BoldIt.ttf.woff');
81 font-weight: 700;
82 font-style: italic;
83}
84