1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-28 10:07:35 +00:00

Ladybird: Add a FontPlugin and try much harder to find suitable fonts

Instead of only looking at the SerenityOS default fonts, we now also
look recursively in /usr/share/fonts for suitable fonts that we can
load and use.
This commit is contained in:
Andreas Kling 2022-09-08 12:44:17 +02:00 committed by Andrew Kaster
parent 37d844fd66
commit 8a657eaa34
5 changed files with 129 additions and 6 deletions

View file

@ -50,6 +50,7 @@ set(SOURCES
ConsoleGlobalObject.cpp
CookieJar.cpp
EventLoopPluginQt.cpp
FontPluginQt.cpp
RequestManagerQt.cpp
main.cpp
WebView.cpp