Created
January 11, 2022 18:56
-
-
Save montchr/f80e9c8e54854614dace1d0d91988595 to your computer and use it in GitHub Desktop.
Generated by SassMeister.com.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$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; } |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
.serif { | |
font-family: "Poppins", georgia, times, serif; | |
} | |
.sans-serif { | |
font-family: "Playfair Display", helvetica, arial, sans-serif; | |
} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"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