1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-31 16:18:12 +00:00
serenity/Libraries/LibWeb/CSS/Parser
Andreas Kling 08517daa5a LibWeb: Improvements to font lookup
Parse out the font-family, font-size and font-weight values from CSS
and use them to perform a kinda-best-effort lookup against the system
font library.

We also now handle standard font names like "sans-serif", "monospace"
and others.
2020-12-14 20:43:25 +01:00
..
CSSParser.cpp LibWeb: Improvements to font lookup 2020-12-14 20:43:25 +01:00
CSSParser.h LibWeb: Hack the CSS parser to handle integer values (like z-index) 2020-12-03 11:46:10 +01:00