|
13 | 13 | // ============================================================================ |
14 | 14 | // $ FONT FAMILY (ff-) |
15 | 15 | // ---------------------------------------------------------------------------- |
16 | | -@ff-sans: |
17 | | - -apple-system, BlinkMacSystemFont, // San Francisco on macOS and iOS |
18 | | - "Segoe UI", // Windows |
19 | | - "Liberation Sans", // Linux |
20 | | - sans-serif; // The final fallback for rendering in sans-serif. |
| 16 | +// -apple-system, BlinkMacSystemFont, // San Francisco on macOS and iOS |
| 17 | +// "Segoe UI", // Windows |
| 18 | +// "Liberation Sans", // Linux |
| 19 | +// sans-serif; // The final fallback for rendering in sans-serif. |
| 20 | + |
| 21 | +// ui-monospace, // San Francisco Mono on macOS and iOS |
| 22 | +// "Cascadia Mono", "Segoe UI Mono", // Newer Windows monospace fonts that are optionally installed. Most likely to be rendered in Consolas |
| 23 | +// "Liberation Mono", // Linux |
| 24 | +// Menlo, Monaco, Consolas, // A few sensible system font choices |
| 25 | +// monospace; // The final fallback for rendering in monospace. |
| 26 | + |
| 27 | +@ff-sans: -apple-system, BlinkMacSystemFont, "Segoe UI", "Liberation Sans", sans-serif; |
21 | 28 | @ff-serif: Georgia, Cambria, "Times New Roman", Times, serif; |
22 | | -@ff-mono: |
23 | | - ui-monospace, // San Francisco Mono on macOS and iOS |
24 | | - "Cascadia Mono", "Segoe UI Mono", // Newer Windows monospace fonts that are optionally installed. Most likely to be rendered in Consolas |
25 | | - "Liberation Mono", // Linux |
26 | | - Menlo, Monaco, Consolas, // A few sensible system font choices |
27 | | - monospace; // The final fallback for rendering in monospace. |
| 29 | +@ff-mono: ui-monospace, "Cascadia Mono", "Segoe UI Mono", "Liberation Mono", Menlo, Monaco, Consolas, monospace; |
| 30 | +@ff-dyslexic: "Comic Sans", "Comic Sans MS", "Chalkboard", "ChalkboardSE-Regular"; |
28 | 31 |
|
29 | 32 | body { |
30 | 33 | --ff-sans: @ff-sans; |
|
34 | 37 | } |
35 | 38 |
|
36 | 39 | body.theme-dyslexic { |
37 | | - --ff-sans: "Comic Sans MS"; |
| 40 | + --ff-sans: @ff-dyslexic, @ff-sans; |
38 | 41 | --ff-mono: Comic Mono; |
39 | 42 | } |
40 | 43 |
|
|
0 commit comments