3

Looking at iTunes today, I've come to a conclusion that the fonts are really nice.

I have English, Chinese, Japanese and Korean songs and they do look really good together. Just wondering if it's one font or many fonts used? And of course what font is it?

EDIT: A possible match would be Segoe UI for English and Meiryo UI for Japanese. That's all I can find for now.

1
  • Added Segoe UI and Meiryo UI after some searching.
    – meiryo
    Commented Mar 17, 2011 at 4:16

1 Answer 1

2

Their site is using a font that matches the one used in iTunes, and the base.css of their site has the following code:

body { font: 12px/18px "Lucida Grande", "Lucida Sans Unicode", Helvetica, Arial, Verdana, sans-serif; background-color: #fff; color: #333; }*/

So it has to be the first or the second option if Lucida grande is not installed in your system.

Search C://Windows/Fonts for Lucida Grande or Lucida Sans

You must log in to answer this question.

Not the answer you're looking for? Browse other questions tagged .