From eabbbf7eae04a4a8044d83acde84d8634f095b50 Mon Sep 17 00:00:00 2001 From: Laurenz Date: Sun, 22 Jan 2023 13:16:03 +0100 Subject: Name handling for New Computer Modern Math --- tests/typ/text/font.typ | 2 +- tests/typ/text/symbol.typ | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'tests') 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: -- cgit v1.2.3