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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

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;