Skip to content

Commit

Permalink
Merge pull request #2796 from myxmaster/fix_fonts_for_android
Browse files Browse the repository at this point in the history
Fonts: fix PP Neue Montreal
  • Loading branch information
kaloudis authored Feb 5, 2025
2 parents 0c3d0c3 + 3211c51 commit b1ceb60
Show file tree
Hide file tree
Showing 10 changed files with 989 additions and 277 deletions.
Binary file not shown.
Binary file not shown.
File renamed without changes.
340 changes: 284 additions & 56 deletions android/link-assets-manifest.json

Large diffs are not rendered by default.

Binary file added assets/fonts/PPNeueMontreal-Bold.otf
Binary file not shown.
Binary file added assets/fonts/PPNeueMontreal-Book.otf
Binary file not shown.
Binary file added assets/fonts/PPNeueMontreal-Medium.otf
Binary file not shown.
340 changes: 284 additions & 56 deletions ios/link-assets-manifest.json

Large diffs are not rendered by default.

580 changes: 416 additions & 164 deletions ios/zeus.xcodeproj/project.pbxproj

Large diffs are not rendered by default.

6 changes: 5 additions & 1 deletion ios/zeus/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,11 @@
<string>SimpleLineIcons.ttf</string>
<string>Zocial.ttf</string>
<string>Fontisto.ttf</string>
<string>ppneuemontreal-medium.otf</string>
<string>PPNeueMontreal-Bold.otf</string>
<string>PPNeueMontreal-Book.otf</string>
<string>PPNeueMontreal-Medium.otf</string>
<string>Lato-Bold.ttf</string>
<string>Lato-Regular.ttf</string>
</array>
<key>UILaunchStoryboardName</key>
<string>LaunchScreen</string>
Expand Down

0 comments on commit b1ceb60

Please sign in to comment.