Hey all,
I'm having trouble getting my fonts to change.
I've edited the Info.plist (/private/var/stash/Themes.kXWk6T/Saurik.theme/Info.plist) file to this:
Code:
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0"><dict>
<key>FontName-Helvetica</key>
<string>Courier New</string>
<key>UndockedIconLabelStyle</key>
<string>/*font-family: Arial; font-size: 13px;*/ color: DimGray</string>
<key>DockedIconLabelStyle</key>
<string>/*font-family: Arial; font-size: 16px;*/ color: Black</string>
<key>TimeStyle</key>
<string>/*font-family: Arial; font-size: 16px*/</string>
<!--key>ComposeStoreIcons</key>
<false/-->
</dict></plist>
But only the colour changes. Font and size remain unchanged. I'm using the Orbz theme via winterboard; do I need to edit a file relevant to Orbz rather than Saurik?