-
-
Notifications
You must be signed in to change notification settings - Fork 1.5k
Also select font via unprettified family name #2098
Copy link
Copy link
Open
Labels
change requestA proposal for changes to an existing featureA proposal for changes to an existing featuretextRelated to the text category, which is all about text handling, shaping, etc.Related to the text category, which is all about text handling, shaping, etc.
Description
Description
Typst prettifies some font names, but ideally the true name should also work, that is, in the example below both line 2 and 3 should render in New CM.
Hello \
#text(font: "NewComputerModern10")[Hello] \
#text(font: "New Computer Modern")[Hello]
Moreover, conceivably a font could be selectable via full name or perhaps also PostScript name:
_Hello_ \
#text(font: "Linux Libertine Italic")[Hello]
Use Case
More compatibility.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
change requestA proposal for changes to an existing featureA proposal for changes to an existing featuretextRelated to the text category, which is all about text handling, shaping, etc.Related to the text category, which is all about text handling, shaping, etc.