remove tumblr font from style.css

This commit is contained in:
Aadil Ayub 2022-01-12 17:30:57 +06:00
parent 259226a2b7
commit 6e2bfc749d
4 changed files with 13 additions and 15 deletions

13
css/favorit.css Normal file
View File

@ -0,0 +1,13 @@
@font-face {
font-family: Favorit;
src: url('../font/favorit-regular.woff2') format(woff2);
font-style: normal;
font-weight: normal;
}
@font-face {
font-family: Favorit;
src: url('../font/favorit-medium.woff2') format(woff2);
font-style: normal;
font-weight: bold;
}

View File

@ -4,21 +4,6 @@ html {
scroll-behavior: smooth;
}
/* add tumblr font */
@font-face {
font-family: Favorit;
src: url('../font/favorit-regular.woff2') format(woff2);
font-style: normal;
font-weight: normal;
}
@font-face {
font-family: Favorit;
src: url('../font/favorit-medium.woff2') format(woff2);
font-style: normal;
font-weight: bold;
}
* {
font-family: Favorit, sans-serif;

BIN
font/favorit-medium.woff2 Normal file

Binary file not shown.

BIN
font/favorit-regular.woff2 Normal file

Binary file not shown.