doc: disable font ligatures
PR-URL: https://github.com/iojs/io.js/pull/816 Reviewed-By: Nicu Micleușanu <micnic90@gmail.com>
This commit is contained in:
parent
cb5560bd62
commit
982b143ab3
@ -1,6 +1,8 @@
|
||||
/*--------------------- Layout and Typography ----------------------------*/
|
||||
html {
|
||||
-webkit-font-smoothing: antialiased;
|
||||
-webkit-font-variant-ligatures: none;
|
||||
font-variant-ligatures: none;
|
||||
}
|
||||
|
||||
body {
|
||||
|
Loading…
x
Reference in New Issue
Block a user