Αναζήτηση στην υποστήριξη

Προσοχή στις απάτες! Δεν θα σας ζητήσουμε ποτέ να καλέσετε ή να στείλετε μήνυμα σε κάποιον αριθμό τηλεφώνου ή να μοιραστείτε προσωπικά δεδομένα. Αναφέρετε τυχόν ύποπτη δραστηριότητα μέσω της επιλογής «Αναφορά κατάχρησης».

Learn More

I'm using helvetica neue font for my site but its in all other browsers except firefox. I'm using in my local so can't give url

  • 1 απάντηση
  • 16 έχουν αυτό το πρόβλημα
  • 9 προβολές
  • Τελευταία απάντηση από guigs

more options
@font-face {
font-family: 'Helvetica Neue';
src: url('../HelveticaNeue.eot');
src: url('../HelveticaNeue.eot?#iefix') format('embedded-opentype'),
     url('../HelveticaNeue.woff') format('woff'),
     url('../HelveticaNeue.ttf') format('truetype'),
     url('../helveticaNeue.svg#Helvetica Neue') format('svg');
font-weight: normal;
font-style: normal;
  }
  • { font-family: 'Helvetica Neue'; font-size:12px;color:#A9CDC9; line-height:21px;}

/*-- this is part of my code, fonts are on the root folder..*/

<pre><nowiki>@font-face { font-family: 'Helvetica Neue'; src: url('../HelveticaNeue.eot'); src: url('../HelveticaNeue.eot?#iefix') format('embedded-opentype'), url('../HelveticaNeue.woff') format('woff'), url('../HelveticaNeue.ttf') format('truetype'), url('../helveticaNeue.svg#Helvetica Neue') format('svg'); font-weight: normal; font-style: normal; } </nowiki></pre> *{ font-family: 'Helvetica Neue'; font-size:12px;color:#A9CDC9; line-height:21px;} /*-- this is part of my code, fonts are on the root folder..*/

Τροποποιήθηκε στις από το χρήστη cor-el

Όλες οι απαντήσεις (1)

more options

Hi Lazulin, Thank you for your question, I found the reference for the importing font face https://developer.mozilla.org/en-US/d.../@font-face Does this font also have a woff format? https://developer.mozilla.org/en-US/d.../@font-face

Please also make sure that the font preferences in the browser profile you are testing in does not override the website choosing its own font.

I hope this helps. If there are any issues that are not mentioned in the mdn article please let the post know.