master-co / css

The CSS Language and Framework
https://css.master.co
MIT License
1.82k stars 41 forks source link

It is not possible to change the font in Options tag 🐞 #351

Closed neneodonkor closed 6 months ago

neneodonkor commented 6 months ago

Description

I am trying to change the font in the options tag but it does not change when I insert a custom font. However when I use monospace, sans-serif, and sans, it works.

<select class="font-family:'Nunito\00a0Sans'>option">
    <option>Best Selling</option>
    <option>Newest</option>
</select>

Reproduction

No response

System Informations

No response

neneodonkor commented 6 months ago

I realize that this has to do with the browser, so i am closing the issue.