mirror of
https://github.com/nlohmann/json.git
synced 2024-12-03 21:59:08 +08:00
5 lines
104 B
CSS
5 lines
104 B
CSS
/* disable ligatures in code and preformatted blocks */
|
|
code, pre {
|
|
font-variant-ligatures: none;
|
|
}
|