add: donation page && fix: noto sans font
This commit is contained in:
parent
11ba0e8adf
commit
3581b388ad
5 changed files with 35 additions and 3 deletions
|
@ -1,6 +1,6 @@
|
|||
@font-face {
|
||||
font-family: PxFont;
|
||||
src: url("ttf/ibm.ttf");
|
||||
font-family: "NotoSansT";
|
||||
src: url("ttf/sans.ttf");
|
||||
}
|
||||
|
||||
img {
|
||||
|
@ -44,7 +44,7 @@ a:hover {
|
|||
}
|
||||
|
||||
body {
|
||||
font-family: "Noto Sans";
|
||||
font-family: "NotoSansT";
|
||||
font-size: 16px;
|
||||
color: #cdd6f4;
|
||||
background-color: #181825;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue