Skip to content

Commit

Permalink
Swap fallback to prefer monochrome emoji.
Browse files Browse the repository at this point in the history
  • Loading branch information
amyjko committed Oct 14, 2023
1 parent e03ae3b commit 056c5da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion static/style/global.css
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
--wordplay-type-color: var(--color-orange);

/* Fonts */
--wordplay-app-font: 'Noto Sans', 'Noto Color Emoji', 'Noto Emoji';
--wordplay-app-font: 'Noto Sans', 'Noto Emoji', 'Noto Color Emoji';
--wordplay-code-font: 'Noto Mono', 'Noto Emoji', 'Noto Sans';

/* Spacing */
Expand Down

0 comments on commit 056c5da

Please sign in to comment.