From 1937cffc90542af1228cf2d86a9fff49d181a33c Mon Sep 17 00:00:00 2001 From: Nick Nicholas Date: Sun, 11 Aug 2024 18:56:12 +1000 Subject: [PATCH] include fonts manifest in config: https://github.com/metanorma/metanorma-generic/issues/77 --- lib/metanorma/csa/processor.rb | 9 --------- metanorma.yml | 5 ++++- 2 files changed, 4 insertions(+), 10 deletions(-) diff --git a/lib/metanorma/csa/processor.rb b/lib/metanorma/csa/processor.rb index b489245..f5a9679 100644 --- a/lib/metanorma/csa/processor.rb +++ b/lib/metanorma/csa/processor.rb @@ -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 diff --git a/metanorma.yml b/metanorma.yml index e852579..ab38dd1 100644 --- a/metanorma.yml +++ b/metanorma.yml @@ -58,4 +58,7 @@ stage_abbreviations: published: withdrawn: logo_path: "" - +fonts_manifest: + Lato: + STIX Two Math: + Source Code Pro: