Merge pull request #228 from jegtnes/patch-1

Disable ligatures in code blocks
This commit is contained in:
John O'Nolan 2016-01-21 08:31:53 +02:00
commit a5591f03ce
1 changed files with 3 additions and 0 deletions

View File

@ -344,6 +344,9 @@ code, tt {
border: #E3EDF3 1px solid;
background: #F7FAFB;
border-radius: 2px;
-webkit-font-feature-settings: "liga" 0;
-moz-font-feature-settings: "liga" 0;
font-feature-settings: "liga" 0;
}
pre {