summaryrefslogtreecommitdiff
path: root/docs/var-test.html
diff options
context:
space:
mode:
authorRasmus Andersson <rasmus@notion.se>2019-10-22 17:55:36 +0300
committerRasmus Andersson <rasmus@notion.se>2019-10-22 17:55:36 +0300
commitbc8b267b01d4652334e6f4a5452e77fbf79b329d (patch)
tree12e83a1e1176e07c6a888f13d68d32070540187e /docs/var-test.html
parent4ca248c6c836a89064e8282937fbde417983478f (diff)
downloadinter-bc8b267b01d4652334e6f4a5452e77fbf79b329d.tar.xz
Generate OTF (quads, not cff) for VF, rename upright to roman and add googlefonts makefile target
Diffstat (limited to 'docs/var-test.html')
-rw-r--r--docs/var-test.html6
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/var-test.html b/docs/var-test.html
index 384af2964..c0eff9116 100644
--- a/docs/var-test.html
+++ b/docs/var-test.html
@@ -54,8 +54,8 @@ Note on font file URLs:
font-weight: 100 900;
font-style: normal;
font-named-instance: 'Regular';
- src: url("font-files/Inter-upright.var.woff2?t=woff2-variations&v={{inter_var_woff2_v}}") format("woff2-variations"),
- url("font-files/Inter-upright.var.woff2?t=woff2&v={{inter_var_woff2_v}}") format("woff2");
+ src: url("font-files/Inter-roman.var.woff2?t=woff2-variations&v={{inter_var_woff2_v}}") format("woff2-variations"),
+ url("font-files/Inter-roman.var.woff2?t=woff2&v={{inter_var_woff2_v}}") format("woff2");
}
@font-face {
font-family: 'Inter var single-axis';
@@ -287,7 +287,7 @@ if (
<li>
Mapping of <tt>ital</tt> axis to <tt>font-style:italic</tt>
is not supported, nor is Mapping of <tt>slnt</tt> axis to <tt>font-style:oblique</tt>.
- Note: We use separate italic and upright font files for Edge in this
+ Note: We use separate italic and roman font files for Edge in this
test, which is why intermediate oblique degrees are displayed as either
fully slanted or not slanted at all when viewing this in Edge.
(Last confirmed version: Edge 42)