<script>
/* Create font-family with two faces; the testcase to use the face with the 'expectedMatch' descriptor, and not the 'unexpectedMatch'. So any testcase
whose text is replaced by Ahem glyphs has failed font-matching. */
function createFontFaceRules(family, descriptor, expectedMatch, unexpectedMatch) {
return `@font-face { font-family: ${family}; src: url(../fonts/Chunkfive.otf); ${descriptor}: ${expectedMatch}; }\n` +
`@font-face { font-family: ${family}; src: url(../fonts/Ahem.ttf); ${descriptor}: ${unexpectedMatch}; }\n`;
}
</script>
<script src="descriptor-ranges.js"></script>
Messung V0.5
¤ Dauer der Verarbeitung: 0.21 Sekunden
(vorverarbeitet)
¤
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.