Skip to content

Commit 407052e

Browse files
committed
fix(styles): 🐛 correct font-family variable for overline text
1 parent ac273af commit 407052e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

resources/skins.citizen.styles/tokens-citizen.less

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@
108108
--font-weight-medium: calc( var( --font-weight-normal ) + 100 );
109109
--font-weight-semi-bold: calc( var( --font-weight-normal ) + 200 );
110110
--font-weight-bold: calc( var( --font-weight-normal ) + 300 );
111-
--font-family-overline: var( --font-family-citizen-base );
111+
--font-family-overline: var( --font-family-base );
112112
--font-weight-overline: var( --font-weight-medium );
113113
--font-size-overline: var( --font-size-small );
114114
--line-height-overline: var( --line-height-small );

0 commit comments

Comments
 (0)