Font Web s'affiche pas

Font Web s'affiche pas - HTML/CSS - Programmation

Marsh Posté le 16-04-2014 à 17:16:11    

Salut !
 
J'ai un petit soucis avec ma typo , voici le css :

Code :
  1. @font-face {
  2.     font-family:nexa_lightregular;
  3.     src:url('/fonts/Nexa_Free_Light-webfont.eot');
  4.     src:url('/fonts/Nexa_Free_Light-webfont.woff');
  5.     src:url('/fonts/Nexa_Free_Light-webfont.ttf');
  6.     src:url('/fonts/Nexa_Free_Light-webfont.svg');
  7.     font-weight: normal;
  8.     font-style: normal;
  9. }
  10. @font-face {
  11.     font-family:nexa_boldregular;
  12.     src:url('/fonts/Nexa_Free_Bold-webfont.eot');
  13.     src:url('/fonts/Nexa_Free_Bold-webfont.woff');
  14.     src:url('/fonts/Nexa_Free_Bold-webfont.ttf');
  15.     src:url('/fonts/Nexa_Free_Bold-webfont.svg');
  16.     font-weight: normal;
  17.     font-style: normal;
  18. }
  19. body{
  20. width: 100%;
  21. font-family:nexa_lightregular;
  22. }


 
La typo ne s'affiche pas , mais firebug dit qu'elle s'affiche et quand je décoche je passe en Arial ... ( tester Firefox,Safari,Chrome )


Message édité par noxno le 16-04-2014 à 17:22:26
Reply

Marsh Posté le 16-04-2014 à 17:16:11   

Reply

Marsh Posté le 17-04-2014 à 11:14:23    

Je pense que c'est une erreur dans mon css , si quelqu'un aurait une piste :)

Reply

Marsh Posté le 21-04-2014 à 10:31:52    

Si je ne dis pas de connerie, la font-family custom doit être entre ' '.

Code :
  1. @font-face {
  2.     font-family:'nexa_lightregular';
  3.     src:url('/fonts/Nexa_Free_Light-webfont.eot');
  4.     src:url('/fonts/Nexa_Free_Light-webfont.woff');
  5.     src:url('/fonts/Nexa_Free_Light-webfont.ttf');
  6.     src:url('/fonts/Nexa_Free_Light-webfont.svg');
  7.     font-weight: normal;
  8.     font-style: normal;
  9. }
  10. @font-face {
  11.     font-family:'nexa_boldregular';
  12.     src:url('/fonts/Nexa_Free_Bold-webfont.eot');
  13.     src:url('/fonts/Nexa_Free_Bold-webfont.woff');
  14.     src:url('/fonts/Nexa_Free_Bold-webfont.ttf');
  15.     src:url('/fonts/Nexa_Free_Bold-webfont.svg');
  16.     font-weight: normal;
  17.     font-style: normal;
  18. }
  19. body{
  20. width: 100%;
  21. font-family:'nexa_lightregular';
  22. }


Message édité par GenyaB le 21-04-2014 à 10:33:07
Reply

Marsh Posté le 23-05-2014 à 15:55:31    

@GenyaB
 
Tu dis pas de conneries ^^


---------------
                          Mon FEED-BACK : http://forum.hardware.fr/hfr/Achat [...] 8658_1.htm
Reply

Sujets relatifs:

Leave a Replay

Make sure you enter the(*)required information where indicate.HTML code is not allowed