From 7128a3075a8224289d173c1aa198bb821a649086 Mon Sep 17 00:00:00 2001 From: Rasmus Andersson Date: Sat, 21 Oct 2017 19:30:47 -0700 Subject: Fix init.sh after renaming RegularItalic to Italic --- docs/lab/index.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'docs/lab/index.html') diff --git a/docs/lab/index.html b/docs/lab/index.html index 57eca7490..fd2e3577d 100644 --- a/docs/lab/index.html +++ b/docs/lab/index.html @@ -735,8 +735,8 @@ for (const ch of uniqueChars) { font-family: 'Inter-UI-VERSION'; font-style: italic; font-weight: 400; - src: url("fonts/Inter-UI-RegularItalic.woff2") format("woff2"), - url("fonts/Inter-UI-RegularItalic.woff") format("woff"); + src: url("fonts/Inter-UI-Italic.woff2") format("woff2"), + url("fonts/Inter-UI-Italic.woff") format("woff"); } @font-face { -- cgit v1.2.3