<!DOCTYPE html> | |
<html> | |
<head> | |
<style> | |
@font-face { | |
font-family: "WebFont"; | |
src: url("resources/Ahem-GSUB-ligatures.ttf") format("truetype"); | |
} | |
</style> | |
</head> | |
<body> | |
This test makes sure that ligatures involving the Zero Width Joiner character work correctly. The test passes if you see a particular pattern of squares and horizontal lines below. | |
<div style="font: 48px 'WebFont';">B‍ p C AB</div> | |
</body> | |
</html> |