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 11/* Regular */
22@font-face {
3- font-family : ' JetBrainsMono' ;
3+ font-family : " JetBrainsMono" ;
44 font-style : normal;
55 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" );
77 font-display : swap;
88}
99
1010/* Italic */
1111@font-face {
12- font-family : ' JetBrainsMono' ;
12+ font-family : " JetBrainsMono" ;
1313 font-style : italic;
1414 font-weight : 400 ;
15- src : url (' ../fonts/jetbrainsmono/JetBrainsMono-Italic.woff2' ) format (' woff2' );
15+ src : url (" ../fonts/jetbrainsmono/JetBrainsMono-Italic.woff2" ) format (" woff2" );
1616 font-display : swap;
1717}
1818
1919/* Bold */
2020@font-face {
21- font-family : ' JetBrainsMono' ;
21+ font-family : " JetBrainsMono" ;
2222 font-style : normal;
2323 font-weight : 700 ;
24- src : url ('../fonts/jetbrainsmono/JetBrainsMono-SemiBold.woff2' ) format ('woff2' );
24+ src : url ("../fonts/jetbrainsmono/JetBrainsMono-SemiBold.woff2" )
25+ format ("woff2" );
2526 font-display : swap;
2627}
2728
2829/* Bold Italic */
2930@font-face {
30- font-family : ' JetBrainsMono' ;
31+ font-family : " JetBrainsMono" ;
3132 font-style : italic;
3233 font-weight : 700 ;
33- src : url ('../fonts/jetbrainsmono/JetBrainsMono-BoldItalic.woff2' ) format ('woff2' );
34+ src : url ("../fonts/jetbrainsmono/JetBrainsMono-BoldItalic.woff2" )
35+ format ("woff2" );
3436 font-display : swap;
3537}
3638
@@ -1301,7 +1303,7 @@ blockquote.important {
13011303/* MARK: Codeblocks
13021304*/
13031305code {
1304- font-family : ' JetBrainsMono' , monospace;
1306+ font-family : " JetBrainsMono" , monospace;
13051307}
13061308
13071309/* Inline Code */
@@ -1376,7 +1378,6 @@ code:not(pre code) {
13761378 background-color : white;
13771379 margin : 0 0 -1px 0 ;
13781380 /* box-shadow: 2px 2px 0px var(--color-shadow); */
1379-
13801381}
13811382
13821383.code-container {
You can’t perform that action at this time.
0 commit comments