This repository was archived by the owner on Oct 22, 2021. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +13
-7
lines changed Expand file tree Collapse file tree 3 files changed +13
-7
lines changed Original file line number Diff line number Diff line change 4
4
/* Import Fonts */
5
5
/* Fira Mono */
6
6
@font-face {
7
- font-family : "Fira Mono" ;
8
- src : url ("../fonts/fira_mono.woff2" ) format ("woff2" );
7
+ font-family : "Fira Mono" ;
8
+ src : url ("../fonts/fira_mono.woff2" ) format ("woff2" );
9
9
}
10
10
/* United Sans Medium */
11
11
@font-face {
12
- font-family : "United Sans Medium" ;
13
- src : url ("../fonts/united_sans.woff2" ) format ("woff2" );
12
+ font-family : "United Sans Medium" ;
13
+ src : url ("../fonts/united_sans.woff2" ) format ("woff2" );
14
+ }
15
+ /* United Sans Light */
16
+ @font-face {
17
+ font-family : "United Sans Light" ;
18
+ src : url ("../fonts/united_sans_light.woff2" ) format ("woff2" );
14
19
}
15
20
16
21
/* Apply Fonts */
17
22
body {
18
- font-family : var (--font_main ), sans-serif;
23
+ font-family : var (--font_main ), sans-serif;
19
24
}
20
25
21
26
pre {
22
- font-family : var (--font_console ), sans-serif;
27
+ font-family : var (--font_console ), sans-serif;
23
28
}
Original file line number Diff line number Diff line change 1
1
: root {
2
2
--font_main : "United Sans Medium" ;
3
+ --font_main_light : "United Sans Light" ;
3
4
--font_console : "Fira Mono" ;
4
- }
5
+ }
You can’t perform that action at this time.
0 commit comments