File tree Expand file tree Collapse file tree 1 file changed +35
-0
lines changed
Expand file tree Collapse file tree 1 file changed +35
-0
lines changed Original file line number Diff line number Diff line change 3939 font-style : normal;
4040 src : url ('../fonts/flow-circular.woff' ) format ('woff' );
4141}
42+
43+ @font-face {
44+ font-family : 'JetBrains Mono' ;
45+ src : url ('https://raw.githubusercontent.com/JetBrains/JetBrainsMono/master/fonts/webfonts/JetBrainsMono-Regular.woff2' )
46+ format ('woff2' ),
47+ url ('https://raw.githubusercontent.com/JetBrains/JetBrainsMono/master/fonts/ttf/JetBrainsMono-Regular.ttf' )
48+ format ('truetype' );
49+ font-weight : normal;
50+ font-style : normal;
51+ }
52+
53+ code {
54+ font-family : 'JetBrains Mono' ;
55+ font-size : 14px ;
56+ font-weight : 400 ;
57+ font-style : normal;
58+ font-variant : normal;
59+ text-transform : none;
60+ line-height : 1.5 ;
61+ letter-spacing : normal;
62+ word-spacing : normal;
63+ text-indent : 0px ;
64+ text-align : start;
65+ text-decoration-style : initial;
66+ text-decoration-color : initial;
67+ text-decoration-line : initial;
68+ text-decoration-skip : initial;
69+ text-decoration-spacing : initial;
70+ text-transform : none;
71+ text-rendering : optimizeLegibility;
72+ -webkit-font-smoothing : antialiased;
73+ -webkit-font-feature-settings : 'liga' on, 'calt' on;
74+ -moz-osx-font-smoothing : grayscale;
75+ -moz-font-feature-settings : 'liga' on;
76+ }
You can’t perform that action at this time.
0 commit comments