One line to setup responsive font without modifying breakpoints/media queries

font-size: calc(1em + 1vw);
The font size will be larger than 1em on small viewports , and will be slightly larger screens.

Be the first to comment

You can use [html][/html], [css][/css], [php][/php] and more to embed the code. Urls are automatically hyperlinked. Line breaks and paragraphs are automatically generated.