Add exception for NewCM Math Bold (#5126)

This commit is contained in:
Eric Biedert 2024-10-07 10:23:32 +02:00 committed by GitHub
parent deb0308980
commit 82a2c3619a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 3 additions and 0 deletions

View File

@ -181,6 +181,9 @@ static EXCEPTION_MAP: phf::Map<&'static str, Exception> = phf::phf_map! {
.family("New Computer Modern"), .family("New Computer Modern"),
"NewCM10-Regular" => Exception::new() "NewCM10-Regular" => Exception::new()
.family("New Computer Modern"), .family("New Computer Modern"),
"NewCMMath-Bold" => Exception::new()
.family("New Computer Modern Math")
.weight(700),
"NewCMMath-Book" => Exception::new() "NewCMMath-Book" => Exception::new()
.family("New Computer Modern Math") .family("New Computer Modern Math")
.weight(450), .weight(450),

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.5 KiB

After

Width:  |  Height:  |  Size: 1.5 KiB