19 lines
720 B
HTML
19 lines
720 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<title>CSS Test: Test for synthetic italic rendering</title>
|
|
<style type="text/css">
|
|
div { font-size: 36px; }
|
|
span#verify { font-family: "CSSTest Verify"; }
|
|
div#test1, div#test2 {
|
|
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: <span id="verify">FAIL</span></div>
|
|
<p>Browser supports synthetic italics if PASS appears on both lines and the second line is slanted right:</p>
|
|
<div id="test1">FAIL</div>
|
|
<div id="test2">FAIL</div>
|
|
</body>
|
|
</html>
|