diff options
| author | Laurenz <laurmaedje@gmail.com> | 2023-01-22 13:16:03 +0100 |
|---|---|---|
| committer | Laurenz <laurmaedje@gmail.com> | 2023-01-22 13:16:03 +0100 |
| commit | eabbbf7eae04a4a8044d83acde84d8634f095b50 (patch) | |
| tree | 74682b60a8fdff575233afb59356bfa4803749d2 /tests | |
| parent | 85f95f75b749bb7c160ba92d9f6008031f02c882 (diff) | |
Name handling for New Computer Modern Math
Diffstat (limited to 'tests')
| -rw-r--r-- | tests/typ/text/font.typ | 2 | ||||
| -rw-r--r-- | tests/typ/text/symbol.typ | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/tests/typ/text/font.typ b/tests/typ/text/font.typ index 170703c7..0889a0f3 100644 --- a/tests/typ/text/font.typ +++ b/tests/typ/text/font.typ @@ -31,7 +31,7 @@ Emoji: 🐪, 🌋, 🏞 ] // Disable font fallback beyond the user-specified list. -// Without disabling, NewComputerModernMath would come to the rescue. +// Without disabling, New Computer Modern Math would come to the rescue. #set text("PT Sans", "Twitter Color Emoji", fallback: false) 2π = 𝛼 + 𝛽. ✅ diff --git a/tests/typ/text/symbol.typ b/tests/typ/text/symbol.typ index 4dcef58b..f758c779 100644 --- a/tests/typ/text/symbol.typ +++ b/tests/typ/text/symbol.typ @@ -6,7 +6,7 @@ :woman:old: :turtle: -#set text("NewComputerModernMath") +#set text("New Computer Modern Math") :arrow: :arrow:l: :arrow:r:squiggly: |
