mirror of
https://github.com/typst/typst
synced 2025-05-13 20:46:23 +08:00
Add font exception for NewCM Sans Math (#5682)
This commit is contained in:
parent
63c4720ed2
commit
c22c47b9c9
@ -228,6 +228,8 @@ static EXCEPTION_MAP: phf::Map<&'static str, Exception> = phf::phf_map! {
|
||||
.style(FontStyle::Oblique),
|
||||
"NewCMSans10-Regular" => Exception::new()
|
||||
.family("New Computer Modern Sans"),
|
||||
"NewCMSansMath-Regular" => Exception::new()
|
||||
.family("New Computer Modern Sans Math"),
|
||||
"NewCMUncial08-Bold" => Exception::new()
|
||||
.family("New Computer Modern Uncial 08"),
|
||||
"NewCMUncial08-Book" => Exception::new()
|
||||
|
Loading…
x
Reference in New Issue
Block a user