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 f7b2771 commit 8cee336
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions lib/metanorma/un/processor.rb
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,18 @@ def fonts_manifest
"STIX Two Math" => nil,
"Source Han Sans" => nil,
"Source Han Sans Normal" => 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 8cee336

Please sign in to comment.