Skip to content

Commit b453a2a

Browse files
committed
Add italic variant font files for Inter font
1 parent a83f71c commit b453a2a

21 files changed

+79
-25
lines changed
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
267 KB
Binary file not shown.
272 KB
Binary file not shown.
273 KB
Binary file not shown.
Binary file not shown.

example/assets/fonts/Inter-Italic.otf

265 KB
Binary file not shown.
269 KB
Binary file not shown.
272 KB
Binary file not shown.
273 KB
Binary file not shown.
263 KB
Binary file not shown.

example/ios/UiKitExample.xcodeproj/project.pbxproj

+36
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,15 @@
6060
D92D9F8399C64C89B650532D /* Epilogue-SemiBoldItalic.ttf in Resources */ = {isa = PBXBuildFile; fileRef = B78B0108A82F406DB69E179C /* Epilogue-SemiBoldItalic.ttf */; };
6161
F583888554F54D748620F510 /* Inter-ExtraLight.ttf in Resources */ = {isa = PBXBuildFile; fileRef = 96E06E6C8F424BD38778B3E3 /* Inter-ExtraLight.ttf */; };
6262
F9043FD6F4F94E65810674F9 /* Epilogue-SemiBold.ttf in Resources */ = {isa = PBXBuildFile; fileRef = 970EE6E14BDC466EBDFC9797 /* Epilogue-SemiBold.ttf */; };
63+
804C157B58C74510AE6D7853 /* Inter-BlackItalic.otf in Resources */ = {isa = PBXBuildFile; fileRef = 6B1920DB1BEE4377BA1070D3 /* Inter-BlackItalic.otf */; };
64+
0D8854EB1C794C29B7691396 /* Inter-BoldItalic.otf in Resources */ = {isa = PBXBuildFile; fileRef = 4E6B081FDE9640908E688071 /* Inter-BoldItalic.otf */; };
65+
13F7283F1A9443AEAEE81CFC /* Inter-ExtraBoldItalic.otf in Resources */ = {isa = PBXBuildFile; fileRef = 56BC4D0D628D4824B9F5BDC3 /* Inter-ExtraBoldItalic.otf */; };
66+
7ED467233BEF46DD93B140DF /* Inter-ExtraLightItalic.otf in Resources */ = {isa = PBXBuildFile; fileRef = E1BA455A37934E69A41D5BB0 /* Inter-ExtraLightItalic.otf */; };
67+
24B7B2F5BE854D5D9D5FBF5A /* Inter-Italic.otf in Resources */ = {isa = PBXBuildFile; fileRef = 93CE92DA68DD47B8AC8943A2 /* Inter-Italic.otf */; };
68+
5AE8366550864E69AA912DCA /* Inter-LightItalic.otf in Resources */ = {isa = PBXBuildFile; fileRef = 203C3077476D4900AF1B265C /* Inter-LightItalic.otf */; };
69+
D775B11D2B6840D6A8C4AE2E /* Inter-MediumItalic.otf in Resources */ = {isa = PBXBuildFile; fileRef = 2128BDE20E58426487BFEF8E /* Inter-MediumItalic.otf */; };
70+
62D76AA203CD4985A0BA547F /* Inter-SemiBoldItalic.otf in Resources */ = {isa = PBXBuildFile; fileRef = DB271D7A989344E4B07548C6 /* Inter-SemiBoldItalic.otf */; };
71+
8153E7C49BE348109F0B6BC9 /* Inter-ThinItalic.otf in Resources */ = {isa = PBXBuildFile; fileRef = 68533244AC71496C9D821CC8 /* Inter-ThinItalic.otf */; };
6372
/* End PBXBuildFile section */
6473

