Merge pull request #228 from jegtnes/patch-1
Disable ligatures in code blocks
This commit is contained in:
commit
a5591f03ce
|
@ -344,6 +344,9 @@ code, tt {
|
||||||
border: #E3EDF3 1px solid;
|
border: #E3EDF3 1px solid;
|
||||||
background: #F7FAFB;
|
background: #F7FAFB;
|
||||||
border-radius: 2px;
|
border-radius: 2px;
|
||||||
|
-webkit-font-feature-settings: "liga" 0;
|
||||||
|
-moz-font-feature-settings: "liga" 0;
|
||||||
|
font-feature-settings: "liga" 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
pre {
|
pre {
|
||||||
|
|
Loading…
Reference in New Issue