Skip to content

Commit

Permalink
include fonts manifest in config: metanorma/metanorma-generic#77
Browse files Browse the repository at this point in the history
  • Loading branch information
opoudjis committed Aug 11, 2024
1 parent 6652fff commit 1937cff
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 10 deletions.
9 changes: 0 additions & 9 deletions lib/metanorma/csa/processor.rb
Original file line number Diff line number Diff line change
Expand Up @@ -20,15 +20,6 @@ def output_formats
)
end

def fonts_manifest
{
#"AzoSans" => nil,
"Lato" => nil,
"STIX Two Math" => nil,
"Source Code Pro" => nil,
}
end

def version
"Metanorma::Csa #{Metanorma::Csa::VERSION}"
end
Expand Down
5 changes: 4 additions & 1 deletion metanorma.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,4 +58,7 @@ stage_abbreviations:
published:
withdrawn:
logo_path: ""

fonts_manifest:
Lato:
STIX Two Math:
Source Code Pro:

0 comments on commit 1937cff

Please sign in to comment.