mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-08-13 03:29:49 +00:00
LibWeb: Apply HTMLFontElement's face attribute's presentational hint
Fixes font selection on https://stagsnet.net/
This commit is contained in:
parent
e33174fca1
commit
ee6dbcc96e
Notes:
github-actions[bot]
2025-04-01 01:51:28 +00:00
Author: https://github.com/Lubrsi
Commit: ee6dbcc96e
Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/4158
Reviewed-by: https://github.com/gmta
4 changed files with 27 additions and 4 deletions
|
@ -1,2 +1,2 @@
|
|||
foo<font face="monospace" style="font-family: monospace;">bar</font>
|
||||
<font face="sans-serif" style="font-family: sans-serif;">foo</font><font face="sans-serif" style="font-family: sans-serif;"><font style="">bar</font></font>
|
||||
foo<font face="monospace">bar</font>
|
||||
<font face="sans-serif">foobar</font>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue