Fix: Drop-down menu font style was not applying on Firefox #110
This commit is contained in:
parent
82dd0469d5
commit
1e0eaae2a0
1 changed files with 1 additions and 1 deletions
|
|
@ -147,7 +147,7 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
html {
|
html {
|
||||||
font-family: "Inter", serif;
|
font-family: "Inter", sans-serif;
|
||||||
font-optical-sizing: auto;
|
font-optical-sizing: auto;
|
||||||
font-weight: 425;
|
font-weight: 425;
|
||||||
font-style: normal;
|
font-style: normal;
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue