summaryrefslogtreecommitdiff
path: root/utils/test-font-variations.markup
diff options
context:
space:
mode:
Diffstat (limited to 'utils/test-font-variations.markup')
-rw-r--r--utils/test-font-variations.markup9
1 files changed, 9 insertions, 0 deletions
diff --git a/utils/test-font-variations.markup b/utils/test-font-variations.markup
new file mode 100644
index 00000000..ae277e35
--- /dev/null
+++ b/utils/test-font-variations.markup
@@ -0,0 +1,9 @@
+Rendering Text using weight variations.
+This works with fonts that have OpenType
+font variations.
+<span font_desc="@wght=700">Weight: 700</span>
+<span font_desc="@wght=600">Weight: 600</span>
+<span font_desc="@wght=300">Weight: 300</span>
+<span font_desc="@wght=500">Weight: 500</span>
+<span font_desc="@wght=400">Weight: 400</span>
+<span font_desc="@wght=2000">Weight: 2000</span>