Browse Source

definitions: site: replace font-smoothing with -webkit-font-smoothing

reference:
https://developer.mozilla.org/en-US/docs/Web/CSS/font-smooth
pull/6415/head
Karan Srivastava 6 years ago
committed by GitHub
parent
commit
e7ba32530a
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions
  1. 2
      src/definitions/globals/site.less

2
src/definitions/globals/site.less

@ -43,7 +43,7 @@ body {
font-size: @fontSize;
line-height: @lineHeight;
color: @textColor;
font-smoothing: @fontSmoothing;
-webkit-font-smoothing: @fontSmoothing;
}
/*******************************

Loading…
Cancel
Save