chg: Change the font to Montserrat

This commit is contained in:
SinTan1729 2024-03-18 01:22:17 -05:00
parent 9d46546e44
commit 4c394c8004
No known key found for this signature in database
GPG Key ID: EB3E68BFBA25C85F
3 changed files with 20 additions and 1 deletions

Binary file not shown.

Binary file not shown.

View File

@ -1,3 +1,22 @@
@font-face
{
font-family: Montserrat;
font-style: normal;
src: url('Montserrat.ttf');
}
@font-face
{
font-family: Montserrat;
font-style: italic;
src: url('Montserrat-Italic.ttf');
}
* {
font-family: Montserrat;
font-size: 20px;
}
.container { .container {
max-width: 950px; max-width: 950px;
margin: 20px auto auto; margin: 20px auto auto;