mirror of
https://github.com/nlohmann/json.git
synced 2026-02-16 01:52:14 +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;
|
|
}
|