1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-25 23:37:35 +00:00

LibWeb+Base: Parse font-style CSS property

This commit is contained in:
Karol Kosek 2022-02-19 21:21:20 +01:00 committed by Andreas Kling
parent e56262caed
commit 4e50f8a8b7
2 changed files with 22 additions and 3 deletions

View file

@ -31,6 +31,7 @@
<p style="font: normal small-caps 120%/120% monospace;">font: normal small-caps 120%/120% monospace;</p>
<p style="font: condensed oblique 12pt 'Helvetica Neue', serif;">font: condensed oblique 12pt "Helvetica Neue", serif;</p>
<p style="font: condensed oblique 25deg 12pt 'Helvetica Neue', serif;">font: condensed oblique 25deg 12pt "Helvetica Neue", serif;</p>
<p style="font-style: italic">font-style: italic</p>
</section>
<h2>Calc() values</h2>