update font name
This commit is contained in:
parent
c956d79fe6
commit
fe4fdd8ca1
1 changed files with 2 additions and 2 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Reference in a new issue