mirror of
https://github.com/nlohmann/json.git
synced 2025-07-29 23:01:16 +03:00
5 lines
139 B
CSS
5 lines
139 B
CSS
/* enable ligatures in code and preformatted blocks */
|
|
.md-typeset code, .md-typeset pre {
|
|
font-variant-ligatures: common-ligatures;
|
|
}
|