Skip to content

Commit

Permalink
Noto fonts added, metanorma/mn2pdf#200
Browse files Browse the repository at this point in the history
  • Loading branch information
Intelligent2013 committed Jun 16, 2023
1 parent 620214c commit ee974e9
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions lib/metanorma/jis/processor.rb
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,18 @@ def fonts_manifest
"Cambria Math" => nil,
"Times New Roman" => nil,
"Arial" => nil,
"Noto Serif" => nil,
"Noto Serif HK" => nil,
"Noto Serif JP" => nil,
"Noto Serif KR" => nil,
"Noto Serif SC" => nil,
"Noto Serif TC" => nil,
"Noto Sans Mono" => nil,
"Noto Sans Mono CJK HK" => nil,
"Noto Sans Mono CJK JP" => nil,
"Noto Sans Mono CJK KR" => nil,
"Noto Sans Mono CJK SC" => nil,
"Noto Sans Mono CJK TC" => nil,
}
end

Expand Down

0 comments on commit ee974e9

Please sign in to comment.