<!DOCTYPE html> | |
<html> | |
<head> | |
</head> | |
<body> | |
This test makes sure that user-installed fonts work in the general case. The test passes if you see a black square below. | |
<div style="font: 100px 'Ahem'; width: 96px; height: 96px; overflow: hidden; position: relative;"><div style="position: relative; top: -2px; left: -2px;">e</div></div> | |
</body> | |
</html> |