Skip to content

Commit

Permalink
fix: safari font size render (#401)
Browse files Browse the repository at this point in the history
  • Loading branch information
bdrtsky authored Jun 10, 2021
1 parent dcc5735 commit 90a739b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion src/defaultTheme/css/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
}

body {
@apply antialiased tracking-semitight text-gray-900 bg-white dark:text-gray-50 dark:bg-gray-900;
@apply antialiased text-root tracking-semitight text-gray-900 bg-white dark:text-gray-50 dark:bg-gray-900;
}

.fade-enter-active,
Expand Down
1 change: 1 addition & 0 deletions src/defaultTheme/windi.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ export default defineConfig({
},
extend: {
fontSize: {
root: '16px',
lg: ['1.125rem', '1.5rem'] // NOT WORKING
},
fontFamily: {
Expand Down

0 comments on commit 90a739b

Please sign in to comment.