font-variation-settings-descriptor-04-ref.html (540B)
1 <!DOCTYPE html> 2 <html lang="en"> 3 <meta http-equiv="Content-Type" content="text/html; charset=utf-8"/> 4 <title>CSS Test: font-variation-settings descriptor</title> 5 <style> 6 @font-face { 7 font-family: "Roboto"; 8 src: url('support/fonts/RobotoExtremo-VF.subset.ttf') format('truetype'); 9 } 10 .content { 11 font-family: "Roboto"; 12 font-variation-settings: 'wdth' 125, 'opsz' 144, 'wght' 600.7; 13 } 14 </style> 15 <body> 16 <p>Test passes if the text below renders correct text weight.</p> 17 <p class="content">Filler Text</p> 18 </body> 19 </html>