Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums CSS @font-face problem on mobile Re: @font-face problem on mobile

#116891
chrisburton
Participant

@sorrentandrea I found that your site requires the “www”. So in your css you need to add the following:

@font-face {
font-family: ‘museo_sans_500regular’;
src: url(‘http://www.andreasorrentino.eu/new/webfonts/museosans_500-webfont.eot’);
src: url(‘http://www.andreasorrentino.eu/new/webfonts/museosans_500-webfont.eot?#iefix’) format(’embedded-opentype’),
url(‘http://www.andreasorrentino.eu/new/webfonts/museosans_500-webfont.woff’) format(‘woff’),
url(‘http://www.andreasorrentino.eu/new/webfonts/museosans_500-webfont.ttf’) format(‘truetype’),
url(‘http://www.andreasorrentino.eu/new/webfonts/museosans_500-webfont.svg#museo_sans_500regular’) format(‘svg’);
font-weight: normal;
font-style: normal;

So I believe the issue is that you are not linking to them correctly even with the “www” in the URL. But you should still force the non “www” to redirect to the “www”

Do you have CPanel?