Add custom font
This commit is contained in:
parent
8a26a9198b
commit
eeaac99aa8
|
|
@ -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;
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue