ladybird/Tests/LibWeb/Ref/expected/HTML/HTMLFontElement-face-attribute-ref.html

12 lines
160 B
HTML
Raw Permalink Normal View History

<!DOCTYPE html>
<head>
<style>
span {
font-family: 'Arial', sans-serif;
}
</style>
</head>
<body>
<span>Well hello friends!</span>
</body>