Skip to content

Commit

Permalink
Remove default font-family
Browse files Browse the repository at this point in the history
  • Loading branch information
drx committed Aug 13, 2024
1 parent ca25fb8 commit 9d45d0e
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions react/styles/tailwind-preflight.less
Original file line number Diff line number Diff line change
Expand Up @@ -30,16 +30,6 @@
line-height: 1.5; /* 1 */
-webkit-text-size-adjust: 100%; /* 2 */
tab-size: 4; /* 3 */
font-family: var(
--default-font-family,
ui-sans-serif,
system-ui,
sans-serif,
'Apple Color Emoji',
'Segoe UI Emoji',
'Segoe UI Symbol',
'Noto Color Emoji'
); /* 4 */
font-feature-settings: var(--default-font-feature-settings, normal); /* 5 */
font-variation-settings: var(--default-font-variation-settings, normal); /* 6 */
-webkit-tap-highlight-color: transparent; /* 7 */
Expand Down

0 comments on commit 9d45d0e

Please sign in to comment.