Skip to content

Commit f1edae8

Browse files
Force text rendering for theme switcher
1 parent 345c13c commit f1edae8

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

assets/css/style.css

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1620,6 +1620,9 @@ label.margin-toggle:not(.sidenote-number) {
16201620
font-weight: 600;
16211621
font-size: 1.25rem;
16221622
text-decoration: none;
1623+
/* Force text rendering instead of emoji */
1624+
font-variant-emoji: text;
1625+
font-feature-settings: "liga" off;
16231626
}
16241627

16251628
/* Override Bulma button styles with high specificity */

0 commit comments

Comments
 (0)