diff --git a/lib/suma/processor.rb b/lib/suma/processor.rb index 1553fc9..d589c35 100644 --- a/lib/suma/processor.rb +++ b/lib/suma/processor.rb @@ -99,7 +99,7 @@ def run(metanorma_yaml_path:, schemas_all_path:, compile:, output_directory: "_s format: [:html], output_folder: output_directory, compile: { - no_install_fonts: true, + install_fonts: false, }, coverpage: "cover.html", } diff --git a/lib/suma/schema_attachment.rb b/lib/suma/schema_attachment.rb index 712ce39..d83d369 100644 --- a/lib/suma/schema_attachment.rb +++ b/lib/suma/schema_attachment.rb @@ -104,7 +104,7 @@ def compile Metanorma::Compile.new.compile( filename_adoc, agree_to_terms: true, - no_install_fonts: true + install_fonts: false ) Utils.log "Compiling schema (id: #{id}, type: #{self.class}) => #{relative_path}... done!"