update font name

This commit is contained in:
brooke 2024-08-10 00:31:45 -04:00
parent c956d79fe6
commit fe4fdd8ca1

View file

@ -6,7 +6,7 @@
<title>@Brooke</title>
<style>
@font-face {
font-family: FreePixel;
font-family: PixelifySans;
font-weight: 700;
src: url(/@brooke/font/static/PixelifySans-Regular.ttf)
format("truetype");
@ -27,7 +27,7 @@
html {
margin: 0;
box-sizing: border-box;
font-family: FreePixel;
font-family: PixelifySans;
}
body {
background-image: var(--background-img);