chg: Fonts

This commit is contained in:
Sayantan Santra 2024-03-22 11:12:22 -05:00
parent 86710ab066
commit 70656b546f
Signed by: SinTan1729
GPG Key ID: EB3E68BFBA25C85F
5 changed files with 2 additions and 3 deletions

BIN
Montserrat-Italic-VF.woff2 Normal file

Binary file not shown.

Binary file not shown.

BIN
Montserrat-VF.woff2 Normal file

Binary file not shown.

Binary file not shown.

View File

@ -1,18 +1,17 @@
@font-face { @font-face {
font-family: Montserrat; font-family: Montserrat;
font-style: normal; font-style: normal;
src: url('Montserrat.ttf'); src: url('Montserrat-VF.woff2');
} }
@font-face { @font-face {
font-family: Montserrat; font-family: Montserrat;
font-style: italic; font-style: italic;
src: url('Montserrat-Italic.ttf'); src: url('Montserrat-Italic-VF.woff2');
} }
* { * {
font-family: Montserrat; font-family: Montserrat;
font-size: 20px;
} }
.container { .container {