Skip to content

Commit

Permalink
fontist option: metanorma/metanorma#396
Browse files Browse the repository at this point in the history
  • Loading branch information
opoudjis committed Jun 17, 2024
1 parent 2a35575 commit 060dc66
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/suma/processor.rb
Original file line number Diff line number Diff line change
Expand Up @@ -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",
}
Expand Down
2 changes: 1 addition & 1 deletion lib/suma/schema_attachment.rb
Original file line number Diff line number Diff line change
Expand Up @@ -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!"

Expand Down

0 comments on commit 060dc66

Please sign in to comment.