Vous n'êtes pas identifié(e).
Pages : 1
Bonjour,
J'ai un soucis avec un site créé avec Zite, quand je modifie la police d'écriture dans l'éditeur de pages, rien ne change sur le site (alors que quand je prévisualise la page, elle est bien modifiée).
Faut-il modifier cette partie du css:
@font-face {
font-family: "font cand";
src: url('Fonts/CANDARA.EOT'),
url('Fonts/CAANDARA.TTF');
}
@font-face {
font-family: "font cand";
font-style: italic;
src: url('Fonts/CANDARAI.EOT'),
url('Fonts/CANDARAI.TTF');
}
@font-face {
font-family: "font cand";
font-weight: bold;
src: url('Fonts/CANDARB.EOT'),
url('Fonts/CANDARAB.TTF');
}
@font-face {
font-family: "Bell Font";
src: url('Fonts/BELL.EOT'),
url('Fonts/BELL.TTF');
}
@font-face {
font-family: "Bell Font";
font-style: italic;
src: url('Fonts/BELLI.EOT'),
url('Fonts/BELLI.TTF');
}
@font-face {
font-family: "Bell Font";
font-weight: bold;
src: url('Fonts/BELLB.EOT'),
url('Fonts/BELLB.TTF');
}
body {
background-image:url(view.php/backgroundgrey.jpg);
margin: 0px 0px 0 0px;
padding: 0;
}
body, td {
color: #17151a;
font-family: "Bell Font",Serif;
font-size: 1em;
/* padding:0 50px 0 50px; */
}
img {border: none;}
h1 {font-size: 150%;}
h2 {font-size: 130%;}
h3 {font-size: 120%;}
h4 {font-size: 110%;}
h5 {font-size: 100%;}
Merci.
Hors ligne
salut damien
cette téchnique de font ne marche pas sur tous les navigateur
regarde sur google comment mettre une police sur un site web et préfère le police google ou via javascript
++
un zite+ associatif http://asso.gard.a.toi.free.fr
création de site internet dans le Gard et Ardèche http://www.creation-site-internet-gard.com/
Hors ligne
Pages : 1