Fix init.sh after renaming RegularItalic to Italic

This commit is contained in:
Rasmus Andersson 2017-10-21 19:30:47 -07:00
parent b6eb91dc37
commit 7128a3075a
2 changed files with 3 additions and 3 deletions

View file

@ -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 {

View file

@ -195,7 +195,7 @@ else
Black \
)
derived_styles=( \
"RegularItalic : Regular" \
"Italic : Regular" \
"Medium : Regular Black" \
"MediumItalic : Regular Black" \
"Bold : Black" \