Skip to content

Commit 5a320dc

Browse files
committed
Override font for tailwind text classes
1 parent e2f1117 commit 5a320dc

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)