Quote:
Originally Posted by jabbawalkee
I downloaded the file and I'm wondering which one exactly is the Android font...the iPhone typically uses the Helvetica/Helvetica bold files
|
All sans-seriffed fonts are replaced by Droid Sans, all seriffed with Droid Serif. Courier with Droid Sans Mono, LockClock with Computerfont, MarkerFelt with Droid Sans. All from the Android SDK which is
freely available on the project's site (note to self: using the fonts in this manner constitutes a violation of the SDK's license:
"3.3 [...] you may not copy (except for backup purposes), modify, adapt, redistribute, decompile, reverse engineer, disassemble, or create derivative works of the SDK or any part of the SDK. [...] you may not load any part of the SDK onto a mobile handset or any other hardware device except a personal computer, combine any part of the SDK with other software, or distribute any software or device incorporating a part of the SDK.").
The GUI uses Helvetica, so you may want to replace just that one (Helvetica*.ttf, not HelveticaNeue*.ttf) if you want to keep the original fonts for other applications and surfing the net.
Experiment, but make backups.