tenfourfox/layout/reftests/font-matching/syntheticbold-rotated-ref.html
Cameron Kaiser c9b2922b70 hello FPR
2017-04-19 00:56:45 -07:00

35 lines
495 B
HTML

<!DOCTYPE HTML>
<html>
<head>
<title>rotated synthetic bold</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<style type="text/css">
@font-face {
font-family: libertine;
src: url(../fonts/LinLibertine_Re-4.7.5.woff);
}
body {
margin: 150px 0px;
font-size: 800%;
}
p { margin: 0; }
.test {
font-family: libertine;
display: inline-block;
transform: rotate(90deg);
}
</style>
</head>
<body>
<p><span class="test">uh oh!</span></p>
</body>
</html>