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:
commit
40bce7882c
@ -13,6 +13,7 @@ body {
|
||||
font-size: $font-size;
|
||||
color: $base-color;
|
||||
background-color: $background-color;
|
||||
-webkit-font-smoothing : none;
|
||||
}
|
||||
|
||||
button,
|
||||
|
Loading…
x
Reference in New Issue
Block a user