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 ++-- init.sh | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) 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 { diff --git a/init.sh b/init.sh index d44d63a70..62f4f46cf 100755 --- a/init.sh +++ b/init.sh @@ -195,7 +195,7 @@ else Black \ ) derived_styles=( \ - "RegularItalic : Regular" \ + "Italic : Regular" \ "Medium : Regular Black" \ "MediumItalic : Regular Black" \ "Bold : Black" \ -- cgit v1.2.3