Source code

Revision control

Copy as Markdown

Other Tools

<!DOCTYPE html>
<html lang = "en">
<meta charset="utf-8">
<title>CSS Test: font synthesis weight: bold web font should not be "double emboldened"</title>
<style>
@font-face {
font-family: "lato";
src: url(/fonts/Lato-Bold.ttf)
}
.test {
font-family: "lato";
font-size: 3em;
}
</style>
<p class="test">Filler text</p>
</html>