From 1bd5fb2b9684789081ada5ca5c588ce4d595583c Mon Sep 17 00:00:00 2001 From: toonami2907 Date: Sun, 21 Jul 2024 08:33:40 -0700 Subject: [PATCH] accept all styles --- app/styles/global.css | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/app/styles/global.css b/app/styles/global.css index b7845e3e..932023fa 100644 --- a/app/styles/global.css +++ b/app/styles/global.css @@ -81,17 +81,14 @@ body { } } -@font-face { - font-family: "inter"; - src: url(" /fonts/Inter-Medium.ttf"); -} + @layer base { * { @apply border-border; } body { - @apply bg-background text-foreground font-["inter"]; + @apply bg-background text-foreground ; } .input_style { @apply w-full h-14 flex flex-col pt-3 pr-16 pb-3 pl-3 text-gray-400 border border-gray-300 rounded-md shadow-sm outline-none;