summaryrefslogtreecommitdiffstats
path: root/layout/reftests/font-loading-api/multiple-sets-frame-ref.html
blob: d8dec9920c4f4e149e8f5235821b2acfd12b7469 (plain)
1
2
3
4
5
6
7
8
<!DOCTYPE html>
<style>
@font-face {
  font-family: Ahem;
  src: url(../fonts/Ahem.ttf);
}
</style>
<p style="font: 16px Ahem">Hello</p>