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 --- docs/inter.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'docs/inter.css') diff --git a/docs/inter.css b/docs/inter.css index 41190284b..6d14d03ab 100644 --- a/docs/inter.css +++ b/docs/inter.css @@ -170,7 +170,7 @@ Usage: font-style: normal; font-named-instance: 'Regular'; font-display: swap; - src: url("font-files/Inter-upright.var.woff2?v={{font_v}}") format("woff2"); + src: url("font-files/Inter-roman.var.woff2?v={{font_v}}") format("woff2"); } @font-face { font-family: 'Inter var'; @@ -188,7 +188,7 @@ Usage: font-style: normal; font-named-instance: 'Regular'; font-display: swap; - src: url("font-files/Inter-upright.var.woff2?v={{font_v}}") format("woff2"); + src: url("font-files/Inter-roman.var.woff2?v={{font_v}}") format("woff2"); } @font-face { font-family: 'Inter var alt'; -- cgit v1.2.3