aboutsummaryrefslogtreecommitdiffstats
path: root/assets
diff options
context:
space:
mode:
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"),