Skip to content

Instantly share code, notes, and snippets.

@montchr
Created January 11, 2022 18:56
Show Gist options
  • Save montchr/f80e9c8e54854614dace1d0d91988595 to your computer and use it in GitHub Desktop.
Save montchr/f80e9c8e54854614dace1d0d91988595 to your computer and use it in GitHub Desktop.
Generated by SassMeister.com.
$poppins: 'Poppins';
$playfair: 'Playfair Display';
$serif: $poppins, georgia, times, serif;
$sans-serif: $playfair, helvetica, arial, sans-serif;
.serif { font-family: $serif; }
.sans-serif { font-family: $sans-serif; }
.serif {
font-family: "Poppins", georgia, times, serif;
}
.sans-serif {
font-family: "Playfair Display", helvetica, arial, sans-serif;
}
{
"sass": {
"compiler": "dart-sass/1.32.12",
"extensions": {},
"syntax": "SCSS",
"outputStyle": "expanded"
},
"autoprefixer": false
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment