Viewing 9 posts - 1 through 9 (of 9 total)
  • Author
    Posts
  • surajjoseph Friend
    #172089

    Hi,
    I have installed a Unicode font in my site as described here http://www.joomlart.com/forums/topic/how-to-install-new-font/ . But the font is not showing up in any browser. Can anybody please help?
    Thanks

    Blaine Friend
    #431041

    Hi!
    The visitor must have the font installed on their computer for it to show s i am guessing it is not installed on your local machine. That is the main problem with specialized fonts!
    Thanks!

    issay Friend
    #431119

    hello can u see your private message folder.

    Blaine Friend
    #431257

    I don’t have a PM that I can see from yo issay.

    issay Friend
    #431333

    surajjoseph , you have seen my message ..right?

    issay Friend
    #431334

    hello Blaine , i think you got the wrong info

    in latest browsers you dont need to have fonts in computer. even if its not in comp you can view your site.

    write this css code in:
    templatesja_teline_ivcsstemplate.css file

    note: you change it to your font names. and be sure if its opentype or truetype. and after that you upload your font to the site main directory. or any folder. and change this according to that folder name.

    @font-face {
    font-family: FONTNAME;
    src: url(http://yoursite.com/FONTNAME.otf) format(“opentype”);
    font-style: normal;
    }

    @font-face {
    font-family: FONTNAME;
    src: url(http://yoursite.com/FONTNAME.ttf) format(“truetype”);

    }

    Blaine Friend
    #431530

    So is this solved?

    surajjoseph Friend
    #431578

    Yes… it is working now. Thanks issay.

    Blaine Friend
    #431809

    Hi issay!
    Thanks for the informative answer. I am sure it will help many!
    I do however want to point out that in your solution the font is installed on the web site of your site and therefore this allows the user to be able to see it.
    I am still currently unaware of any modern browser that just displays a font, not installed on a users computer.
    Your code pulls it from the actual web site and I am not sure what that does to loading time.
    Thanks again for being such a great help issay! We need more members willing to help others like you!

Viewing 9 posts - 1 through 9 (of 9 total)

This topic contains 9 replies, has 3 voices, and was last updated by  Blaine 12 years, 10 months ago.

We moved to new unified forum. Please post all new support queries in our New Forum