blob: 0f9f62b892631aa0450966484e0a8494a5f73917 [file] [log] [blame]
<!DOCTYPE html>
<html>
<head>
<style>
@font-face {
font-family: "Boxis";
src: url("resources/Boxis-VF.ttf");
}
</style>
</head>
<body>
This test makes sure that calc() works in font-variation-settings.
<div style="font: 48px 'Boxis'; font-variation-settings: 'desc' 0, 'hght' 750, 'trac' 0, 'wdth' 400;">Hi</div>
</body>
</html>