aboutsummaryrefslogtreecommitdiffstats
path: root/assets
diff options
context:
space:
mode:
authorOscar Najera <hi@oscarnajera.com>2023-09-06 18:03:23 +0200
committerOscar Najera <hi@oscarnajera.com>2023-09-06 18:03:23 +0200
commit3f901f09c7be956e5ccee99a6202d51ca361193d (patch)
tree0e857e434fbd5d045f180c5b0d40434a38d32193 /assets
parentf46e4e60d95850d1761fff0e8e1ab35332eb3cb2 (diff)
downloadhugo-minimalist-theme-3f901f09c7be956e5ccee99a6202d51ca361193d.tar.gz
hugo-minimalist-theme-3f901f09c7be956e5ccee99a6202d51ca361193d.tar.bz2
hugo-minimalist-theme-3f901f09c7be956e5ccee99a6202d51ca361193d.zip
update tachyons usage
Diffstat (limited to 'assets')
-rw-r--r--assets/scss/style.scss5
1 files changed, 3 insertions, 2 deletions
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"),