<!DOCTYPE html> | |
<html> | |
<head> | |
<style> | |
@font-face { | |
font-family: "Boxis"; | |
src: url("resources/Boxis-VF.ttf"); | |
font-stretch: 998% 999%; | |
} | |
</style> | |
</head> | |
<body> | |
This test makes sure that the font selection properties are clamped by their values in the @font-face block. | |
<div style="font-family: Boxis; font-variation-settings: 'wdth' 3.495; transform: scale(100, 1); transform-origin: left top;">Hello</div> | |
</body> | |
</html> |