1
mirror of https://github.com/jakejarvis/jarv.is.git synced 2025-07-03 15:16:40 -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

@ -14,8 +14,7 @@
// Web fonts (see components/_webfonts.scss)
@mixin font-face($family, $src-local, $src-local-alt, $src,
$style: normal, $weight: normal,
$range: U+000-5FF, $display: swap) {
$style: normal, $weight: normal, $display: swap) {
@font-face {
font-family: $family;
font-style: $style;
@ -26,6 +25,5 @@
url('#{$src}.woff') format('woff');
// url('#{$src}.ttf') format('truetype'),
// url('#{$src}.eot') format('embedded-opentype');
unicode-range: $range;
}
}

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;

View File

@ -37,6 +37,7 @@ main#home {
top: -0.5em;
font-size: 0.5em;
line-height: 0;
margin-right: 0.1em;
position: relative;
vertical-align: middle;
}