From dfdd1c9b20eda2fbac08505523832eca1bb8927e Mon Sep 17 00:00:00 2001 From: Adam <2363879+adamdotdevin@users.noreply.github.com> Date: Thu, 11 Dec 2025 06:51:39 -0600 Subject: fix: load fonts the right way --- packages/console/app/src/style/token/font.css | 8 -------- 1 file changed, 8 deletions(-) (limited to 'packages/console/app/src/style') diff --git a/packages/console/app/src/style/token/font.css b/packages/console/app/src/style/token/font.css index 5a5f19da6..844677b5f 100644 --- a/packages/console/app/src/style/token/font.css +++ b/packages/console/app/src/style/token/font.css @@ -1,11 +1,3 @@ -@font-face { - font-family: "Berkeley Mono"; - src: url("/fonts/berkley-mono.woff2") format("woff2"); - font-weight: 400; - font-style: normal; - font-display: swap; -} - body { --font-size-2xs: 0.6875rem; --font-size-xs: 0.75rem; -- cgit v1.2.3