From 6d03c8801318b4106817a3cdf5d5547bd6b40e68 Mon Sep 17 00:00:00 2001
From: Jake Jarvis
Date: Wed, 18 Dec 2019 00:58:07 -0500
Subject: [PATCH] remove unicode-range from font-face, system font was still
being called
---
assets/sass/abstracts/_functions.scss | 4 +---
assets/sass/abstracts/_variables.scss | 2 +-
assets/sass/pages/_home.scss | 1 +
content/_index.html | 2 +-
4 files changed, 4 insertions(+), 5 deletions(-)
diff --git a/assets/sass/abstracts/_functions.scss b/assets/sass/abstracts/_functions.scss
index 82bd52bc..abf1a078 100644
--- a/assets/sass/abstracts/_functions.scss
+++ b/assets/sass/abstracts/_functions.scss
@@ -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;
}
}
diff --git a/assets/sass/abstracts/_variables.scss b/assets/sass/abstracts/_variables.scss
index 3742a675..cb50e6f8 100644
--- a/assets/sass/abstracts/_variables.scss
+++ b/assets/sass/abstracts/_variables.scss
@@ -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;
diff --git a/assets/sass/pages/_home.scss b/assets/sass/pages/_home.scss
index 5ef2caba..aa7f82e6 100644
--- a/assets/sass/pages/_home.scss
+++ b/assets/sass/pages/_home.scss
@@ -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;
}
diff --git a/content/_index.html b/content/_index.html
index b5c2bdb8..28dd26b9 100644
--- a/content/_index.html
+++ b/content/_index.html
@@ -22,6 +22,6 @@ type: home
news
outlets.
You can find some of my work on GitHub or LinkedIn, my adventures on , Facebook, Instagram, or Mastodon, and my old-school PDF resume here.
-I'd love to hear from you via email 2B0C 9CF2 51E6 9A39, DM, or text!
+I'd love to hear from you via email 2B0C 9CF2 51E6 9A39, DM, or text!
📝 Read more at my blog...