summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/css/css-fonts/size-adjust-unicode-range-system-fallback-ref.html
blob: c14d922a7059becf54dc3597f9302581b57a3140 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
<!DOCTYPE HTML>
<meta charset="utf-8">
<link rel="author" href="mailto:changseok@webkit.org">
<title>Tests that the size-adjust descriptor does not affect system fallback font size.</title>
<style>
@font-face {
  font-family: large-font;
  src: local(Ahem), url(/fonts/Ahem.ttf);
  size-adjust: 1000%;
  unicode-range: U+0020;
}

.space {
  font-family: large-font;
}

.ref {
  font-family: sans-serif;
}
</style>
<span class="space"> </span><span class="ref"></span>