We are using @font-face...

The font we are using is an open source font from Google
http://www.google.com/webfonts/family?family=Nobile#set
I don't know how it was converted to .eot, .woff or .svg as these came
to us already converted.

This is the code that is used, the path is correct

@font-face {font-family: 'Nobile';
src:
url('font/nobile/nobile-webfont.eot');
src:
url('font/nobile/nobile-webfont.eot?#iefix') format('embedded-opentype'),
url('font/nobile/nobile-webfont.woff') format('woff'),
url('font/nobile/nobile-webfont.ttf') format('truetype'),
url('font/nobile/nobile-webfont.svg#NobileRegular') format('svg');
font-weight: normal;font-style: normal;}


Tried already:
 src: local:  instead

on this line  I tried changing  this
url('font/nobile/nobile-webfont.eot?#iefix') format('embedded-opentype'),
to
url('font/nobile/nobile-webfont.eot?iefix') format('eot'),

also using an absolute path to the font instead of relative path.

Thanks in advance,

Nancy
______________________________________________________________________
css-discuss [css-d@lists.css-discuss.org]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
List policies -- http://css-discuss.org/policies.html
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

Reply via email to