font-synthesis-small-caps-first-letter-ref.html (542B)
1 <!DOCTYPE html> 2 <html lang="en"> 3 <meta charset="utf-8"/> 4 <title>CSS Test: font-synthesis-small-caps apply to ::first-letter</title> 5 <!--Lato-Medium does not have small caps in the font--> 6 <style> 7 @font-face { 8 font-family: "Lato-Medium"; 9 src: url(/fonts/Lato-Medium.ttf); 10 } 11 .test { 12 font-family: "Lato-Medium"; 13 font-size: 3em; 14 } 15 </style> 16 17 <p>Test passes if the two lines below are identical and there is no red.</p> 18 <section class="test"> 19 <p>placeholder</p> 20 <p>placeholder</p> 21 </section>