• Hi David,
    I’m using this plugin and it works really well when I’m printing out pages. However, it’s causing a weird effect where the type sizes across a whole page are rendering much larger than they should be. In my theme, i have font sizes setup like this:

    html {
    	font-size: 62.5%; /* 10px browser default */
    }
    body {
    	font-size: 16px;
    	font-size: 1.6rem;
    }

    And subsequent CSS uses the same pixel fallback to sizing type in rem. I think the font-size: 62.5% is getting set to 100% at some point. Looking at the inspector in Chrome, body fonts are rendering at 26px (calculated as 1.6rem * 16px browser default) rather than 16px (calculated as 1.6rem * 10px, 16.5% of 16px browser default).

    Other weird part, is it’s random. Not every page renders this way. And the pages that do show up with giant type only do it sometimes. Here are some links:
    https://lagomdesign.net/kccatering/contact/
    https://lagomdesign.net/kccatering/about/

    Thanks for your help and your many contributions to the Genesis community.

    https://www.ads-software.com/plugins/genesis-printstyle-plus/

  • The topic ‘Font Size Jumping’ is closed to new replies.