-
Notifications
You must be signed in to change notification settings - Fork 3.8k
Expand file tree
/
Copy pathvariable-avar2-rvrn.html
More file actions
42 lines (39 loc) · 1.1 KB
/
variable-avar2-rvrn.html
File metadata and controls
42 lines (39 loc) · 1.1 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
<!doctype html>
<html class="reftest-wait">
<link rel="match" href="variable-avar2-rvrn-ref.html" />
<link rel="mismatch" href="variable-avar2-rvrn-mismatch.html" />
<link rel="help" href="https://www.iso.org/standard/87621.html" />
<meta charset="utf-8" />
<style>
@font-face {
font-family: avar2test_avar2substitution;
src: url(../resources/avar/rvrnTestAvar2[opsz\,wdth\,wght].ttf);
}
body {
font-family: avar2test_avar2substitution, sans-serif;
font-size: 220px;
}
.variable-alternates {
font-variation-settings:
"wght" 1000,
"wdth" 90;
}
.avar-alternates {
font-variation-settings:
"wght" 1000,
"wdth" 75;
}
</style>
<!-- The rvrnTestAvar2 re-implements the rvrnTestAvar1 font's
warping of the design space using an avar2 item variation
store and delta sets.
-->
H
<span class="variable-alternates">H</span>
<span class="avar-alternates">H</span>
<script>
document.fonts.ready.then(() => {
document.documentElement.classList.remove("reftest-wait");
});
</script>
</html>