@cssence.com thanks for writing cssence.com/2025/scroll-.... I keep forgetting when to use scroll margin or scroll padding.
Instant snapport
How to tweak the optimal viewing region of the scrollport.
cssence.com
Bernd de Ridder
@berndderidder.nl
Front-end, design and creative coding 🌀
@cssence.com thanks for writing cssence.com/2025/scroll-.... I keep forgetting when to use scroll margin or scroll padding.
Instant snapport
How to tweak the optimal viewing region of the scrollport.
cssence.com
I recently found the CSS property font-synthesis. Setting this to none will prevent the browser from synthesizing bold and italic styles. I think this should be default behavior and can recommend adding font-synthesis: none; to your CSS reset #CSS
font-synthesis - CSS | MDN
The font-synthesis shorthand CSS property lets you specify whether or not the browser may synthesize the bold, italic, small-caps, and/or subscript and superscript typefaces when they are missing in t...
developer.mozilla.org