Skip to content

Commit

Permalink
doc: disable font ligatures
Browse files Browse the repository at this point in the history
PR-URL: #816
Reviewed-By:  Nicu Micleușanu <micnic90@gmail.com>
  • Loading branch information
silverwind authored and micnic committed Feb 12, 2015
1 parent cb5560b commit 982b143
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions doc/api_assets/style.css
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
/*--------------------- Layout and Typography ----------------------------*/
html {
-webkit-font-smoothing: antialiased;
-webkit-font-variant-ligatures: none;
font-variant-ligatures: none;
}

body {
Expand Down

0 comments on commit 982b143

Please sign in to comment.