From 3f901f09c7be956e5ccee99a6202d51ca361193d Mon Sep 17 00:00:00 2001 From: Oscar Najera Date: Wed, 6 Sep 2023 18:03:23 +0200 Subject: update tachyons usage --- assets/scss/style.scss | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'assets/scss/style.scss') diff --git a/assets/scss/style.scss b/assets/scss/style.scss index 38438c4..40155e5 100644 --- a/assets/scss/style.scss +++ b/assets/scss/style.scss @@ -1,4 +1,4 @@ -@import "node_modules/tachyons-sass/tachyons.scss"; +@import "tachyons/css/tachyons"; div.highlight pre { overflow-x: scroll; @@ -169,7 +169,8 @@ footer { // Title font @font-face { font-family: "BerkshireSwash-Regular"; - src: url("/css/fonts/BerkshireSwash-Regular.ttf.woff") format("woff"), + src: + url("/css/fonts/BerkshireSwash-Regular.ttf.woff") format("woff"), url("/css/fonts/BerkshireSwash-Regular.ttf.svg#BerkshireSwash-Regular") format("svg"), url("/css/fonts/BerkshireSwash-Regular.ttf.eot"), -- cgit v1.2.3