Skip to content

Commit 01ae04b

Browse files
JanHamaranlopin
authored andcommitted
Update FreenowTheme.ts
Fix up default font for theme to Open Sans (my bad, I left behind one commit and merged in the MR before pushing it) Relevant MR: #334
1 parent af082b0 commit 01ae04b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.storybook/FreenowTheme.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ export default create({
66
base: 'light',
77

88
// Typography
9-
fontBase: '"YOURNOWSans-Medium", "Open Sans", sans-serif',
9+
fontBase: '"Open Sans", sans-serif',
1010
fontCode: 'monospace',
1111

1212
brandTitle: 'FREENOW',

0 commit comments

Comments
 (0)