tenfourfox/layout/reftests/font-loading-api/multiple-sets-frame-ref.html
Cameron Kaiser c9b2922b70 hello FPR
2017-04-19 00:56:45 -07:00

9 lines
137 B
HTML

<!DOCTYPE html>
<style>
@font-face {
font-family: Ahem;
src: url(../fonts/Ahem.ttf);
}
</style>
<p style="font: 16px Ahem">Hello</p>