@@ -13,21 +13,23 @@ i18nyaml: lib/isodoc/iho/i18n-en.yaml
13
13
htmlcoverpage : lib/isodoc/iho/html/html_iho_titlepage.html
14
14
htmlintropage : lib/isodoc/iho/html/html_iho_intro.html
15
15
htmlstylesheet : lib/isodoc/iho/html/htmlstyle.scss
16
- html_bodyfont : ' -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue", Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji"'
17
- html_headerfont : ' -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue", Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji"'
18
- html_monospacefont : ' SFMono-Regular ,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace'
16
+ html_bodyfont : ' -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji"'
17
+ html_headerfont : ' -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji"'
18
+ html_monospacefont : ' "Fira Code" ,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace'
19
19
html_normalfontsize : " 15px"
20
20
html_footnotefontsize : " 0.9em"
21
+ webfont :
22
+ - " https://fonts.googleapis.com/css2?family=Fira+Code&display=swap"
21
23
scripts : lib/isodoc/iho/html/scripts.html
22
24
scripts_pdf : lib/isodoc/iho/html/scripts.pdf.html
23
25
standardstylesheet : lib/isodoc/iho/html/iho.scss
24
26
header : lib/isodoc/iho/html/header.html
25
27
wordcoverpage : lib/isodoc/iho/html/word_iho_titlepage.html
26
28
wordintropage : lib/isodoc/iho/html/word_iho_intro.html
27
29
wordstylesheet : lib/isodoc/iho/html/wordstyle.scss
28
- word_bodyfont : ' "Helvetica Neue", Arial,sans-serif'
29
- word_headerfont : ' "Helvetica Neue", Arial,sans-serif'
30
- word_monospacefont : ' SFMono-Regular ,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace'
30
+ word_bodyfont : ' Arial,sans-serif'
31
+ word_headerfont : ' Arial,sans-serif'
32
+ word_monospacefont : ' "Fira Code" ,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace'
31
33
word_normalfontsize : " 12.0pt"
32
34
word_smallerfontsize : " 11.0pt"
33
35
word_monospacefontsize : " 10.0pt"
0 commit comments