mirror of
https://github.com/LadybirdBrowser/ladybird
synced 2026-04-27 18:17:22 +02:00
LibWeb: Apply HTMLFontElement's face attribute's presentational hint
Fixes font selection on https://stagsnet.net/
This commit is contained in:
committed by
Alexander Kalenik
parent
e33174fca1
commit
ee6dbcc96e
Notes:
github-actions[bot]
2025-04-01 01:51:28 +00:00
Author: https://github.com/Lubrsi Commit: https://github.com/LadybirdBrowser/ladybird/commit/ee6dbcc96ef Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/4158 Reviewed-by: https://github.com/gmta
@@ -0,0 +1,12 @@
|
||||
<!DOCTYPE html>
|
||||
<head>
|
||||
<link rel="match" href="../../expected/HTML/HTMLFontElement-face-attribute-ref.html" />
|
||||
<style>
|
||||
span {
|
||||
font-family: 'Arial', sans-serif;
|
||||
}
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
<span>Well hello friends!</span>
|
||||
</body>
|
||||
Reference in New Issue
Block a user