font-face-style-auto-static-ref.html (445B)
1 <!DOCTYPE html> 2 <html lang="en"> 3 <meta charset="utf-8"/> 4 <title>CSS Test: Support for font-style: auto in @font-face</title> 5 <style> 6 @font-face { 7 font-family: "Lato"; 8 src: url('/fonts/Lato-Medium.ttf') format('truetype'); 9 font-display: swap; 10 font-style: normal; 11 } 12 .test { 13 font-family: "Lato"; 14 font-size: 3em; 15 font-style: oblique 10deg; 16 } 17 </style> 18 19 <p class="test">text</p>