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

#116889
chrisburton
Participant

Anyway, @sorrentandrea. As long as your fonts are accessible on your server, they require attribution. Just wanted to let you know.

Any luck on the htaccess fix?

Just for testing purposes, can you edit your css files and put in the absolute URL’s inside @font-face?

(e.g.)

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