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 6cbc44a commit b9a2ddf
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 9 deletions.
9 changes: 0 additions & 9 deletions lib/metanorma/ribose/processor.rb
Original file line number Diff line number Diff line change
Expand Up @@ -15,15 +15,6 @@ def output_formats
)
end

def fonts_manifest
{
"Source Sans Pro" => nil,
"STIX Two Math" => nil,
"Source Serif Pro" => nil,
"Source Code Pro" => nil,
}
end

def version
"Metanorma::Ribose #{Metanorma::Ribose::VERSION}"
end
Expand Down
5 changes: 5 additions & 0 deletions metanorma.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,3 +49,8 @@ metadata_extensions:
webfont:
- "https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,300i,600,600i&display=swap"
- "https://fonts.googleapis.com/css2?family=Source+Code+Pro:ital,wght@0,300;0,600;1,300;1,600&display=swap"
fonts_manifest:
Source Sans Pro:
STIX Two Math:
Source Serif Pro:
Source Code Pro:

0 comments on commit b9a2ddf

Please sign in to comment.