mirror of https://github.com/stelzo/typst.git
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…
Reference in New Issue