Skip to content

Commit

Permalink
PaperMod: Fix problematic emoji rendering in Chrome
Browse files Browse the repository at this point in the history
See more info in necolas/normalize.css#665
  • Loading branch information
hugocf committed Mar 26, 2024
1 parent ae9dcb9 commit 6fecf3a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion assets/css/extended/custom.css
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,9 @@
--link-hover-underline-color: #58a6ff;
}

/* Render emojis correctly */
body {
font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
font-family: -apple-system, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}

/* Make highligths higher */
Expand Down

0 comments on commit 6fecf3a

Please sign in to comment.