Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-05-08 | LibWeb: Add `--layout-test-mode` flag to HeadlessBrowser | martinfalisse | |
The `layout-test-mode` flag changes the font to be SerenitySans as this is the font used for layout tests for cross-platform compatibility of tests. | |||
2022-12-25 | Ladybird: Update for AK::{String => DeprecatedString} rename | Linus Groh | |
2022-12-25 | Ladybird/FontPluginQt: Implement default font virtuals | Andreas Kling | |
2022-12-25 | Ladybird: Add a FontPlugin and try much harder to find suitable fonts | Andreas 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. |