mirror of
https://github.com/typst/typst
synced 2025-05-13 20:46:23 +08:00
Add exception for NewCM Math Bold (#5126)
This commit is contained in:
parent
deb0308980
commit
82a2c3619a
@ -181,6 +181,9 @@ static EXCEPTION_MAP: phf::Map<&'static str, Exception> = phf::phf_map! {
|
||||
.family("New Computer Modern"),
|
||||
"NewCM10-Regular" => Exception::new()
|
||||
.family("New Computer Modern"),
|
||||
"NewCMMath-Bold" => Exception::new()
|
||||
.family("New Computer Modern Math")
|
||||
.weight(700),
|
||||
"NewCMMath-Book" => Exception::new()
|
||||
.family("New Computer Modern Math")
|
||||
.weight(450),
|
||||
|
Binary file not shown.
Before Width: | Height: | Size: 1.5 KiB After Width: | Height: | Size: 1.5 KiB |
Loading…
x
Reference in New Issue
Block a user