|
| 1 | +/* Override font variables */ |
| 2 | +:root { |
| 3 | + --font-jetbrains-mono: Menlo, Monaco, "Courier New", monospace !important; |
| 4 | + /* --font-jetbrains-mono: Consolas, Monaco, "Andale Mono", "Ubuntu Mono", monospace !important; */ |
| 5 | +} |
| 6 | + |
| 7 | +pre[class*="language-"], |
| 8 | +code[class*="language-"], |
| 9 | +pre, |
| 10 | +code, |
| 11 | +kbd, |
| 12 | +samp { |
| 13 | + font-family: Menlo, Monaco, "Andale Mono", "Ubuntu Mono", monospace !important; |
| 14 | + --font-jetbrains-mono: Consolas, Monaco, "Andale Mono", "Ubuntu Mono", |
| 15 | + monospace !important; |
| 16 | + font-weight: 500 !important; |
| 17 | +} |
| 18 | + |
1 | 19 | pre[class*="language-"] {
|
2 |
| - font-family: Consolas, Monaco, "Andale Mono", "Ubuntu Mono", monospace; |
| 20 | + font-family: Menlo, Monaco, "Andale Mono", "Ubuntu Mono", monospace !important; |
| 21 | + font-weight: 500 !important; |
3 | 22 | text-align: left;
|
4 | 23 | white-space: pre;
|
5 | 24 | word-spacing: normal;
|
@@ -52,7 +71,7 @@ pre[class*="language-"] {
|
52 | 71 |
|
53 | 72 | .language-python .language-bash {
|
54 | 73 | background-color: #15141b !important;
|
55 |
| - font-family: Menlo, Monaco, Consolas, "Courier New", monospace !important; |
| 74 | + font-family: Consolas, Monaco, "Andale Mono", "Ubuntu Mono", monospace !important; |
56 | 75 | font-weight: 600 !important;
|
57 | 76 | font-size: 16px !important;
|
58 | 77 | }
|
|
0 commit comments