1
0
mirror of https://github.com/nostalgic-css/NES.css.git synced 2025-08-30 09:20:02 +02:00

disable font-smoothing on webkit

This commit is contained in:
Walter Steur
2018-11-30 10:32:26 +01:00
parent 4c6bf1f888
commit fea8ad6ef6

View File

@@ -17,6 +17,7 @@ html {
-webkit-text-size-adjust: 100%;
-ms-overflow-style: scrollbar;
-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
-webkit-font-smoothing : none;
}
@-ms-viewport {