Fix naming for default sources and instances

This commit is contained in:
Frank Grießhammer
2023-01-20 13:02:20 +01:00
parent bb2be5de42
commit 659fac9451
4 changed files with 5 additions and 5 deletions

View File

@@ -40,7 +40,7 @@
</source>
</sources>
<instances>
<instance postscriptfontname="SourceCodeVF-ExtraLightItalic" stylename="ExtraLight Italic">
<instance postscriptfontname="SourceCodeVF-Italic" stylename="ExtraLight Italic">
<location>
<dimension name="weight" xvalue="0"/>
</location>
@@ -54,7 +54,7 @@
<kerning/>
<info/>
</instance>
<instance postscriptfontname="SourceCodeVF-Italic" stylename="Regular">
<instance postscriptfontname="SourceCodeVF-Italic" stylename="Italic">
<location>
<dimension name="weight" xvalue="368"/>
</location>

View File

@@ -62,7 +62,7 @@
<integer>-205</integer>
</array>
<key>postscriptFontName</key>
<string>SourceCodeVF-ExtraLightItalic</string>
<string>SourceCodeVF-Italic</string>
<key>postscriptIsFixedPitch</key>
<true/>
<key>postscriptOtherBlues</key>

View File

@@ -46,7 +46,7 @@
</source>
</sources>
<instances>
<instance postscriptfontname="SourceCodeVF-ExtraLight" stylename="ExtraLight">
<instance postscriptfontname="SourceCodeVF-Roman" stylename="ExtraLight">
<location>
<dimension name="weight" xvalue="0"/>
</location>

View File

@@ -60,7 +60,7 @@
<integer>-205</integer>
</array>
<key>postscriptFontName</key>
<string>SourceCodeVF-ExtraLight</string>
<string>SourceCodeVF-Roman</string>
<key>postscriptIsFixedPitch</key>
<true/>
<key>postscriptOtherBlues</key>