Bonjour,

Je rencontre un problème avec google font et mozilla 4
Le code suivant
Code : Sélectionner tout - Visualiser dans une fenêtre à part
1
2
3
4
5
6
7
8
9
10
11
12
<html>
  <head>
		<link href='http://fonts.googleapis.com/css?family=Neucha' rel='stylesheet' type='text/css'>
    <style>
                h1 { font-family: 'Neucha', arial, serif; }
    </style>
 
  </head>
  <body>
    <h1>Making the Web Beautiful!</h1>
  </body>
</html>
fonction avec IE et Mozilla 3.... mais pas Mozilla 4
Rencontrez-vous le même souci ?

Merci

Rg