From ed8659c707ecdce0507a3c22bec1af95e7523950 Mon Sep 17 00:00:00 2001 From: Jacob Overgaard <752371+iOvergaard@users.noreply.github.com> Date: Mon, 18 Mar 2024 09:41:32 +0100 Subject: [PATCH] fix(uui-css): do not import the lato font here as it means you cannot import only the custom properties without getting the font Lato is already defined in uui-font.css and you can get all of it by uui-css.css as well. --- packages/uui-css/lib/custom-properties/fonts.css | 2 -- 1 file changed, 2 deletions(-) diff --git a/packages/uui-css/lib/custom-properties/fonts.css b/packages/uui-css/lib/custom-properties/fonts.css index e5d428d48..f4f028e6a 100644 --- a/packages/uui-css/lib/custom-properties/fonts.css +++ b/packages/uui-css/lib/custom-properties/fonts.css @@ -1,5 +1,3 @@ -@import '../typography/lato.css'; - :root { --uui-font-family: 'Lato', 'Helvetica Neue', Helvetica, Arial, sans-serif; }