mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2025-03-19 18:06:56 +00:00
Improve font rendering on OX S
See https://medium.com/@mwichary/death-to-typewriters-technical-supplement-8 f3c754626f2#5916
This commit is contained in:
parent
42d130d49d
commit
6e0c7d9022
@ -24,7 +24,9 @@ html button {
|
||||
|
||||
html {
|
||||
font-family: {{$:/themes/tiddlywiki/vanilla/settings/fontfamily}};
|
||||
text-rendering: optimizeLegibility; /* Enables kerning and ligatures etc. */
|
||||
text-rendering: optimizeLegibility; /* Enables kerning and ligatures etc. */
|
||||
-webkit-font-smoothing: antialiased;
|
||||
-moz-osx-font-smoothing: grayscale;
|
||||
}
|
||||
|
||||
html:-webkit-full-screen {
|
||||
|
Loading…
x
Reference in New Issue
Block a user