From bc8b267b01d4652334e6f4a5452e77fbf79b329d Mon Sep 17 00:00:00 2001 From: Rasmus Andersson Date: Tue, 22 Oct 2019 07:55:36 -0700 Subject: Generate OTF (quads, not cff) for VF, rename upright to roman and add googlefonts makefile target --- misc/dist/inter.css | 2 +- misc/dist/variable.txt | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) (limited to 'misc/dist') diff --git a/misc/dist/inter.css b/misc/dist/inter.css index 4f1ef60d9..5b66579ff 100644 --- a/misc/dist/inter.css +++ b/misc/dist/inter.css @@ -166,7 +166,7 @@ Usage: font-display: swap; font-style: normal; font-named-instance: 'Regular'; - src: url("Inter-upright.var.woff2") format("woff2"); + src: url("Inter-roman.var.woff2") format("woff2"); } @font-face { font-family: 'Inter var'; diff --git a/misc/dist/variable.txt b/misc/dist/variable.txt index 566b2ef28..fc294a9e4 100644 --- a/misc/dist/variable.txt +++ b/misc/dist/variable.txt @@ -3,9 +3,9 @@ Variable fonts is a new technology still undergoing development. The directory named "Inter (TTF variable)" contains three files: -- Inter.var.ttf -- Multi-axis complete family -- Inter-italic.var.ttf -- Single-axis italic style with variable weight axis. -- Inter-upright.var.ttf -- Single-axis upright/roman style with variable weight axis. +- Inter.var.otf -- Multi-axis complete family +- Inter-italic.var.otf -- Single-axis italic style with variable weight axis. +- Inter-roman.var.otf -- Single-axis roman style with variable weight axis. The "Inter (web)" directory contains WOFF2 versions of these same font files. -- cgit v1.2.3