From 7a66a1886203d377e40cd5f18d8a152654f8db37 Mon Sep 17 00:00:00 2001 From: Andrew Lee Date: Mon, 31 Oct 2022 09:14:11 -0400 Subject: New platform; Fixed font --- styles/globals.css | 26 ++------------------------ 1 file changed, 2 insertions(+), 24 deletions(-) (limited to 'styles') diff --git a/styles/globals.css b/styles/globals.css index 136921d..13a193b 100644 --- a/styles/globals.css +++ b/styles/globals.css @@ -1,31 +1,9 @@ +@import url('https://cdn.jsdelivr.net/npm/hack-font@3/build/web/hack.css'); + @tailwind base; @tailwind components; @tailwind utilities; -@layer base { - @font-face { - font-family: "Hack", monospace; - src: url("../public/ttf/Hack-Regular.ttf"); - } - - @font-face { - font-family: "Hack", monospace; - src: url("../public/ttf/Hack-Italic.ttf"); - font-style: italic; - } - @font-face { - font-family: "Hack", monospace; - src: url("../public/ttf/Hack-Bold.ttf"); - font-weight: 700; - } - @font-face { - font-family: "Hack", monospace; - src: url("../public/ttf/Hack-BoldItalic.ttf"); - font-weight: 700; - } - -} - @layer components { .link { @apply text-blue-500 hover:text-blue-300 active:text-blue-100 -- cgit v1.2.3