6 src: local('Times New Roman');
10 font-family: 'Times New Roman';
14 font-family: fontface;
29 <p>The following two lines should look differently. The first line is synthetic bold of normal face, the second line is bold face.
</p>
30 <div class=
"face bold"><span>The quick brown fox jumps over the lazy dog
</span></div>
31 <div class=
"local bold"><span>The quick brown fox jumps over the lazy dog
</span></div>
32 <p>The following two lines should look differently. The first line is synthetic italic of normal face, the second line is italic face.
</p>
33 <div class=
"face italic"><span>The quick brown fox jumps over the lazy dog
</span></div>
34 <div class=
"local italic"><span>The quick brown fox jumps over the lazy dog
</span></div>