Files: 81dbb45c53a3d0fae5a85ab40e963c1057a9fec0 / tmpl / css / fonts.part.js
5302 bytesRaw
1 | module.exports.sourceCodePro = () => ` |
2 | @font-face { |
3 | font-family: "Source Code Pro"; |
4 | font-style: normal; |
5 | font-weight: 300; |
6 | src: local("Source Code Pro Light"), local("SourceCodePro-Light"), url(../fonts/SourceCodePro-Light.otf) format("opentype"); |
7 | } |
8 | @font-face { |
9 | font-family: "Source Code Pro"; |
10 | font-style: normal; |
11 | font-weight: 700; |
12 | src: local("Source Code Pro Bold"), local("SourceCodePro-Bold"), url(../fonts/SourceCodePro-Bold.otf) format("opentype"); |
13 | } |
14 | @font-face { |
15 | font-family: "Source Code Pro"; |
16 | font-style: italic; |
17 | font-weight: 900; |
18 | src: local("Source Code Pro Black Italic"), local("SourceCodePro-BlackIt"), url(../fonts/SourceCodePro-BlackIt.otf) format("opentype"); |
19 | } |
20 | @font-face { |
21 | font-family: "Source Code Pro"; |
22 | font-style: normal; |
23 | font-weight: 200; |
24 | src: local("Source Code Pro ExtraLight"), local("SourceCodePro-ExtraLight"), url(../fonts/SourceCodePro-ExtraLight.otf) format("opentype"); |
25 | } |
26 | @font-face { |
27 | font-family: "Source Code Pro"; |
28 | font-style: normal; |
29 | font-weight: 400; |
30 | src: local("Source Code Pro"), local("SourceCodePro-Regular"), url(../fonts/SourceCodePro-Regular.otf) format("opentype"); |
31 | } |
32 | @font-face { |
33 | font-family: "Source Code Pro"; |
34 | font-style: italic; |
35 | font-weight: 300; |
36 | src: local("Source Code Pro Light Italic"), local("SourceCodePro-LightIt"), url(../fonts/SourceCodePro-LightIt.otf) format("opentype"); |
37 | } |
38 | @font-face { |
39 | font-family: "Source Code Pro"; |
40 | font-style: italic; |
41 | font-weight: 700; |
42 | src: local("Source Code Pro Bold Italic"), local("SourceCodePro-BoldIt"), url(../fonts/SourceCodePro-BoldIt.otf) format("opentype"); |
43 | } |
44 | @font-face { |
45 | font-family: "Source Code Pro"; |
46 | font-style: italic; |
47 | font-weight: 600; |
48 | src: local("Source Code Pro Semibold Italic"), local("SourceCodePro-SemiboldIt"), url(../fonts/SourceCodePro-SemiboldIt.otf) format("opentype"); |
49 | } |
50 | @font-face { |
51 | font-family: "Source Code Pro"; |
52 | font-style: italic; |
53 | font-weight: 200; |
54 | src: local("Source Code Pro ExtraLight Italic"), local("SourceCodePro-ExtraLightIt"), url(../fonts/SourceCodePro-ExtraLightIt.otf) format("opentype"); |
55 | } |
56 | @font-face { |
57 | font-family: "Source Code Pro"; |
58 | font-style: italic; |
59 | font-weight: 400; |
60 | src: local("Source Code Pro Italic"), local("SourceCodePro-It"), url(../fonts/SourceCodePro-It.otf) format("opentype"); |
61 | } |
62 | @font-face { |
63 | font-family: "Source Code Pro"; |
64 | font-style: normal; |
65 | font-weight: 900; |
66 | src: local("Source Code Pro Black"), local("SourceCodePro-Black"), url(../fonts/SourceCodePro-Black.otf) format("opentype"); |
67 | } |
68 | @font-face { |
69 | font-family: "Source Code Pro"; |
70 | font-style: normal; |
71 | font-weight: 600; |
72 | src: local("Source Code Pro Semibold"), local("SourceCodePro-Semibold"), url(../fonts/SourceCodePro-Semibold.otf) format("opentype"); |
73 | } |
74 | ` |
75 | |
76 | module.exports.sourceSansPro = () => ` |
77 | @font-face { |
78 | font-family: "Source Sans Pro"; |
79 | font-style: normal; |
80 | font-weight: 300; |
81 | src: local("Source Sans Pro Light"), local("SourceSansPro-Light"), url(../fonts/SourceSansPro-Light.otf) format("opentype"); |
82 | } |
83 | @font-face { |
84 | font-family: "Source Sans Pro"; |
85 | font-style: normal; |
86 | font-weight: 700; |
87 | src: local("Source Sans Pro Bold"), local("SourceSansPro-Bold"), url(../fonts/SourceSansPro-Bold.otf) format("opentype"); |
88 | } |
89 | @font-face { |
90 | font-family: "Source Sans Pro"; |
91 | font-style: italic; |
92 | font-weight: 900; |
93 | src: local("Source Sans Pro Black Italic"), local("SourceSansPro-BlackIt"), url(../fonts/SourceSansPro-BlackIt.otf) format("opentype"); |
94 | } |
95 | @font-face { |
96 | font-family: "Source Sans Pro"; |
97 | font-style: normal; |
98 | font-weight: 200; |
99 | src: local("Source Sans Pro ExtraLight"), local("SourceSansPro-ExtraLight"), url(../fonts/SourceSansPro-ExtraLight.otf) format("opentype"); |
100 | } |
101 | @font-face { |
102 | font-family: "Source Sans Pro"; |
103 | font-style: normal; |
104 | font-weight: 400; |
105 | src: local("Source Sans Pro"), local("SourceSansPro-Regular"), url(../fonts/SourceSansPro-Regular.otf) format("opentype"); |
106 | } |
107 | @font-face { |
108 | font-family: "Source Sans Pro"; |
109 | font-style: italic; |
110 | font-weight: 300; |
111 | src: local("Source Sans Pro Light Italic"), local("SourceSansPro-LightIt"), url(../fonts/SourceSansPro-LightIt.otf) format("opentype"); |
112 | } |
113 | @font-face { |
114 | font-family: "Source Sans Pro"; |
115 | font-style: italic; |
116 | font-weight: 700; |
117 | src: local("Source Sans Pro Bold Italic"), local("SourceSansPro-BoldIt"), url(../fonts/SourceSansPro-BoldIt.otf) format("opentype"); |
118 | } |
119 | @font-face { |
120 | font-family: "Source Sans Pro"; |
121 | font-style: italic; |
122 | font-weight: 600; |
123 | src: local("Source Sans Pro Semibold Italic"), local("SourceSansPro-SemiboldIt"), url(../fonts/SourceSansPro-SemiboldIt.otf) format("opentype"); |
124 | } |
125 | @font-face { |
126 | font-family: "Source Sans Pro"; |
127 | font-style: italic; |
128 | font-weight: 200; |
129 | src: local("Source Sans Pro ExtraLight Italic"), local("SourceSansPro-ExtraLightIt"), url(../fonts/SourceSansPro-ExtraLightIt.otf) format("opentype"); |
130 | } |
131 | @font-face { |
132 | font-family: "Source Sans Pro"; |
133 | font-style: italic; |
134 | font-weight: 400; |
135 | src: local("Source Sans Pro Italic"), local("SourceSansPro-It"), url(../fonts/SourceSansPro-It.otf) format("opentype"); |
136 | } |
137 | @font-face { |
138 | font-family: "Source Sans Pro"; |
139 | font-style: normal; |
140 | font-weight: 900; |
141 | src: local("Source Sans Pro Black"), local("SourceSansPro-Black"), url(../fonts/SourceSansPro-Black.otf) format("opentype"); |
142 | } |
143 | @font-face { |
144 | font-family: "Source Sans Pro"; |
145 | font-style: normal; |
146 | font-weight: 600; |
147 | src: local("Source Sans Pro Semibold"), local("SourceSansPro-Semibold"), url(../fonts/SourceSansPro-Semibold.otf) format("opentype"); |
148 | } |
149 | ` |
Built with git-ssb-web