Merge pull request #2120 from thornbill/fix-default-font-size

Revert change to base font size
This commit is contained in:
Bill Thornton 2020-11-25 00:49:22 -05:00 committed by GitHub
commit 40e75ecc1a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -5,7 +5,7 @@
} }
html { html {
@include font; @include font($size: 93%);
text-size-adjust: 100%; text-size-adjust: 100%;
-webkit-font-smoothing: antialiased; -webkit-font-smoothing: antialiased;
text-rendering: optimizeLegibility; text-rendering: optimizeLegibility;