Fix unexpected uppercase (#414)

This commit is contained in:
Vinicius Zucatti
2021-07-29 19:43:04 -03:00
committed by GitHub
parent ff715c4ccb
commit b40f632908

View File

@@ -77,7 +77,6 @@ html {
height: 100%;
box-sizing: border-box;
touch-action: manipulation;
font-feature-settings: 'case' 1, 'rlig' 1, 'calt' 0;
text-rendering: optimizeLegibility;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;