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>
|
<title>@Brooke</title>
|
||||||
<style>
|
<style>
|
||||||
@font-face {
|
@font-face {
|
||||||
font-family: FreePixel;
|
font-family: PixelifySans;
|
||||||
font-weight: 700;
|
font-weight: 700;
|
||||||
src: url(/@brooke/font/static/PixelifySans-Regular.ttf)
|
src: url(/@brooke/font/static/PixelifySans-Regular.ttf)
|
||||||
format("truetype");
|
format("truetype");
|
||||||
|
@ -27,7 +27,7 @@
|
||||||
html {
|
html {
|
||||||
margin: 0;
|
margin: 0;
|
||||||
box-sizing: border-box;
|
box-sizing: border-box;
|
||||||
font-family: FreePixel;
|
font-family: PixelifySans;
|
||||||
}
|
}
|
||||||
body {
|
body {
|
||||||
background-image: var(--background-img);
|
background-image: var(--background-img);
|
||||||
|
|
Loading…
Add table
Reference in a new issue