Move the fonts back to html and not css, don't seem to be working otherwise

This commit is contained in:
Bun 2025-07-05 02:28:45 -04:00
parent 34e7f5aa95
commit 50efb36dba
3 changed files with 3 additions and 4 deletions

View file

@ -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"

View file

@ -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;

View file

@ -6,9 +6,10 @@
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
<meta charset="UTF-8">
<!-- Stylesheets and favicon-->
<!-- Stylesheets, fonts, and favicon-->
<link rel="stylesheet" href="/style.css">
<link rel="stylesheet" href="/sidebar.css">
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=IBM+Plex+Mono">
<link rel="icon" type="image/x-icon" href="/favicon.ico">
<!-- Page preview -->