Fix init.sh after renaming RegularItalic to Italic
This commit is contained in:
parent
b6eb91dc37
commit
7128a3075a
2 changed files with 3 additions and 3 deletions
|
|
@ -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 {
|
||||
|
|
|
|||
2
init.sh
2
init.sh
|
|
@ -195,7 +195,7 @@ else
|
|||
Black \
|
||||
)
|
||||
derived_styles=( \
|
||||
"RegularItalic : Regular" \
|
||||
"Italic : Regular" \
|
||||
"Medium : Regular Black" \
|
||||
"MediumItalic : Regular Black" \
|
||||
"Bold : Black" \
|
||||
|
|
|
|||
Reference in a new issue