Add a font that support this a a direct-second fallback for the main font in the body font family like this
body {
font-family: "Main Font", "Direct Second Fallback Supports Other Lang",
}
Add a font that support this a a direct-second fallback for the main font in the body font family like this
body {
font-family: "Main Font", "Direct Second Fallback Supports Other Lang",
}
src:
local("Trickster"),
url("trickster-COLRv1.otf") format("opentype") tech(color-COLRv1),
url("trickster-outline.otf") format("opentype"),
url("trickster-outline.woff") format("woff");
src:
local("Trickster"),
url("trickster-COLRv1.otf") format("opentype") tech(color-COLRv1),
url("trickster-outline.otf") format("opentype"),
url("trickster-outline.woff") format("woff");