gecko-dev/layout/reftests/font-face/variation-format-hint-1b.html

21 строка
352 B
HTML

<!DOCTYPE html>
<style>
@font-face {
font-family: test;
/* this should load markB if variation font support is enabled,
and markA otherwise */
src: url(../fonts/markB.otf) format("opentype-variations"),
url(../fonts/markA.woff);
}
div {
font-family: test, serif;
font-size: 50px;
line-height: 2em;
}
</style>
<div>
ABC
</div>