font-synthesis-weight-webfont-bold-ref.html (425B)
1 <!DOCTYPE html> 2 <html lang = "en"> 3 <meta charset="utf-8"> 4 <title>CSS Test: font synthesis weight: bold web font should not be "double emboldened"</title> 5 <style> 6 @font-face { 7 font-family: "lato"; 8 src: url(/fonts/Lato-Bold.ttf) 9 } 10 .test { 11 font-family: "lato"; 12 font-size: 3em; 13 } 14 </style> 15 16 <p class="test">Filler text</p> 17 </html>