disable ligatures for code
All checks were successful
Jenkins
Ellpeck/Web/pipeline/head This commit looks good

This commit is contained in:
Ell 2023-06-26 23:09:07 +02:00
parent 55f51b95b3
commit b3053002c4

View file

@ -13,6 +13,7 @@ body {
code {
font-family: "JetBrains Mono", monospace;
font-variant-ligatures: none;
}
h1, h2, h3, h4, h5, h6, .nav-item {