Fonte do site fica diferente quando entro por link
Meu site tem uma fonte customizada, e quando entro no site digitando o endereço no navegador, a fonte aparece do jeito que escolhi, porém quando abro o site por algum link postado a fonte muda e fica horrível. Isso ocorreu no firefox.
Gostaria de saber como arrumar este bug.
body:
body {
background: url('../image/bg_body.jpg');
color: #000000;
font-family: 'BebasNeueRegular, Tahoma';
src: url('BebasNeue-webfont.eot');
src: url('BebasNeue-webfont.eot?#iefix') format('embedded-opentype'),
url('BebasNeue-webfont.woff') format('woff'),
url('BebasNeue-webfont.ttf') format('truetype'),
url('BebasNeue-webfont.svg#BebasNeueRegular') format('svg');
font-weight: normal;
font-style: normal;
margin: 0px;
padding: 0px;
}
font-face:
@font-face {
font-family: 'BebasNeueRegular, Tahoma';
src: url('BebasNeue-webfont.eot');
src: url('BebasNeue-webfont.eot?#iefix') format('embedded-opentype'),
url('BebasNeue-webfont.woff') format('woff'),
url('BebasNeue-webfont.ttf') format('truetype'),
url('BebasNeue-webfont.svg#BebasNeueRegular') format('svg');
font-weight: normal;
font-style: normal;
}
Quem quiser conferir o site é:
Site normal:
http://postimage.org/image/1rxqfyxtw/
Site quando aberto por um link:
http://postimage.org/image/1ry5bt29w/
Obrigado desde já.
___________________________
OBSERVEI MAIS UMA COISA:
Quando o link não tem "www" o site não abre bugado.
Veja a diferença:
Discussão (2)
Carregando comentários...