|
| 1 | +# Bookerly, Palatino, Garamond, Georgia |
1 | 2 | font: |
2 | 3 | catalog: |
3 | 4 | # Noto Serif supports Latin, Latin-1 Supplement, Latin Extended-A, Greek, Cyrillic, Vietnamese & an assortment of symbols |
4 | | - Noto Serif: |
5 | | - normal: notoserif-regular-subset.ttf |
6 | | - bold: notoserif-bold-subset.ttf |
7 | | - italic: notoserif-italic-subset.ttf |
8 | | - bold_italic: notoserif-bold_italic-subset.ttf |
9 | | - # M+ 1mn supports ASCII and the circled numbers used for conums |
10 | | - M+ 1mn: |
11 | | - normal: mplus1mn-regular-ascii-conums.ttf |
12 | | - bold: mplus1mn-bold-ascii.ttf |
13 | | - italic: mplus1mn-italic-ascii.ttf |
14 | | - bold_italic: mplus1mn-bold_italic-ascii.ttf |
15 | | - # M+ 1p supports Latin, Latin-1 Supplement, Latin Extended, Greek, Cyrillic, Vietnamese, Japanese & an assortment of symbols |
16 | | - # It also provides arrows for ->, <-, => and <= replacements in case these glyphs are missing from font |
17 | | - M+ 1p Fallback: |
18 | | - normal: mplus1p-regular-fallback.ttf |
19 | | - bold: mplus1p-regular-fallback.ttf |
20 | | - italic: mplus1p-regular-fallback.ttf |
21 | | - bold_italic: mplus1p-regular-fallback.ttf |
22 | | - fallbacks: |
23 | | - - M+ 1p Fallback |
| 5 | + # Noto Serif: |
| 6 | + # normal: notoserif-regular-subset.ttf |
| 7 | + # bold: notoserif-bold-subset.ttf |
| 8 | + # italic: notoserif-italic-subset.ttf |
| 9 | + # bold_italic: notoserif-bold_italic-subset.ttf |
| 10 | + Literata: |
| 11 | + normal: Literata-regular.ttf |
| 12 | + bold: Literata-bold.ttf |
| 13 | + italic: Literata-italic.ttf |
| 14 | + bold_italic: Literata-bold-italic.ttf |
| 15 | + Fira Code: |
| 16 | + normal: FiraCode-Regular.ttf |
| 17 | + bold: FiraCode-Bold.ttf |
| 18 | + italic: FiraCode-Italic.ttf |
| 19 | + bold_italic: FiraCode-Bold-italic.ttf |
| 20 | + # # M+ 1mn supports ASCII and the circled numbers used for conums |
| 21 | + # M+ 1mn: |
| 22 | + # normal: mplus1mn-regular-ascii-conums.ttf |
| 23 | + # bold: mplus1mn-bold-ascii.ttf |
| 24 | + # italic: mplus1mn-italic-ascii.ttf |
| 25 | + # bold_italic: mplus1mn-bold_italic-ascii.ttf |
| 26 | + # # M+ 1p supports Latin, Latin-1 Supplement, Latin Extended, Greek, Cyrillic, Vietnamese, Japanese & an assortment of symbols |
| 27 | + # # It also provides arrows for ->, <-, => and <= replacements in case these glyphs are missing from font |
| 28 | + # M+ 1p Fallback: |
| 29 | + # normal: mplus1p-regular-fallback.ttf |
| 30 | + # bold: mplus1p-regular-fallback.ttf |
| 31 | + # italic: mplus1p-regular-fallback.ttf |
| 32 | + # bold_italic: mplus1p-regular-fallback.ttf |
| 33 | + # fallbacks: |
| 34 | + # - M+ 1p Fallback |
24 | 35 | page: |
25 | 36 | background_color: ffffff |
26 | 37 | layout: portrait |
|
38 | 49 | # color as CMYK array (approximated) |
39 | 50 | #font_color: [0, 0, 0, 0.92] |
40 | 51 | #font_color: [0, 0, 0, 92%] |
41 | | - font_family: Noto Serif |
| 52 | + font_family: Literata |
42 | 53 | # choose one of these font_size/line_height_length combinations |
43 | 54 | #font_size: 14 |
44 | 55 | #line_height_length: 20 |
|
72 | 83 | # literal is currently used for inline monospaced in prose and table cells |
73 | 84 | literal: |
74 | 85 | font_color: b12146 |
75 | | - font_family: M+ 1mn |
| 86 | + font_family: Fira Code |
76 | 87 | menu_caret_content: " <font size=\"1.15em\"><color rgb=\"b12146\">\u203a</color></font> " |
77 | 88 | heading: |
78 | 89 | align: left |
@@ -173,7 +184,8 @@ code: |
173 | 184 | border_radius: $base_border_radius |
174 | 185 | border_width: 0.75 |
175 | 186 | conum: |
176 | | - font_family: M+ 1mn |
| 187 | + # font_family: M+ 1mn |
| 188 | + font_family: $literal_font_family |
177 | 189 | font_color: $literal_font_color |
178 | 190 | font_size: $base_font_size |
179 | 191 | line_height: 4 / 3 |
|
0 commit comments