@@ -33,8 +33,18 @@ metadata-file = "metadata.yml"
33
33
34
34
[output .pandoc .profile .pdf .variables ]
35
35
# You can get these fonts here: https://fonts.google.com/selection?query=noto+color+
36
- mainfont = " Noto Serif"
37
- sansfont = " Noto Sans"
36
+ mainfont = " CoreSansA45.ttf"
37
+ mainfontoptions = [
38
+ " BoldFont=CoreSansA65.ttf" ,
39
+ " ItalicFont=CoreSansA45It.ttf" ,
40
+ " BoldItalicFont=CoreSansA65It.ttf"
41
+ ]
42
+ sansfont = " CoreSansA45.ttf"
43
+ sansfontoptions = [
44
+ " BoldFont=CoreSansA65.ttf" ,
45
+ " ItalicFont=CoreSansA45It.ttf" ,
46
+ " BoldItalicFont=CoreSansA65It.ttf"
47
+ ]
38
48
monofont = " Noto Sans Mono"
39
49
mainfontfallback = [" Noto Color Emoji:mode=harf" ]
40
50
sansfontfallback = [" Noto Color Emoji:mode=harf" ]
@@ -63,8 +73,18 @@ pdf-engine = "lualatex"
63
73
64
74
[output .pandoc .profile .paperback .variables ]
65
75
# You can get these fonts here: https://fonts.google.com/selection?query=noto+color+
66
- mainfont = " Noto Serif"
67
- sansfont = " Noto Sans"
76
+ mainfont = " CoreSansA45.ttf"
77
+ mainfontoptions = [
78
+ " BoldFont=CoreSansA65.ttf" ,
79
+ " ItalicFont=CoreSansA45It.ttf" ,
80
+ " BoldItalicFont=CoreSansA65It.ttf"
81
+ ]
82
+ sansfont = " CoreSansA45.ttf"
83
+ sansfontoptions = [
84
+ " BoldFont=CoreSansA65.ttf" ,
85
+ " ItalicFont=CoreSansA45It.ttf" ,
86
+ " BoldItalicFont=CoreSansA65It.ttf"
87
+ ]
68
88
monofont = " Noto Sans Mono"
69
89
mainfontfallback = [" Noto Color Emoji:mode=harf" ]
70
90
sansfontfallback = [" Noto Color Emoji:mode=harf" ]
0 commit comments