mirror of
https://github.com/mountain-loop/yaak.git
synced 2026-05-03 06:04:14 +02:00
Only font rendering fix for Linux
This commit is contained in:
@@ -9,9 +9,13 @@
|
||||
@apply w-full h-full overflow-hidden text-text bg-surface;
|
||||
}
|
||||
|
||||
* {
|
||||
/* Never show ligatures */
|
||||
:root {
|
||||
font-variant-ligatures: none;
|
||||
}
|
||||
|
||||
/* The following fixes weird font rendering issues on Linux */
|
||||
html[data-platform="linux"] {
|
||||
font-synthesis: none;
|
||||
text-rendering: optimizeLegibility;
|
||||
-webkit-font-smoothing: antialiased;
|
||||
|
||||
Reference in New Issue
Block a user