1
0
mirror of https://github.com/nlohmann/json.git synced 2026-07-28 22:53:03 +04:00
Files
json/css/custom.css
T

5 lines
104 B
CSS

/* disable ligatures in code and preformatted blocks */
code, pre {
font-variant-ligatures: none;
}