font stack

This commit is contained in:
Brittany Chiang
2018-03-27 11:48:37 -04:00
parent 2075ead9ec
commit 63f9341a09
2 changed files with 4 additions and 6 deletions

View File

@@ -14,11 +14,9 @@ $orange: #e8850c;
$yellow: #ffdc00;
$accent: #ffcc66;
// Fonts
$Apercu: 'Apercu',
'Source Sans Pro',
Helvetica,
Arial,
sans-serif;
$font-stack: 'Source Sans Pro', system, system-ui, -apple-system,
BlinkMacSystemFont, Roboto, Helvetica, Arial, sans-serif;
$Apercu: 'Apercu', $font-stack;
// Media queries
$fifteen-inch: 1440px;
$thirteen-inch: 1280px;

View File

File diff suppressed because one or more lines are too long