Results 1 to 7 of 7

Thread: fonts for MAC

  1. #1
    Join Date
    Jul 2008
    Posts
    81
    Thanks
    38
    Thanked 2 Times in 2 Posts

    Default fonts for MAC

    Hi,

    I've created a website which uses Arial font, but on MAC it uses other font.

    How can I fix the problem?


    Thanks.

  2. #2
    Join Date
    May 2007
    Location
    Boston,ma
    Posts
    2,126
    Thanks
    173
    Thanked 207 Times in 205 Posts

    Default

    You probably can't, if the mac doesn't have the font installed. There's an embed script I've seen on here but I think that uses css 3.1 and I'm not sure which browsers use that. You could search for those or use images for the text. or if you want someone else to look at your code and see if they see something wrong post a link or code.

  3. #3
    Join Date
    Jul 2009
    Location
    Binus University
    Posts
    472
    Thanks
    78
    Thanked 21 Times in 21 Posts

    Default

    i have the same problem with my mac, even i install the font, there's still no change, it's still error for the font. But in my case error show on flash. are there some problem with my flash script?
    _____________________

    David Demetrius // davejob
    _____________________

  4. #4
    Join Date
    May 2007
    Location
    Boston,ma
    Posts
    2,126
    Thanks
    173
    Thanked 207 Times in 205 Posts

    Default

    Can one of you post a link?

  5. #5
    Join Date
    Nov 2009
    Posts
    2
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    The fot showed depends by the fonts installed on the user's pc or mac, the flash problem probably is different!

  6. #6
    Join Date
    Jul 2009
    Location
    Binus University
    Posts
    472
    Thanks
    78
    Thanked 21 Times in 21 Posts

    Default

    hmm, i don't really know maiden, it's different or not between flash n html.

    this is the link:
    http://www.imaxxo.com/imaxxo02/indexTree.html

    But it's still pretty weird cause some flash that use arial font work perfectly, only that one the problem show.

    this is another link that show the arial font work perfectly:

    http://www.imaxxo.com/imaxxo02/indexCarousel.html

    or may be there's something wrong with the safari?
    _____________________

    David Demetrius // davejob
    _____________________

  7. #7
    Join Date
    Mar 2005
    Location
    SE PA USA
    Posts
    30,475
    Thanks
    82
    Thanked 3,449 Times in 3,410 Posts
    Blog Entries
    12

    Default

    I think it may depend upon where the font used in the Flash is coming from. For instance, as far as I know, fonts may be embedded in the swf, if it is, it will use that font. Otherwise it will use the browser's, like especially if for some reason the swf is importing HTML.

    Back to when specifying fonts in HTML, one should use css style and always provide a generic fall back font. There are three generic fall back fonts:

    • serif
    • sans-serif
    • monospace


    The closest to arial is sans-serif, so one should do:

    Code:
    font-family: arial, sans-serif;
    If a computer/browser has a default sans-serif font, it will often be arial or very arial-like.
    - John
    ________________________

    Show Additional Thanks: International Rescue Committee - Donate or: The Ocean Conservancy - Donate or: PayPal - Donate

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •