fix font
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful

This commit is contained in:
NekoVari 2024-12-11 16:02:55 +07:00
parent ed464924b9
commit 4078835e4e
3 changed files with 4 additions and 0 deletions

View file

@ -1,5 +1,6 @@
button {
text-decoration: none;
font-family: "Source Sans 3";
font-size: 20pt;
font-weight: 900;
text-align: center;

View file

@ -2,6 +2,7 @@
background-color: #ffffff;
color: #000;
text-decoration: none;
font-family: "Source Sans 3";
font-size: 20pt;
font-weight: 700;
text-align: center;

View file

@ -17,11 +17,13 @@ body {
}
.title {
font-family: "Source Sans 3";
font-size: 36pt;
font-weight: 900;
text-align: center;
}
.body {
font-family: "Source Sans 3";
font-size: 24pt;
font-weight: 400;
text-align: center;