Skip to content

Instantly share code, notes, and snippets.

@erikfriberg
erikfriberg / _nicetype.scss
Last active September 4, 2024 15:46
SASS boiler plate for good typography. Works best in combination with normalize.css
// Sets the default text formatting & responsive sizes //----------------
$font-size-base: 1rem;
$font-size-sm: .875rem;
$font-size-h1: 2.25rem;
$font-size-h2: 2rem;
$font-size-h3: $font-size-base;
$font-size-ingress: 1.5rem;