Skip to content

Commit

Permalink
Add fallback value to address warning
Browse files Browse the repository at this point in the history
  • Loading branch information
dvdchr committed Mar 29, 2024
1 parent b13bc83 commit 5eaac2d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ html, body {

body {
-webkit-text-size-adjust: none !important;
font: -apple-system-body !important;
font: -apple-system-body, sans-serif !important;
font-family: 'Noto Serif', serif !important;
font-weight: 400 !important;
padding: 0 !important;
Expand Down

0 comments on commit 5eaac2d

Please sign in to comment.