Merge pull request #50 from Rotzbua/fix_css

fix(css): missing var()
This commit is contained in:
Olivier Chafik 2024-07-17 13:29:36 +01:00 committed by GitHub
commit 76f4f19e3d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -1,6 +1,6 @@
body {
margin: 0;
font-family: (--font-family);
font-family: var(--font-family);
/* font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto', 'Oxygen',
'Ubuntu', 'Cantarell', 'Fira Sans', 'Droid Sans', 'Helvetica Neue',
sans-serif; */