blob: 87b429e4b92718f5e514e7bc350e31b709e6fd03 [file] [log] [blame]
<!DOCTYPE html>
<html>
<head>
<style>
@font-face {
font-family: "WebFont1";
src: url("resources/collection.ttc#Ahemerator");
}
@font-face {
font-family: "WebFont2";
src: url("resources/collection.ttc#Ahem");
}
</style>
</head>
<body>
This test makes sure that font collections work correctly. The font passes if you see a letter "A" below.
<div style="font: 48px 'WebFont1', 'Helvetica';">A</div>
</body>
</html>