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,4 @@
// Setup stuff
@import url('https://fonts.googleapis.com/css?family=IBM+Plex+Mono');
* {
font-family: 'IBM Plex Mono', monospace;
transition: 0.3s;