Add Inter font

ChangeLog-Changed: Switch to new font (Inter)
This commit is contained in:
Ben Weeks
2023-06-06 00:05:33 +01:00
committed by William Casarin
parent dac21a1562
commit 271e3ad54a
10 changed files with 205 additions and 0 deletions

View File

@@ -70,5 +70,14 @@
<string>Damus needs access to your camera if you want to upload photos from it</string>
<key>NSMicrophoneUsageDescription</key>
<string>Damus needs access to your microphone if you want to upload recorded videos from it</string>
<key>UIAppFonts</key>
<array>
<string>Inter-Regular.otf</string>
<string>Inter-Bold.otf</string>
<string>Inter-Light.otf</string>
<string>Inter-SemiBold.otf</string>
<string>Inter-Medium.otf</string>
<string>Inter-Italic.otf</string>
</array>
</dict>
</plist>