File tree Expand file tree Collapse file tree 1 file changed +11
-10
lines changed Expand file tree Collapse file tree 1 file changed +11
-10
lines changed Original file line number Diff line number Diff line change 1
1
/* Regular */
2
2
@font-face {
3
- font-family : ' JetBrainsMono' ;
3
+ font-family : " JetBrainsMono" ;
4
4
font-style : normal;
5
5
font-weight : 400 ; /* regular weight */
6
- src : url (' ../fonts/jetbrainsmono/JetBrainsMono-Light.woff2' ) format (' woff2' );
6
+ src : url (" ../fonts/jetbrainsmono/JetBrainsMono-Light.woff2" ) format (" woff2" );
7
7
font-display : swap;
8
8
}
9
9
10
10
/* Italic */
11
11
@font-face {
12
- font-family : ' JetBrainsMono' ;
12
+ font-family : " JetBrainsMono" ;
13
13
font-style : italic;
14
14
font-weight : 400 ;
15
- src : url (' ../fonts/jetbrainsmono/JetBrainsMono-Italic.woff2' ) format (' woff2' );
15
+ src : url (" ../fonts/jetbrainsmono/JetBrainsMono-Italic.woff2" ) format (" woff2" );
16
16
font-display : swap;
17
17
}
18
18
19
19
/* Bold */
20
20
@font-face {
21
- font-family : ' JetBrainsMono' ;
21
+ font-family : " JetBrainsMono" ;
22
22
font-style : normal;
23
23
font-weight : 700 ;
24
- src : url ('../fonts/jetbrainsmono/JetBrainsMono-SemiBold.woff2' ) format ('woff2' );
24
+ src : url ("../fonts/jetbrainsmono/JetBrainsMono-SemiBold.woff2" )
25
+ format ("woff2" );
25
26
font-display : swap;
26
27
}
27
28
28
29
/* Bold Italic */
29
30
@font-face {
30
- font-family : ' JetBrainsMono' ;
31
+ font-family : " JetBrainsMono" ;
31
32
font-style : italic;
32
33
font-weight : 700 ;
33
- src : url ('../fonts/jetbrainsmono/JetBrainsMono-BoldItalic.woff2' ) format ('woff2' );
34
+ src : url ("../fonts/jetbrainsmono/JetBrainsMono-BoldItalic.woff2" )
35
+ format ("woff2" );
34
36
font-display : swap;
35
37
}
36
38
@@ -1301,7 +1303,7 @@ blockquote.important {
1301
1303
/* MARK: Codeblocks
1302
1304
*/
1303
1305
code {
1304
- font-family : ' JetBrainsMono' , monospace;
1306
+ font-family : " JetBrainsMono" , monospace;
1305
1307
}
1306
1308
1307
1309
/* Inline Code */
@@ -1376,7 +1378,6 @@ code:not(pre code) {
1376
1378
background-color : white;
1377
1379
margin : 0 0 -1px 0 ;
1378
1380
/* box-shadow: 2px 2px 0px var(--color-shadow); */
1379
-
1380
1381
}
1381
1382
1382
1383
.code-container {
You can’t perform that action at this time.
0 commit comments