Source code

Revision control

Copy as Markdown

Other Tools

Test Info:

<!DOCTYPE html>
<html>
<head>
<style>
@font-face{
font-family:t; src:url(805760.ttf);
}
p.t{
font-size:40px;
font-family:t;
}
span.t {
font-size:10px;
font-family:t;
}
</style>
</head>
<body>
<p class="t">Lorem ipsum</p>
<span class="t">Lorem ipsum</span>
</body></html>