Fixes: #16083 - Add font-variant-ligatures setting to disable ligatures on chromium

This commit is contained in:
Daniel Sheppard 2024-06-02 20:56:42 -05:00
parent e18e6cf756
commit 8e3fe48d5c
2 changed files with 4 additions and 0 deletions

Binary file not shown.

View File

@ -1,4 +1,8 @@
// Restore default foreground & background colors for <pre> blocks
body {
font-variant-ligatures: none;
}
pre {
background-color: transparent;
color: inherit;