summaryrefslogtreecommitdiff
path: root/Ladybird/FontPluginQt.h
AgeCommit message (Collapse)Author
2022-12-25Ladybird: Update for AK::{String => DeprecatedString} renameLinus Groh
2022-12-25Ladybird/FontPluginQt: Implement default font virtualsAndreas Kling
2022-12-25Ladybird: Add a FontPlugin and try much harder to find suitable fontsAndreas Kling
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.