ladybird/Base
Sam Atkins 82f3228dd2 LibWeb: Resolve CSS font property from value list
The font property now resolves into its various parts:

- font-family
- font-weight
- font-size
- font-style
- line-height

The font-variant and font-stretch parts are left unparsed since LibWeb
doesn't know how to render those.

Added `fonts.html` as a test for various forms of `font` declarations,
based on the examples in the spec.
2021-07-22 23:09:01 +02:00
..
bin Userland: Add more(1) emulation to less(1) 2021-07-07 20:01:15 +04:30
etc DesktopPicker: Make sure the applet always ends up in the same place 2021-07-22 09:17:01 +02:00
home/anon Base: Add file associations for multiple programs 2021-07-19 17:42:14 +04:30
res LibWeb: Resolve CSS font property from value list 2021-07-22 23:09:01 +02:00
usr Utilities: Add groupdel 2021-07-15 11:16:58 +02:00
www Base: Replace <!DOCTYPE> with <!DOCTYPE html> in a few files (#1511) 2020-03-26 07:37:12 +01:00