Source code

Revision control

Copy as Markdown

Other Tools

<html>
<head>
<title>bug 502795 - letterspace with downloaded font</title>
</head>
<style type="text/css">
@font-face {
font-family: test;
src: url(../fonts/MarkA.ttf);
}
p {
font-family: test;
font-size: 24pt;
}
</style>
<body>
<p>A</p>
</body>
</html>