mirror of
https://github.com/mountain-loop/yaak.git
synced 2026-01-11 14:30:24 +01:00
[PR #178] [MERGED] Fix font aliasing on some Linux webkit #104
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/mountain-loop/yaak/pull/178
Author: @OHermesJunior
Created: 3/4/2025
Status: ✅ Merged
Merged: 3/6/2025
Merged by: @gschier
Base:
master← Head:fix-font-rendering📝 Commits (1)
6a7b687Fix font aliasing on webkit.📊 Changes
1 file changed (+6 additions, -0 deletions)
View changed files
📝
src-web/main.css(+6 -0)📄 Description
Hi, love the app!
Font rendering on Linux (Ubuntu 22.04) looked very broken. I have seem this issue on other Tauri apps as well.
The only Tauri app I found without this issue is JetPilot, where I got this snippet from.
Now:

Patched:

I am not really sure that it looks perfect either, as it's not subpixel antialiased, but I think it's the best we can get on webkit gtk, and it's unusable without it.
I also cannot test it on windows/macos, so I understand if you don't accept this patch now.
Would be good to have feedback from other users on linux or macos, which may have the same problem with webkit.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.