Source code

Revision control

Copy as Markdown

Other Tools

<!DOCTYPE html>
<meta charset=utf-8>
<style>
@font-face {
font-family: simple;
font-weight: normal;
src: url("/fonts/Lato-Medium.ttf");
}
@font-face {
font-family: simple;
font-weight: bold;
src: url("/fonts/Lato-Bold.ttf");
}
</style>
<div style='font: normal 24px "simple"'>This should be normal weight</div>
<div style='font: normal 24px "simple"'>This should be normal weight</div>
<div style='font: normal 24px "simple"'>This should be normal weight</div>
<div style='font: normal 24px "simple"'>This should be normal weight</div>
<div style='font: bold 24px "simple"'>This should be bold weight</div>
<div style='font: bold 24px "simple"'>This should be bold weight</div>
<div style='font: bold 24px "simple"'>This should be bold weight</div>
<div style='font: bold 24px "simple"'>This should be bold weight</div>
<br>
<div style='font: normal 24px "Times New Roman", "simple"'>This should be normal weight</div>
<div style='font: normal 24px "Times New Roman", "simple"'>This should be normal weight</div>
<div style='font: normal 24px "Times New Roman", "simple"'>This should be normal weight</div>
<div style='font: normal 24px "Times New Roman", "simple"'>This should be normal weight</div>
<div style='font: bold 24px "Times New Roman", "simple"'>This should be bold weight</div>
<div style='font: bold 24px "Times New Roman", "simple"'>This should be bold weight</div>
<div style='font: bold 24px "Times New Roman", "simple"'>This should be bold weight</div>
<div style='font: bold 24px "Times New Roman", "simple"'>This should be bold weight</div>