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" \