mirror of
https://github.com/nlohmann/json.git
synced 2026-02-15 13:42:18 +00:00
5 lines
104 B
CSS
5 lines
104 B
CSS
/* disable ligatures in code and preformatted blocks */
|
|
code, pre {
|
|
font-variant-ligatures: none;
|
|
}
|