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

#116914
chrisburton
Participant

@sorrentandrea Ah ha! Nevermind. I found the correct URL.

Update your CSS @font-face to use the following URL:

`http://www.andreasorrentino.eu/new/css/webfonts/webfont-file-name-goes-here`

e.g.

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