issues
search
brandocms
/
europacss
A design system for responsive websites
MIT License
0
stars
0
forks
source link
Font scaling
#90
Closed
tmjoen
closed
2 years ago
tmjoen
commented
2 years ago
font-size: calc(0.75rem + 1.5vw);
Can we calculate this in some way? We want to use vws, but need the rem to allow user resizing
font-size: calc(0.75rem + 1.5vw);