<!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> |