diff --git a/css/favorit.css b/css/favorit.css new file mode 100644 index 0000000..985e907 --- /dev/null +++ b/css/favorit.css @@ -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; +} \ No newline at end of file diff --git a/css/style.css b/css/style.css index 5b5d16a..7e7d48a 100644 --- a/css/style.css +++ b/css/style.css @@ -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; diff --git a/font/favorit-medium.woff2 b/font/favorit-medium.woff2 new file mode 100644 index 0000000..8cd1a0b Binary files /dev/null and b/font/favorit-medium.woff2 differ diff --git a/font/favorit-regular.woff2 b/font/favorit-regular.woff2 new file mode 100644 index 0000000..2252ff5 Binary files /dev/null and b/font/favorit-regular.woff2 differ