Skip to content

Commit 875e752

Browse files
authored
export font family in variable (#627)
1 parent 4931aed commit 875e752

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

packages/uui-css/lib/custom-properties.css

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,3 +6,4 @@ UUI - Mapping-level or specific component name - State - Name - Part - Overwrite
66
@import './custom-properties/shadow.css';
77
@import './custom-properties/palette.css';
88
@import './custom-properties/colors.css';
9+
@import './custom-properties/fonts.css';
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
@import '../typography/lato.css';
2+
3+
:root {
4+
--uui-font-family: 'Lato', 'Helvetica Neue', Helvetica, Arial, sans-serif;
5+
}

0 commit comments

Comments
 (0)