Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[bug] css variables #187

Open
amcdnl opened this issue Jan 18, 2022 · 0 comments
Open

[bug] css variables #187

amcdnl opened this issue Jan 18, 2022 · 0 comments

Comments

@amcdnl
Copy link

amcdnl commented Jan 18, 2022

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant