summaryrefslogtreecommitdiff
path: root/crates/typst-library
diff options
context:
space:
mode:
authorMax <me@mkor.je>2024-11-26 12:36:53 +0000
committerGitHub <noreply@github.com>2024-11-26 12:36:53 +0000
commit6d35972c3d2caaea3d6e358f6af121ba37881dbb (patch)
treee8f31a822d52653807df9c76112286a44d1fe3f2 /crates/typst-library
parent580e6811b0281f19fa9c3e438500a9e8bb9b95ef (diff)
Update NewCM fonts to version 7.0.0 (#5465)
Diffstat (limited to 'crates/typst-library')
-rw-r--r--crates/typst-library/src/text/font/exceptions.rs3
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),