-
Notifications
You must be signed in to change notification settings - Fork 177
Open
Description
If you use CSS variables to define the font like:
body {
font-family: var(--font-family);
}
then later you define something like:
'--font-family': `"Electrolux Sans", system-ui, -apple-system,BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans,sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol,Noto Color Emoji`,
the sizes won't be correct. If you hardcode the font family on the body it does work though.
didideder
Metadata
Metadata
Assignees
Labels
No labels