1
1
$font-size : 16px ;
2
2
$font-family : ' Roboto Condensed' , sans-serif ;
3
3
$monospace : ' Source Code Pro' , monospace ;
4
-
5
- /* *
6
- * Font definitions generated from https://google-webfonts-helper.herokuapp.com/fonts
7
- **/
8
-
9
- /* roboto-condensed-regular - latin */
10
- @font-face {
11
- font-family : ' Roboto Condensed' ;
12
- font-style : normal ;
13
- font-weight : 400 ;
14
- src : local (' Roboto Condensed' ), local (' RobotoCondensed-Regular' ),
15
- url (' ../assets/fonts/roboto-condensed-v14-latin-regular.woff2' ) format (' woff2' ), /* Chrome 26+, Opera 23+, Firefox 39+ */
16
- url (' ../assets/fonts/roboto-condensed-v14-latin-regular.woff' ) format (' woff' ); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
17
- }
18
- /* roboto-condensed-700 - latin */
19
- @font-face {
20
- font-family : ' Roboto Condensed' ;
21
- font-style : normal ;
22
- font-weight : 700 ;
23
- src : local (' Roboto Condensed Bold' ), local (' RobotoCondensed-Bold' ),
24
- url (' ../assets/fonts/roboto-condensed-v14-latin-700.woff2' ) format (' woff2' ), /* Chrome 26+, Opera 23+, Firefox 39+ */
25
- url (' ../assets/fonts/roboto-condensed-v14-latin-700.woff' ) format (' woff' ); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
26
- }
27
-
28
- /* source-code-pro-regular - latin */
29
- @font-face {
30
- font-family : ' Source Code Pro' ;
31
- font-style : normal ;
32
- font-weight : 400 ;
33
- src : local (' Source Code Pro' ), local (' SourceCodePro-Regular' ),
34
- url (' ../assets/fonts/source-code-pro-v6-latin-regular.woff2' ) format (' woff2' ), /* Chrome 26+, Opera 23+, Firefox 39+ */
35
- url (' ../assets/fonts/source-code-pro-v6-latin-regular.woff' ) format (' woff' ); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
36
- }
37
- /* source-code-pro-700 - latin */
38
- @font-face {
39
- font-family : ' Source Code Pro' ;
40
- font-style : normal ;
41
- font-weight : 700 ;
42
- src : local (' Source Code Pro Bold' ), local (' SourceCodePro-Bold' ),
43
- url (' ../assets/fonts/source-code-pro-v6-latin-700.woff2' ) format (' woff2' ), /* Chrome 26+, Opera 23+, Firefox 39+ */
44
- url (' ../assets/fonts/source-code-pro-v6-latin-700.woff' ) format (' woff' ); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
45
- }
0 commit comments