1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-23 10:07:40 +00:00
serenity/Userland/Libraries/LibWeb/Platform
Andreas Kling 5c2e3d1637 LibWeb+WebContent: Add abstraction layer for generic font families
Instead of hard-coding the names of system fonts to use for the CSS
generic fonts (like "sans-serif", "monospace", etc.) we now call out
to a Platform::FontPlugin and ask for the generic names.
2022-09-08 11:57:03 +02:00
..
EventLoopPlugin.cpp
EventLoopPlugin.h
FontPlugin.cpp LibWeb+WebContent: Add abstraction layer for generic font families 2022-09-08 11:57:03 +02:00
FontPlugin.h LibWeb+WebContent: Add abstraction layer for generic font families 2022-09-08 11:57:03 +02:00
Timer.cpp
Timer.h