mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-07-18 15:01:54 +00:00
12 lines
253 B
HTML
12 lines
253 B
HTML
<!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>
|