Skip to content

Commit

Permalink
deal with fontist: Garamond to EB Garamond
Browse files Browse the repository at this point in the history
  • Loading branch information
opoudjis committed Jan 21, 2021
1 parent ec59e63 commit a670616
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion lib/metanorma/m3aawg/processor.rb
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ def fonts_manifest
"Cambria Math" => nil,
"Courier" => nil,
"Courier New" => nil,
"Garamond" => nil,
"EB Garamond" => nil,
"Overpass" => nil,
"Space Mono" => nil,
}
Expand Down
4 changes: 2 additions & 2 deletions metanorma.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ htmlcoverpage: lib/isodoc/m3aawg/html/html_m3d_titlepage.html
htmlintropage: lib/isodoc/m3aawg/html/html_m3d_intro.html
htmlstylesheet: lib/isodoc/m3aawg/html/htmlstyle.scss
scripts: lib/isodoc/m3aawg/html/scripts.html
word_bodyfont: '"Garamond",serif'
word_headerfont: '"Garamond",serif'
word_bodyfont: '"EB Garamond",serif'
word_headerfont: '"EB Garamond",serif'
word_monospacefont: '"Courier New",monospace'
word_normalfontsize: "11.0pt"
word_monospacefontsize: "9.0pt"
Expand Down

0 comments on commit a670616

Please sign in to comment.