1
0
mirror of https://github.com/nostalgic-css/NES.css.git synced 2025-02-24 01:12:31 +01:00

Merge pull request #40 from stewartrule/feat/font

disable font-smoothing
This commit is contained in:
ダーシノ 2018-11-30 20:34:20 +09:00 committed by GitHub
commit 40bce7882c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -13,6 +13,7 @@ body {
font-size: $font-size;
color: $base-color;
background-color: $background-color;
-webkit-font-smoothing : none;
}
button,