|
11 | 11 | --primary-lightness: 50.2%; |
12 | 12 |
|
13 | 13 | --ifm-font-family-monospace: |
14 | | - ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, Liberation Mono, |
15 | | - Courier New, monospace; |
| 14 | + 'Fira Code', 'JetBrains Mono', 'JetBrains Mono Fallback', ui-monospace, |
| 15 | + SFMono-Regular, Menlo, Monaco, Consolas, Liberation Mono, Courier New, |
| 16 | + monospace; |
16 | 17 | --ifm-font-family-base: |
17 | | - -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', |
18 | | - Arial, sans-serif; |
19 | | - --ifm-heading-font-family: |
20 | | - -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', |
21 | | - Arial, sans-serif; |
| 18 | + Inter, Roboto, 'Helvetica Neue', 'Arial Nova', 'Nimbus Sans', ui-sans-serif, |
| 19 | + system-ui, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, |
| 20 | + Noto Color Emoji; |
| 21 | + --ifm-heading-font-family: var(--ifm-font-family-base); |
22 | 22 |
|
23 | 23 | --ifm-font-size-base: 100%; |
24 | 24 | --ifm-line-height-base: 1.75; |
@@ -377,7 +377,7 @@ article p { |
377 | 377 | } |
378 | 378 |
|
379 | 379 | .menu { |
380 | | - font-size: 93.75%; |
| 380 | + font-size: 87.5%; |
381 | 381 | font-weight: var(--ifm-font-weight-normal); |
382 | 382 | } |
383 | 383 |
|
@@ -728,6 +728,8 @@ pre code:has(.code-block-diff-remove-line) { |
728 | 728 |
|
729 | 729 | code { |
730 | 730 | border-width: 1px; |
| 731 | + -webkit-font-smoothing: auto; |
| 732 | + -moz-osx-font-smoothing: auto; |
731 | 733 | } |
732 | 734 |
|
733 | 735 | .blog-wrapper .container aside nav { |
|
0 commit comments