We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 345c13c commit f1edae8Copy full SHA for f1edae8
assets/css/style.css
@@ -1620,6 +1620,9 @@ label.margin-toggle:not(.sidenote-number) {
1620
font-weight: 600;
1621
font-size: 1.25rem;
1622
text-decoration: none;
1623
+ /* Force text rendering instead of emoji */
1624
+ font-variant-emoji: text;
1625
+ font-feature-settings: "liga" off;
1626
}
1627
1628
/* Override Bulma button styles with high specificity */
0 commit comments