diff --git a/layouts/partials/head/others.html b/layouts/partials/head/others.html index d550669..6349e30 100644 --- a/layouts/partials/head/others.html +++ b/layouts/partials/head/others.html @@ -1,11 +1,5 @@ - - - - - - diff --git a/src/sass/_fonts.scss b/src/sass/_fonts.scss index c56f858..1b8e42f 100644 --- a/src/sass/_fonts.scss +++ b/src/sass/_fonts.scss @@ -43,15 +43,6 @@ font-display: swap; } -@font-face { - font-family: "Droid Sans"; - src: url("fonts/DroidSans.woff2") format("woff2"), - url("fonts/DroidSans.woff") format("woff"); - font-weight: normal; - font-style: normal; - font-display: swap; -} - @font-face { font-family: "Metropolis"; src: url("fonts/Metropolis.woff2") format("woff2"), diff --git a/static/fonts/DroidSans.woff b/static/fonts/DroidSans.woff deleted file mode 100644 index 9ffe2f3..0000000 Binary files a/static/fonts/DroidSans.woff and /dev/null differ diff --git a/static/fonts/DroidSans.woff2 b/static/fonts/DroidSans.woff2 deleted file mode 100644 index 7e63a5c..0000000 Binary files a/static/fonts/DroidSans.woff2 and /dev/null differ