This repository has been archived on 2024-05-17. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
AlloVictor/AlloVictor/Info.plist
Victor Bodinaud 9ec3ba818b 🚀 First version
2024-04-18 19:32:10 +02:00

17 lines
545 B
Plaintext

<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>UIAppFonts</key>
<array>
<string>tt_chocolates_extralight.otf</string>
<string>tt_chocolates_light.otf</string>
<string>tt_chocolates_medium.otf</string>
<string>tt_chocolates_regular.otf</string>
<string>tt_chocolates_demibold.otf</string>
<string>tt_chocolates_bold.otf</string>
<string>tt_chocolates_extrabold.otf</string>
</array>
</dict>
</plist>