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 ----------------------------*/
|
/*--------------------- Layout and Typography ----------------------------*/
|
||||||
html {
|
html {
|
||||||
-webkit-font-smoothing: antialiased;
|
-webkit-font-smoothing: antialiased;
|
||||||
|
-webkit-font-variant-ligatures: none;
|
||||||
|
font-variant-ligatures: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
body {
|
body {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user