6574
/* Begin PBXContainerItemProxy section */
@@ -141,6 +150,15 @@
141150
ED2971642150620600B7C4FE /* JavaScriptCore.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = JavaScriptCore.framework; path = Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS12.0.sdk/System/Library/Frameworks/JavaScriptCore.framework; sourceTree = DEVELOPER_DIR; };
142151
F7641DCBD78746E9B4222E97 /* Epilogue-Light.ttf */ = {isa = PBXFileReference; explicitFileType = undefined; fileEncoding = 9; includeInIndex = 0; lastKnownFileType = unknown; name = "Epilogue-Light.ttf"; path = "../assets/fonts/Epilogue-Light.ttf"; sourceTree = "<group>"; };
143152
FB13FF8DBC124211BBA83F7F /* Inter-Light.ttf */ = {isa = PBXFileReference; explicitFileType = undefined; fileEncoding = 9; includeInIndex = 0; lastKnownFileType = unknown; name = "Inter-Light.ttf"; path = "../assets/fonts/Inter-Light.ttf"; sourceTree = "<group>"; };
153+
6B1920DB1BEE4377BA1070D3 /* Inter-BlackItalic.otf */ = {isa = PBXFileReference; name = "Inter-BlackItalic.otf"; path = "../assets/fonts/Inter-BlackItalic.otf"; sourceTree = "<group>"; fileEncoding = undefined; lastKnownFileType = unknown; explicitFileType = undefined; includeInIndex = 0; };
154+
4E6B081FDE9640908E688071 /* Inter-BoldItalic.otf */ = {isa = PBXFileReference; name = "Inter-BoldItalic.otf"; path = "../assets/fonts/Inter-BoldItalic.otf"; sourceTree = "<group>"; fileEncoding = undefined; lastKnownFileType = unknown; explicitFileType = undefined; includeInIndex = 0; };
155+
56BC4D0D628D4824B9F5BDC3 /* Inter-ExtraBoldItalic.otf */ = {isa = PBXFileReference; name = "Inter-ExtraBoldItalic.otf"; path = "../assets/fonts/Inter-ExtraBoldItalic.otf"; sourceTree = "<group>"; fileEncoding = undefined; lastKnownFileType = unknown; explicitFileType = undefined; includeInIndex = 0; };
156+
E1BA455A37934E69A41D5BB0 /* Inter-ExtraLightItalic.otf */ = {isa = PBXFileReference; name = "Inter-ExtraLightItalic.otf"; path = "../assets/fonts/Inter-ExtraLightItalic.otf"; sourceTree = "<group>"; fileEncoding = undefined; lastKnownFileType = unknown; explicitFileType = undefined; includeInIndex = 0; };
157+
93CE92DA68DD47B8AC8943A2 /* Inter-Italic.otf */ = {isa = PBXFileReference; name = "Inter-Italic.otf"; path = "../assets/fonts/Inter-Italic.otf"; sourceTree = "<group>"; fileEncoding = undefined; lastKnownFileType = unknown; explicitFileType = undefined; includeInIndex = 0; };
158+
203C3077476D4900AF1B265C /* Inter-LightItalic.otf */ = {isa = PBXFileReference; name = "Inter-LightItalic.otf"; path = "../assets/fonts/Inter-LightItalic.otf"; sourceTree = "<group>"; fileEncoding = undefined; lastKnownFileType = unknown; explicitFileType = undefined; includeInIndex = 0; };
159+
2128BDE20E58426487BFEF8E /* Inter-MediumItalic.otf */ = {isa = PBXFileReference; name = "Inter-MediumItalic.otf"; path = "../assets/fonts/Inter-MediumItalic.otf"; sourceTree = "<group>"; fileEncoding = undefined; lastKnownFileType = unknown; explicitFileType = undefined; includeInIndex = 0; };
160+
DB271D7A989344E4B07548C6 /* Inter-SemiBoldItalic.otf */ = {isa = PBXFileReference; name = "Inter-SemiBoldItalic.otf"; path = "../assets/fonts/Inter-SemiBoldItalic.otf"; sourceTree = "<group>"; fileEncoding = undefined; lastKnownFileType = unknown; explicitFileType = undefined; includeInIndex = 0; };
161+
68533244AC71496C9D821CC8 /* Inter-ThinItalic.otf */ = {isa = PBXFileReference; name = "Inter-ThinItalic.otf"; path = "../assets/fonts/Inter-ThinItalic.otf"; sourceTree = "<group>"; fileEncoding = undefined; lastKnownFileType = unknown; explicitFileType = undefined; includeInIndex = 0; };
144162
/* End PBXFileReference section */
145163

146164
/* Begin PBXFrameworksBuildPhase section */
@@ -314,6 +332,15 @@
314332
14F96CEADBB749C59A84B521 /* Inter-Regular.ttf */,
315333
9198EBB4846F47CBBF6AE029 /* Inter-SemiBold.ttf */,
316334
35CB4879A4B64121A6010360 /* Inter-Thin.ttf */,
335+
6B1920DB1BEE4377BA1070D3 /* Inter-BlackItalic.otf */,
336+
4E6B081FDE9640908E688071 /* Inter-BoldItalic.otf */,
337+
56BC4D0D628D4824B9F5BDC3 /* Inter-ExtraBoldItalic.otf */,
338+
E1BA455A37934E69A41D5BB0 /* Inter-ExtraLightItalic.otf */,
339+
93CE92DA68DD47B8AC8943A2 /* Inter-Italic.otf */,
340+
203C3077476D4900AF1B265C /* Inter-LightItalic.otf */,
341+
2128BDE20E58426487BFEF8E /* Inter-MediumItalic.otf */,
342+
DB271D7A989344E4B07548C6 /* Inter-SemiBoldItalic.otf */,
343+
68533244AC71496C9D821CC8 /* Inter-ThinItalic.otf */,
317344
);
318345
name = Resources;
319346
sourceTree = "<group>";
@@ -502,6 +529,15 @@
502529
444A795BA19F4FC4B312FAA1 /* Inter-Regular.ttf in Resources */,
503530
290F5BA5E08647F8B93D3E76 /* Inter-SemiBold.ttf in Resources */,
504531
76BE76161C6346CC81DFBA48 /* Inter-Thin.ttf in Resources */,
532+
804C157B58C74510AE6D7853 /* Inter-BlackItalic.otf in Resources */,
533+
0D8854EB1C794C29B7691396 /* Inter-BoldItalic.otf in Resources */,
534+
13F7283F1A9443AEAEE81CFC /* Inter-ExtraBoldItalic.otf in Resources */,
535+
7ED467233BEF46DD93B140DF /* Inter-ExtraLightItalic.otf in Resources */,
536+
24B7B2F5BE854D5D9D5FBF5A /* Inter-Italic.otf in Resources */,
537+
5AE8366550864E69AA912DCA /* Inter-LightItalic.otf in Resources */,
538+
D775B11D2B6840D6A8C4AE2E /* Inter-MediumItalic.otf in Resources */,
539+
62D76AA203CD4985A0BA547F /* Inter-SemiBoldItalic.otf in Resources */,
540+
8153E7C49BE348109F0B6BC9 /* Inter-ThinItalic.otf in Resources */,
505541
);
506542
runOnlyForDeploymentPostprocessing = 0;
507543
};

