summaryrefslogtreecommitdiff
path: root/misc/dist
diff options
context:
space:
mode:
authorRasmus Andersson <rasmus@notion.se>2018-10-08 04:27:12 +0300
committerRasmus Andersson <rasmus@notion.se>2018-10-11 09:38:31 +0300
commit5194e4f4740949a702981d65d01aaf1965d47242 (patch)
tree226161e42dcaef3c7565dd55c20f676d5b54408d /misc/dist
parent4262086bffef542bc10cee51dd3a5f4e48850506 (diff)
downloadinter-5194e4f4740949a702981d65d01aaf1965d47242.tar.xz
fontbuild: now generating three variable fonts: complete family with two axes, italic version with weight axis and upright version with weight axis. This allows supporting browsers like MS Edge which do not correctly map italic and oblique font style properties to slnt and ital axes.
Diffstat (limited to 'misc/dist')
-rw-r--r--misc/dist/variable.txt9
1 files changed, 9 insertions, 0 deletions
diff --git a/misc/dist/variable.txt b/misc/dist/variable.txt
index 78ac81974..c2a3b5cb2 100644
--- a/misc/dist/variable.txt
+++ b/misc/dist/variable.txt
@@ -1,6 +1,15 @@
Variable fonts is a new technology still undergoing development.
+The directory named "Inter UI (TTF variable)" contains three files:
+
+- Inter-UI.var.ttf -- multi-axis complete family
+- Inter-UI-italic.var.ttf -- italic-only with variable weight axis.
+- Inter-UI-upright.var.ttf-- upright-only with variable weight axis.
+
+The "Inter UI (web)" directory contains WOFF2 versions of these same
+font files.
+
Support for variable fonts is limited as of late 2018, but support
is quickly arriving to web browsers, operating systems and
design application.