1. Advertising
    y u no do it?

    Advertising (learn more)

    Advertise virtually anything here, with CPM banner ads, CPM email ads and CPC contextual links. You can target relevant areas of the site and show ads based on geographical location of the user if you wish.

    Starts at just $1 per CPM or $0.10 per CPC.

font error on a joomla website need suggestion.

Discussion in 'Joomla' started by kevinanderson1, Aug 13, 2012.

  1. #1
    While browsing this Joomla site http://www.rosebudmag.com/, I'm facing some problem. As soon as the webpage loads on my Google Chrome, it automatically downloads some web-font file.

    Is it due to browser compatibility or internal Joomla error. Has anyone ever came across an issue like this? Please let me know the possible suggestions to overcome this issue.

    Thanks in advance.
     
    kevinanderson1, Aug 13, 2012 IP
  2. mnmani

    mnmani Well-Known Member

    Messages:
    379
    Likes Received:
    11
    Best Answers:
    6
    Trophy Points:
    195
    #2
    I have not faced referred issue on Google Chrome. home page source code has no clue to it ...
     
    mnmani, Aug 13, 2012 IP
  3. racer3

    racer3 Peon

    Messages:
    23
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #3
    Re-install Joomla. It might help.
     
    racer3, Jan 3, 2013 IP
  4. hiflyer.vn

    hiflyer.vn Peon

    Messages:
    20
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #4
    you can try it as css below

    @font-face {
    font-family: "yourfont";
    font-style: normal;
    font-weight: normal;
    src: url("../fonts/yourfont.eot") format("eot"),
    url("../fonts/yourfont.woff") format("woff"),
    url("../fonts/yourfont.ttf") format("truetype");
    }
     
    hiflyer.vn, Jan 4, 2013 IP