blob: e59dc50dc757ddc746e73615953372c4a3e92d3c [file] [log] [blame]
<!DOCTYPE html>
<html class="reftest-wait">
<style>
@font-face {
font-family: variable_axes;
src: url("resources/variabletest_matching.ttf");
}
body {
font-family: variable_axes, sans-serif;
font-size: 80px;
}
</style>
<span>0p;/</span>
<span>8i;,</span>
<script>
document.fonts.ready.then(
() => { document.documentElement.classList.remove("reftest-wait"); });
</script>
</html>