From 50efb36dbae5ca02389188a10ec2a56477d42b88 Mon Sep 17 00:00:00 2001 From: Bun Date: Sat, 5 Jul 2025 02:28:45 -0400 Subject: [PATCH] Move the fonts back to html and not css, don't seem to be working otherwise --- content/art/_index.md | 2 +- sass/style.scss | 2 -- templates/base.html | 3 ++- 3 files changed, 3 insertions(+), 4 deletions(-) diff --git a/content/art/_index.md b/content/art/_index.md index 759e7fa..64128cb 100644 --- a/content/art/_index.md +++ b/content/art/_index.md @@ -1,6 +1,6 @@ +++ title = "art and doodles" -descriptions = "sometimes i do art and i will post it here" +description = "sometimes i do art and i will post it here" sort_by = "date" template = "blog.html" page_template = "blog-page.html" diff --git a/sass/style.scss b/sass/style.scss index 8577f38..10c5d4c 100644 --- a/sass/style.scss +++ b/sass/style.scss @@ -1,6 +1,4 @@ // Setup stuff -@import url('https://fonts.googleapis.com/css?family=IBM+Plex+Mono'); - * { font-family: 'IBM Plex Mono', monospace; transition: 0.3s; diff --git a/templates/base.html b/templates/base.html index 1fd91f0..d30fc08 100644 --- a/templates/base.html +++ b/templates/base.html @@ -6,9 +6,10 @@ - + +