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.
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"); }