- Nov 7, 2010
- 61
- 16
Everyone designer worth their salt knows Arial is a cheap hack off of Helvetica. Currently, MIUI is using Arial. Overall, it looks ok, minus a few spot (most notably the time in the notification bar). Apple tweaked the Helvetica Neue font for iPhone 4 to render perfectly on high density mobile devices. I've pulled the font from iPhone and made it available for Android. Simple extract the files to a directory and push into /system/fonts.
Ex from with the extracted dir:
To make things easier, I've renamed the fonts to Arial so it will overwrite the existing fonts. This is a much simpler solution as opposed to editing styles.xml.
Link to comparison screenshots: http://ghost.xzibition.com/~dphase/arial_helv.png
Link to fonts: http://dphase.net/desire/helvetica_neue.zip
Ex from with the extracted dir:
Code:
adb push . /system/fonts
To make things easier, I've renamed the fonts to Arial so it will overwrite the existing fonts. This is a much simpler solution as opposed to editing styles.xml.
Link to comparison screenshots: http://ghost.xzibition.com/~dphase/arial_helv.png
Link to fonts: http://dphase.net/desire/helvetica_neue.zip