From 1cf90fb58143b618b7d65a2f6e23afe5f5618d63 Mon Sep 17 00:00:00 2001 From: Gabe Kangas Date: Fri, 1 Jul 2022 13:20:42 -0700 Subject: [PATCH] Add fonts to global css file --- web/styles/globals.scss | 3 +++ 1 file changed, 3 insertions(+) diff --git a/web/styles/globals.scss b/web/styles/globals.scss index a14e70af5..dcd90afaf 100644 --- a/web/styles/globals.scss +++ b/web/styles/globals.scss @@ -1,3 +1,6 @@ +@import "@fontsource/open-sans"; +@import "@fontsource/poppins"; + // @import "~antd/dist/antd.dark"; html,