Skip to content

Commit

Permalink
fix(uui-css): do not import the lato font here as it means you cannot…
Browse files Browse the repository at this point in the history
… 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.
  • Loading branch information
iOvergaard committed Mar 18, 2024
1 parent 29f1fc5 commit ed8659c
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions 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;
}

0 comments on commit ed8659c

Please sign in to comment.