Fix #5108 - vanilla/reset overrides system fonts (#5118)

optimising-macrocalls
Simon Huber 2020-11-24 22:15:37 +01:00 zatwierdzone przez GitHub
rodzic c854e518fa
commit 5769cf9784
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: 4AEE18F83AFDEB23
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -90,7 +90,7 @@ html button {
** Basic element styles
*/
html {
html, body {
font-family: {{$:/themes/tiddlywiki/vanilla/settings/fontfamily}};
text-rendering: optimizeLegibility; /* Enables kerning and ligatures etc. */
-webkit-font-smoothing: antialiased;