trisquel-icecat/icecat/testing/web-platform/tests/css/css-fonts/test-synthetic-bold-notref.html
2025-10-06 02:35:48 -06:00

18 lines
592 B
HTML

<!DOCTYPE html>
<html>
<head>
<title>CSS Test: Test for synthetic bold rendering</title>
<style type="text/css">
div {
font-size: 36px;
font-family: "CSSTest Verify";
}
</style>
</head>
<body>
<div><a href="http://www.w3.org/Style/CSS/Test/Fonts/">Test fonts</a> must be installed for this test: PASS</div>
<p>Browser supports synthetic bolding if PASS appears on both lines and the second line appears bolder:</p>
<div>PASS</div>
<div>PASS</div>
</body>
</html>