example/ios/UiKitExample/Info.plist

+25-16
Original file line numberDiff line numberDiff line change
@@ -82,22 +82,31 @@
8282
<string>Inter-Regular.ttf</string>
8383
<string>Inter-SemiBold.ttf</string>
8484
<string>Inter-Thin.ttf</string>
85-
<string>AntDesign.ttf</string>
86-
<string>Entypo.ttf</string>
87-
<string>EvilIcons.ttf</string>
88-
<string>Feather.ttf</string>
89-
<string>FontAwesome.ttf</string>
90-
<string>FontAwesome5_Brands.ttf</string>
91-
<string>FontAwesome5_Regular.ttf</string>
92-
<string>FontAwesome5_Solid.ttf</string>
93-
<string>Foundation.ttf</string>
94-
<string>Ionicons.ttf</string>
95-
<string>MaterialIcons.ttf</string>
96-
<string>MaterialCommunityIcons.ttf</string>
97-
<string>SimpleLineIcons.ttf</string>
98-
<string>Octicons.ttf</string>
99-
<string>Zocial.ttf</string>
100-
<string>Fontisto.ttf</string>
85+
<string>AntDesign.ttf</string>
86+
<string>Entypo.ttf</string>
87+
<string>EvilIcons.ttf</string>
88+
<string>Feather.ttf</string>
89+
<string>FontAwesome.ttf</string>
90+
<string>FontAwesome5_Brands.ttf</string>
91+
<string>FontAwesome5_Regular.ttf</string>
92+
<string>FontAwesome5_Solid.ttf</string>
93+
<string>Foundation.ttf</string>
94+
<string>Ionicons.ttf</string>
95+
<string>MaterialIcons.ttf</string>
96+
<string>MaterialCommunityIcons.ttf</string>
97+
<string>SimpleLineIcons.ttf</string>
98+
<string>Octicons.ttf</string>
99+
<string>Zocial.ttf</string>
100+
<string>Fontisto.ttf</string>
101+
<string>Inter-BlackItalic.otf</string>
102+
<string>Inter-BoldItalic.otf</string>
103+
<string>Inter-ExtraBoldItalic.otf</string>
104+
<string>Inter-ExtraLightItalic.otf</string>
105+
<string>Inter-Italic.otf</string>
106+
<string>Inter-LightItalic.otf</string>
107+
<string>Inter-MediumItalic.otf</string>
108+
<string>Inter-SemiBoldItalic.otf</string>
109+
<string>Inter-ThinItalic.otf</string>
101110
</array>
102111
</dict>
103112
</plist>

src/core/theme/defaultTheme/typography.ts

+18-9
Original file line numberDiff line numberDiff line change
@@ -79,31 +79,40 @@ const typography = {
7979
},
8080
'Inter': {
8181
100: {
82-
normal: 'Inter-Thin'
82+
normal: 'Inter-Thin',
83+
italic: 'Inter-ThinItalic'
8384
},
8485
200: {
85-
normal: 'Inter-ExtraLight'
86+
normal: 'Inter-ExtraLight',
87+
italic: 'Inter-ExtraLightItalic'
8688
},
8789
300: {
88-
normal: 'Inter-Light'
90+
normal: 'Inter-Light',
91+
italic: 'Inter-LightItalic'
8992
},
9093
400: {
91-
normal: 'Inter-Regular'
94+
normal: 'Inter-Regular',
95+
italic: 'Inter-Italic'
9296
},
9397
500: {
94-
normal: 'Inter-Medium'
98+
normal: 'Inter-Medium',
99+
italic: 'Inter-MediumItalic'
95100
},
96101
600: {
97-
normal: 'Inter-SemiBold'
102+
normal: 'Inter-SemiBold',
103+
italic: 'Inter-SemiBoldItalic'
98104
},
99105
700: {
100-
normal: 'Inter-Bold'
106+
normal: 'Inter-Bold',
107+
italic: 'Inter-BoldItalic'
101108
},
102109
800: {
103-
normal: 'Inter-ExtraBold'
110+
normal: 'Inter-ExtraBold',
111+
italic: 'Inter-ExtraBoldItalic'
104112
},
105113
900: {
106-
normal: 'Inter-Black'
114+
normal: 'Inter-Black',
115+
italic: 'Inter-BlackItalic'
107116
}
108117
}
109118
}

0 commit comments

Comments
 (0)