diff --git a/css/style.css b/css/style.css index ff13a8f..2fec159 100644 --- a/css/style.css +++ b/css/style.css @@ -1,22 +1,13 @@ @font-face { - font-family: 'Liberation Monospace'; - font-style: normal; - font-weight: normal; - src: local('Liberation Monospace'), url('https://fonts.cdnfonts.com/s/276/LiberationMono-Regular.woff') format('woff'); -} - -@font-face { - font-family: 'Liberation Monospace'; - font-style: normal; - font-weight: bold; - src: local('Liberation Monospace'), url('https://fonts.cdnfonts.com/s/276/LiberationMono-Bold.woff') format('woff'); + font-family: 'FragmentMono'; + src: url('/~satori/assets/fonts/FragmentMono.ttf'); } body { margin: auto; padding: .5em; max-width: 1024px; - font-family: 'Liberation Monospace', 'Courier New', monospace, sans-serif; + font-family: 'FragmentMono'; color: #fb5; background: #111; word-wrap: break-word; diff --git a/devlog.md b/devlog.md index da93381..83793f1 100644 --- a/devlog.md +++ b/devlog.md @@ -4,6 +4,7 @@ title: ~satori devlog --- Recording every little bit of progress, no matter how insignificant is good for motivation. It is here that I will do that. #### Oct 26, 2025 +- Add a custom font (Fragment Mono if you're curious) - Change the banner from WebP to APNG for the .01% of browsers that don't support WebP (and maybe to give Google the middle finger?) - Make the site more mobile friendly