doc: enable OpenType kerning and ligatures
This commit is contained in:
parent
c809a4ff01
commit
f4fb57b110
2 changed files with 9 additions and 1 deletions
|
@ -62,6 +62,10 @@ body {
|
|||
font-size: 18px;
|
||||
color: #333;
|
||||
line-height: 1.428571429;
|
||||
|
||||
-webkit-font-feature-settings: "kern", "liga";
|
||||
-moz-font-feature-settings: "kern", "liga";
|
||||
font-feature-settings: "kern", "liga";
|
||||
}
|
||||
@media (min-width: 768px) {
|
||||
body {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue