Add `optimizeLegibility` to headings
This commit is contained in:
parent
2fbf4165e2
commit
adbe7ce252
|
@ -48,6 +48,7 @@ kbd {
|
|||
|
||||
h1, h2, h3, h4, h5, h6 {
|
||||
font-family: $headline-font-family;
|
||||
text-rendering: optimizeLegibility; /* enable common ligatures and kerning */
|
||||
}
|
||||
|
||||
h1 {
|
||||
|
|
Loading…
Reference in New Issue