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

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