ladybird/Libraries/LibWebView/Plugins
Jelle Raaijmakers e96fd53eda Revert "LibWebView: Add Arial Unicode MS to the list of Sans Serif (...)
(...) fallbacks"

This reverts commit 9e7b40747f. This
caused most bold headings to display as regular headings, since Arial
Unicode MS does not support other styles (as opposed to Arial).

We need a better font selection algorithm to properly support selecting
fonts for specific glyphs. Issue #2332 exists to keep track of
supporting less frequently used glyphs.
2025-07-08 09:17:32 -04:00
..
FontPlugin.cpp Revert "LibWebView: Add Arial Unicode MS to the list of Sans Serif (...) 2025-07-08 09:17:32 -04:00
FontPlugin.h LibWeb+LibWebView: Allow to specify default font size in FontPlugin 2025-01-02 10:47:21 +01:00
ImageCodecPlugin.cpp LibGfx+LibWeb: Do some color management on images with an ICC profile 2024-12-05 17:16:41 +01:00
ImageCodecPlugin.h