18 lines
592 B
HTML
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>
|