font-synthesis-style-oblique-only-ref.html (285B)
1 <!DOCTYPE html> 2 <meta charset="utf-8"> 3 4 <title>CSS font-synthesis-style:oblique-only reference</title> 5 6 <style> 7 @font-face { 8 font-family: test; 9 src: url("resources/markA.ttf"); 10 } 11 div { 12 font: 50px test; 13 } 14 </style> 15 16 <div>A</div> 17 <div>A</div> 18 <div>A</div> 19 <div>A</div> 20 <div>A</div>