1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-28 08:35:09 +00:00
serenity/Userland/Libraries/LibWeb/CSS
Andreas Kling 0c66e53544 LibWeb: Honor font sizes specified by CSS
Instead of trying to coerce them into some font size we think we might
have, let's just honor the request and do our best to find a font.
2021-02-07 10:57:07 +01:00
..
Parser Everywhere: Replace a bundle of dbg with dbgln. 2021-01-16 11:54:35 +01:00
.gitignore Libraries: Move to Userland/Libraries/ 2021-01-12 12:17:46 +01:00
ComputedValues.h LibWeb: Parse the CSS "flex-direction" property 2021-01-18 20:20:16 +01:00
Default.css Libraries: Move to Userland/Libraries/ 2021-01-12 12:17:46 +01:00
Identifiers.json LibWeb: Parse the CSS "flex-direction" property 2021-01-18 20:20:16 +01:00
Length.cpp Libraries: Move to Userland/Libraries/ 2021-01-12 12:17:46 +01:00
Length.h Libraries: Move to Userland/Libraries/ 2021-01-12 12:17:46 +01:00
LengthBox.h Libraries: Move to Userland/Libraries/ 2021-01-12 12:17:46 +01:00
Properties.json LibWeb: Parse the CSS "flex-direction" property 2021-01-18 20:20:16 +01:00
QuirksMode.css Libraries: Move to Userland/Libraries/ 2021-01-12 12:17:46 +01:00
Selector.cpp Libraries: Move to Userland/Libraries/ 2021-01-12 12:17:46 +01:00
Selector.h Libraries: Move to Userland/Libraries/ 2021-01-12 12:17:46 +01:00
SelectorEngine.cpp Libraries: Move to Userland/Libraries/ 2021-01-12 12:17:46 +01:00
SelectorEngine.h Libraries: Move to Userland/Libraries/ 2021-01-12 12:17:46 +01:00
StyleDeclaration.cpp Libraries: Move to Userland/Libraries/ 2021-01-12 12:17:46 +01:00
StyleDeclaration.h Libraries: Move to Userland/Libraries/ 2021-01-12 12:17:46 +01:00
StyleInvalidator.cpp Libraries: Move to Userland/Libraries/ 2021-01-12 12:17:46 +01:00
StyleInvalidator.h Libraries: Move to Userland/Libraries/ 2021-01-12 12:17:46 +01:00
StyleProperties.cpp LibWeb: Honor font sizes specified by CSS 2021-02-07 10:57:07 +01:00
StyleProperties.h LibWeb: Parse the CSS "flex-direction" property 2021-01-18 20:20:16 +01:00
StyleResolver.cpp Everywhere: Replace a bundle of dbg with dbgln. 2021-01-16 11:54:35 +01:00
StyleResolver.h Libraries: Move to Userland/Libraries/ 2021-01-12 12:17:46 +01:00
StyleRule.cpp Libraries: Move to Userland/Libraries/ 2021-01-12 12:17:46 +01:00
StyleRule.h Libraries: Move to Userland/Libraries/ 2021-01-12 12:17:46 +01:00
StyleSheet.cpp Libraries: Move to Userland/Libraries/ 2021-01-12 12:17:46 +01:00
StyleSheet.h Libraries: Move to Userland/Libraries/ 2021-01-12 12:17:46 +01:00
StyleSheetList.cpp Libraries: Move to Userland/Libraries/ 2021-01-12 12:17:46 +01:00
StyleSheetList.h Libraries: Move to Userland/Libraries/ 2021-01-12 12:17:46 +01:00
StyleValue.cpp Libraries: Move to Userland/Libraries/ 2021-01-12 12:17:46 +01:00
StyleValue.h LibWeb: Parse the CSS "flex-direction" property 2021-01-18 20:20:16 +01:00