<!DOCTYPE html> | |
<html> | |
<head> | |
<style> | |
@font-face { | |
font-family: "Boxis"; | |
src: url("resources/Boxis-VF.ttf"); | |
} | |
</style> | |
</head> | |
<body> | |
This test makes sure that the font selection properties affect font variations. | |
<div style="font-family: Boxis; font-variation-settings: 'wdth' 3.25;">Hello</div> | |
<div style="font-family: Boxis; font-variation-settings: 'wdth' 100;">Hello</div> | |
</body> | |
</html> |