change base font to Inter

This commit is contained in:
Aadil Ayub 2022-01-12 17:31:30 +06:00
parent 6e2bfc749d
commit 01ef8b7e3f
1 changed files with 1 additions and 2 deletions

View File

@ -4,9 +4,8 @@ html {
scroll-behavior: smooth;
}
* {
font-family: Favorit, sans-serif;
font-family: 'Inter', sans-serif;
font-size: 11pt;
word-break: break-word;
}