master-co / css

The CSS Language and Framework

Home Page:https://css.master.co

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

neneodonkor opened this issue Β· comments

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

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