summaryrefslogtreecommitdiffstats
path: root/layout/reftests/font-face/variation-format-hint-1B-ttf-ref.html
blob: 20702094eedce5c97b7abfcb221a039f50bd54a6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
<!DOCTYPE html>

<style>
@font-face {
  font-family: test;
  src: url(../fonts/markB.ttf);
}
div {
  font-family: test, serif;
  font-size: 50px;
  line-height: 2em;
}
</style>

<div>
ABC
</div>