1
mirror of https://github.com/jakejarvis/jarv.is.git synced 2025-07-19 07:15:31 -04:00

remove unicode-range from font-face, system font was still being called

This commit is contained in:
2019-12-18 00:58:07 -05:00
parent 6809343ec6
commit 6d03c88013
4 changed files with 4 additions and 5 deletions

View File

@@ -19,7 +19,7 @@ $link-underline-size: 2px;
// Global Colors
$color-background: #ffffff;
$color-gray-background: #f9f9f9;
$color-text: #222222;
$color-text: #2a2a2a;
$color-medium-dark: #494949;
$color-medium: #5e5e5e;
$color-medium-light: #757575;