Updated UI to use custom font

Changelog-Changed: Updated UI to use custom font
This commit is contained in:
Ben Weeks
2023-05-27 20:15:16 +01:00
committed by William Casarin
parent 297aaf86c6
commit 020a00bf7e
10 changed files with 212 additions and 4 deletions

View File

@@ -70,5 +70,16 @@
<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>CFBundleIdentifier</key>
<string></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>