diff options
Diffstat (limited to 'crates/typst-library')
| -rw-r--r-- | crates/typst-library/src/text/font/exceptions.rs | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/crates/typst-library/src/text/font/exceptions.rs b/crates/typst-library/src/text/font/exceptions.rs index 6393df4b..465ec510 100644 --- a/crates/typst-library/src/text/font/exceptions.rs +++ b/crates/typst-library/src/text/font/exceptions.rs @@ -182,8 +182,7 @@ static EXCEPTION_MAP: phf::Map<&'static str, Exception> = phf::phf_map! { "NewCM10-Regular" => Exception::new() .family("New Computer Modern"), "NewCMMath-Bold" => Exception::new() - .family("New Computer Modern Math") - .weight(700), + .family("New Computer Modern Math"), "NewCMMath-Book" => Exception::new() .family("New Computer Modern Math") .weight(450), |
