Skip to content

Commit

Permalink
Merge pull request #89 from metanorma/feature/migrate-to-fontinst-1.5
Browse files Browse the repository at this point in the history
metanorma/metanorma-standoc#375 convert used_fonts to fonts_manifest.yaml
  • Loading branch information
CAMOBAP authored Nov 30, 2020
2 parents 9179862 + 9fdccf9 commit 86163bd
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 8 deletions.
5 changes: 5 additions & 0 deletions lib/metanorma/iec/fonts_manifest.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
Arial:
Times New Roman:
Source Han Sans:
Courier New:
8 changes: 0 additions & 8 deletions lib/metanorma/iec/processor.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,6 @@

module Metanorma
module Iec
def self.fonts_used
{
html: ["Arial", "Times New Roman", "HanSans", "Courier New"],
doc: ["Arial", "Times New Roman", "HanSans", "Courier New"],
pdf: ["Arial", "Times New Roman", "HanSans", "Courier New"],
}
end

class Processor < Metanorma::Processor

def initialize
Expand Down

0 comments on commit 86163bd

Please sign in to comment.