Hi Anant,
The font won’t show up in the drop-down.
You’ll need to type the font family name you set through the @font-face rules manually.
Example, if you set the @font-face rule as such:
@font-face {
font-family: "trickster-test";
src: local("Trickster"),
url("trickster-COLRv1.otf") format("opentype") tech(color-COLRv1), url("trickster-outline.otf")
format("opentype"), url("trickster-outline.woff") format("woff");
}
Then, you need to type trickster-test as the font manually.