mirror of
https://github.com/RGBCube/serenity
synced 2025-07-26 23:17:46 +00:00
LibWeb+Base: Parse font-style CSS property
This commit is contained in:
parent
e56262caed
commit
4e50f8a8b7
2 changed files with 22 additions and 3 deletions
|
@ -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>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue