summaryrefslogtreecommitdiffstats
path: root/layout/reftests/font-face/synthetic-weight-style.html
blob: 332e62eae3ee4496a67648c353ec4118ba20cb90 (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
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
<!DOCTYPE HTML>
<html>
<head>
<title>@font-face and synthetic rendering</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
  
<style type="text/css">

@import url(../fonts/mplus/mplusfonts.css);

body {
  margin: 50px;
  font-family: mplus1p, Futura, sans-serif;
  font-size: 18pt;
}

table {
  border-collapse: collapse; 
  margin-left: 1em;
}

td + td {
  padding-left: 1em;
}

@font-face { font-family: mplus-w1; font-weight: 100; src: url(../fonts/mplus/mplus-1p-regular.ttf); }
@font-face { font-family: mplus-w1; font-style: italic; font-weight: 100; src: url(../fonts/mplus/mplus-1p-regular.ttf); }
@font-face { font-family: mplus-w1; font-style: oblique; font-weight: 100; src: url(../fonts/mplus/mplus-1p-regular.ttf); }
.mplus-w1 { font-family: mplus-w1; }

@font-face { font-family: mplus-w2; font-weight: 200; src: url(../fonts/mplus/mplus-1p-regular.ttf); }
@font-face { font-family: mplus-w2; font-style: italic; font-weight: 200; src: url(../fonts/mplus/mplus-1p-regular.ttf); }
@font-face { font-family: mplus-w2; font-style: oblique; font-weight: 200; src: url(../fonts/mplus/mplus-1p-regular.ttf); }
.mplus-w2 { font-family: mplus-w2; }

@font-face { font-family: mplus-w3; font-weight: 300; src: url(../fonts/mplus/mplus-1p-regular.ttf); }
@font-face { font-family: mplus-w3; font-style: italic; font-weight: 300; src: url(../fonts/mplus/mplus-1p-regular.ttf); }
@font-face { font-family: mplus-w3; font-style: oblique; font-weight: 300; src: url(../fonts/mplus/mplus-1p-regular.ttf); }
.mplus-w3 { font-family: mplus-w3; }

@font-face { font-family: mplus-w4; font-weight: 400; src: url(../fonts/mplus/mplus-1p-regular.ttf); }
@font-face { font-family: mplus-w4; font-style: italic; font-weight: 400; src: url(../fonts/mplus/mplus-1p-regular.ttf); }
@font-face { font-family: mplus-w4; font-style: oblique; font-weight: 400; src: url(../fonts/mplus/mplus-1p-regular.ttf); }
.mplus-w4 { font-family: mplus-w4; }

@font-face { font-family: mplus-w5; font-weight: 500; src: url(../fonts/mplus/mplus-1p-regular.ttf); }
@font-face { font-family: mplus-w5; font-style: italic; font-weight: 500; src: url(../fonts/mplus/mplus-1p-regular.ttf); }
@font-face { font-family: mplus-w5; font-style: oblique; font-weight: 500; src: url(../fonts/mplus/mplus-1p-regular.ttf); }
.mplus-w5 { font-family: mplus-w5; }

@font-face { font-family: mplus-w6; font-weight: 600; src: url(../fonts/mplus/mplus-1p-regular.ttf); }
@font-face { font-family: mplus-w6; font-style: italic; font-weight: 600; src: url(../fonts/mplus/mplus-1p-regular.ttf); }
@font-face { font-family: mplus-w6; font-style: oblique; font-weight: 600; src: url(../fonts/mplus/mplus-1p-regular.ttf); }
.mplus-w6 { font-family: mplus-w6; }

@font-face { font-family: mplus-w7; font-weight: 700; src: url(../fonts/mplus/mplus-1p-regular.ttf); }
@font-face { font-family: mplus-w7; font-style: italic; font-weight: 700; src: url(../fonts/mplus/mplus-1p-regular.ttf); }
@font-face { font-family: mplus-w7; font-style: oblique; font-weight: 700; src: url(../fonts/mplus/mplus-1p-regular.ttf); }
.mplus-w7 { font-family: mplus-w7; }

@font-face { font-family: mplus-w8; font-weight: 800; src: url(../fonts/mplus/mplus-1p-regular.ttf); }
@font-face { font-family: mplus-w8; font-style: italic; font-weight: 800; src: url(../fonts/mplus/mplus-1p-regular.ttf); }
@font-face { font-family: mplus-w8; font-style: oblique; font-weight: 800; src: url(../fonts/mplus/mplus-1p-regular.ttf); }
.mplus-w8 { font-family: mplus-w8; }

@font-face { font-family: mplus-w9; font-weight: 900; src: url(../fonts/mplus/mplus-1p-regular.ttf); }
@font-face { font-family: mplus-w9; font-style: italic; font-weight: 900; src: url(../fonts/mplus/mplus-1p-regular.ttf); }
@font-face { font-family: mplus-w9; font-style: oblique; font-weight: 900; src: url(../fonts/mplus/mplus-1p-regular.ttf); }
.mplus-w9 { font-family: mplus-w9; }

</style>

   
</head>

<body>

<h4>Text below should appear in normal face with no synthetic bolding/italics</h4>

<table>
<tr class="mplus-w1">
<td style="font-family: mplus1p;">100</td>
<td>Regular</td>
<td style="font-style: italic;">Italic</td>
<td style="font-style: oblique;">Oblique</td>
<td style="font-weight: 100;">Regular</td>
<td style="font-style: italic;font-weight: 100;">Italic</td>
<td style="font-style: oblique;font-weight: 100;">Oblique</td>
</tr>
<tr class="mplus-w2">
<td style="font-family: mplus1p;">200</td>
<td>Regular</td>
<td style="font-style: italic;">Italic</td>
<td style="font-style: oblique;">Oblique</td>
<td style="font-weight: 200;">Regular</td>
<td style="font-style: italic;font-weight: 200;">Italic</td>
<td style="font-style: oblique;font-weight: 200;">Oblique</td>
</tr>
<tr class="mplus-w3">
<td style="font-family: mplus1p;">300</td>
<td>Regular</td>
<td style="font-style: italic;">Italic</td>
<td style="font-style: oblique;">Oblique</td>
<td style="font-weight: 300;">Regular</td>
<td style="font-style: italic;font-weight: 300;">Italic</td>
<td style="font-style: oblique;font-weight: 300;">Oblique</td>
</tr>
<tr class="mplus-w4">
<td style="font-family: mplus1p;">400</td>
<td>Regular</td>
<td style="font-style: italic;">Italic</td>
<td style="font-style: oblique;">Oblique</td>
<td style="font-weight: 400;">Regular</td>
<td style="font-style: italic;font-weight: 400;">Italic</td>
<td style="font-style: oblique;font-weight: 400;">Oblique</td>
</tr>
<tr class="mplus-w5">
<td style="font-family: mplus1p;">500</td>
<td>Regular</td>
<td style="font-style: italic;">Italic</td>
<td style="font-style: oblique;">Oblique</td>
<td style="font-weight: 500;">Regular</td>
<td style="font-style: italic;font-weight: 500;">Italic</td>
<td style="font-style: oblique;font-weight: 500;">Oblique</td>
</tr>
<tr class="mplus-w6">
<td style="font-family: mplus1p;">600</td>
<td>Regular</td>
<td style="font-style: italic;">Italic</td>
<td style="font-style: oblique;">Oblique</td>
<td style="font-weight: 600;">Regular</td>
<td style="font-style: italic;font-weight: 600;">Italic</td>
<td style="font-style: oblique;font-weight: 600;">Oblique</td>
</tr>
<tr class="mplus-w7">
<td style="font-family: mplus1p;">700</td>
<td>Regular</td>
<td style="font-style: italic;">Italic</td>
<td style="font-style: oblique;">Oblique</td>
<td style="font-weight: 700;">Regular</td>
<td style="font-style: italic;font-weight: 700;">Italic</td>
<td style="font-style: oblique;font-weight: 700;">Oblique</td>
</tr>
<tr class="mplus-w8">
<td style="font-family: mplus1p;">800</td>
<td>Regular</td>
<td style="font-style: italic;">Italic</td>
<td style="font-style: oblique;">Oblique</td>
<td style="font-weight: 800;">Regular</td>
<td style="font-style: italic;font-weight: 800;">Italic</td>
<td style="font-style: oblique;font-weight: 800;">Oblique</td>
</tr>
<tr class="mplus-w9">
<td style="font-family: mplus1p;">900</td>
<td>Regular</td>
<td style="font-style: italic;">Italic</td>
<td style="font-style: oblique;">Oblique</td>
<td style="font-weight: 900;">Regular</td>
<td style="font-style: italic;font-weight: 900;">Italic</td>
<td style="font-style: oblique;font-weight: 900;">Oblique</td>
</tr>
</table>

</body>
</html>