mirror of https://github.com/nodejs/node.git
doc: disable font ligatures
PR-URL: https://github.com/iojs/io.js/pull/816 Reviewed-By: Nicu Micleușanu <micnic90@gmail.com>pull/816/merge
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…
Reference in New Issue