remove tumblr font from style.css
This commit is contained in:
parent
259226a2b7
commit
6e2bfc749d
13
css/favorit.css
Normal file
13
css/favorit.css
Normal 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;
|
||||
}
|
@ -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
BIN
font/favorit-medium.woff2
Normal file
Binary file not shown.
BIN
font/favorit-regular.woff2
Normal file
BIN
font/favorit-regular.woff2
Normal file
Binary file not shown.
Loading…
Reference in New Issue
Block a user