summaryrefslogtreecommitdiffstats
path: root/layout/reftests/font-matching/syntheticbold-rotated.html
blob: bb856c0c3670d4ee5c0d830f0483a4b33c1791a8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
<!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);
  font-weight: bold;
}

</style>

</head>
<body>

<p><span class="test">uh oh!</span></p>

</body>
</html>