Prevent uppercase transformation of code

This commit is contained in:
Mario Blokland 2018-09-03 21:14:57 +02:00
parent ccbbbf1eaa
commit 0ef2d6ca89
2 changed files with 2 additions and 2 deletions

View File

@ -18,7 +18,7 @@ body {
color: var(--light-color);
text-rendering: optimizeLegibility;
-webkit-font-smoothing: antialiased;
font-feature-settings: "liga", "tnum", "case", "calt", "zero", "ss01", "locl";
font-feature-settings: "liga", "tnum", "calt", "zero", "ss01", "locl";
-webkit-overflow-scrolling: touch;
-webkit-text-size-adjust: 100%;

File diff suppressed because one or more lines are too long