@font-face {
font-family: "Fontin-Sans SC";
/* the font url below is correct but won't be accessed due to cross-site restrictions */
src: url(../../reftests/fonts/markA.ttf) format("opentype");
}
</style>
<script type="text/javascript">
function boom()
{
document.getElementById("r").style.fontFamily = "'Fontin-Sans SC'";
document.documentElement.offsetHeight;
document.removeChild(document.documentElement);
}
Die Informationen auf dieser Webseite wurden
nach bestem Wissen sorgfältig zusammengestellt. Es wird jedoch weder Vollständigkeit, noch Richtigkeit,
noch Qualität der bereit gestellten Informationen zugesichert.
Bemerkung:
Die farbliche Syntaxdarstellung und die Messung sind noch experimentell.