Jump to content

Font scaling issue

Recommended Posts

The font size for headings changes at the breakpoint set by the site width (plus padding). For example. If you have a site set to, say 1400px wide, within browser windows larger than that, the font size for headings will be smaller. This destroys composition and design balance.

On inspection, for browser widths less than the max width, headings are calculated like this: 

font-size: calc(2.16vw + 1rem);

And for browsers wider than the site's max width, headings are calculated like this:

font-size: calc(2.8rem);

Is this a bug? Has anyone else had this error? Surely the font size for browser windows wider than the break point should match the size of the largest calculation, pre break point.
 

I can override it with CSS, but that just doesn't seem right. 

Edited by DavidCliff
Link to comment
  • 1 year later...

Create an account or sign in to comment

You need to be a member in order to leave a comment

×
×
  • Create New...

Squarespace Webinars

Free online sessions where you’ll learn the basics and refine your Squarespace skills.

Hire a Designer

Stand out online with the help of an experienced designer or developer.