packages feed

typst-0.1.0.0: test/typ/text/font-01.typ

// Test string body.
#text("Text") \
#text(red, "Text") \
#text(font: "Ubuntu", blue, "Text") \
#text([Text], teal, font: "IBM Plex Serif") \
#text(red, font: "New Computer Modern", [Text]) \