Hi
Now I've checked Your site on my wife's PC and I can see the problem for 1s before the file with font is loaded,
Lets check 2 things:
1. The css code which is telling the menu to use the font and not only. Try add this code to override.css, remember that override needs to be enabled:
- Code: Select all
#gkMainMenu > div > ul > li > a, #gkPage .box > div > h3.header, #gkPage .box_menu > div > h3.header, #gkPage .box_text > div > h3.header, ul.gkTabs li, h1, h2, h3, h4, h5, #gkMainMenu > div > ul div.childcontent .group-title, .button, button, button.button, input[type="submit"], input[type="button"], .pagenav-next a, .pagenav-prev a, table th, legend, .tip-title, div.pagination ul li a, div.pagination ul li span, div.k2Pagination ul li a, div.k2Pagination ul li span, div.header .nspLinks ul li h4, #article-index ul li a, #jsMenu .jsMenuBar > ul > li > a, #community-wrap div.profile-info .contentheading, #community-wrap div.greybox div.joinbutton, body #community-wrap div.profile-toolbox-bl ul.small-button li, ul.profile-details li.title, div.ctitle, #community-wrap .latest-events .jsEvDate, #community-wrap .cModule.latest-events .jsDetail b a, body #community-wrap ul#featurelist li, #community-wrap h1, #community-wrap h2, #community-wrap h3, #community-wrap h4, #community-wrap .cModule h3 span, #cWindow #cWindowAction input.button, #community-wrap .clabel, #community-wrap .cTabsBar ul li a, #community-wrap .album-name, #cWindowContentTop #cwin_logo, #community-wrap .label, #community-wrap .video-title, #community-wrap .joms-newsfeed-more, #cWindowAction .button, #community-wrap #cFeatured.forPeople .cFeatured-Name a, div.mobileSwitch > a {
font-family: BebasNeue,Arial,sans-serif !important;
}
2. The file itself. Try edit
http://www.brzozowiana.pl/templates/gk_ ... esheet.css and replace the whole code You got there with:
- Code: Select all
@font-face {
font-family: 'BebasNeue';
src: url('BebasNeue-webfont.eot') format('eot'),
url('BebasNeue-webfont.woff') format('woff'),
url('BebasNeue-webfont.ttf') format('truetype'),
url('BebasNeue-webfont.svg#webfontfvFLBU0N') format('svg');
font-weight: normal;
font-style: normal;
}
Try this solution separately first and than both at the same time.
Third thing I have in mind is that this can be becuase of a browser settings. It's possible that custom fonts are disabled on both computers.