Skip to content

Commit ed8659c

Browse files
committed
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.
1 parent 29f1fc5 commit ed8659c

File tree

1 file changed

+0
-2
lines changed
  • packages/uui-css/lib/custom-properties

1 file changed

+0
-2
lines changed
Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
@import '../typography/lato.css';
2-
31
:root {
42
--uui-font-family: 'Lato', 'Helvetica Neue', Helvetica, Arial, sans-serif;
53
}

0 commit comments

Comments
 (0)