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

This commit is contained in:
Simon Huber
2020-11-24 22:15:37 +01:00
committed by GitHub
parent c854e518fa
commit 5769cf9784

View File

@@ -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;