Skip to content

Commit 3c950c1

Browse files
committed
Override font for tailwind text classes
1 parent 41ef8da commit 3c950c1

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

src/styles/tailwind.css

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,6 @@
11
@import '@oasisprotocol/ui-library/src/styles/global.css';
2+
3+
/* During migration to Oasis UI Library, we need to override MUI styles that are applied globally */
4+
[class*=' text-'] {
5+
font-family: var(--default-font-family);
6+
}

0 commit comments

Comments
 (0)