Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 3 additions & 2 deletions SOOUM/SOOUM/Resources/Production/Info-prod.plist
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,9 @@
<string>$(SOOUM_SERVER_ENDPOINT)</string>
<key>UIAppFonts</key>
<array>
<string>Hakgyoansim-Bold.ttf</string>
<string>Hakgyoansim-Light.ttf</string>
<string>RIDIBatang.otf</string>
<string>Yoonwoo.ttf</string>
<string>Kkukkkuk.ttf</string>
<string>PretendardVariable.ttf</string>
Comment on lines +13 to 16
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

medium

폰트 목록을 알파벳순으로 정렬하면 가독성이 향상되고, 나중에 폰트를 추가하거나 삭제할 때 관리가 더 쉬워집니다. 전체 UIAppFonts 배열을 정렬하는 것을 고려해 보세요.

		<string>Kkukkkuk.ttf</string>
		<string>PretendardVariable.ttf</string>
		<string>RIDIBatang.otf</string>
		<string>Yoonwoo.ttf</string>

</array>
<key>UIApplicationSceneManifest</key>
Expand Down
Loading