bonjour,
j'ai collé dans mon template le code suivant et pourtant, quand je crée un article, cette typo n'apparait pas.
J'avais déjà pourtant fait la manip avec la silom (que vous verrez dans l'écriture et ça marchait)... la chance du débutant!
voyez vous un hic?
pouvez vous m'aider?
Merci
----
html, body, form, fieldset {
margin: 0;
padding: 0;
}
@font-face {
font-family: "YanoneKaffeesatz-Regular";
src: url('/fonts/YanoneKaffeesatz-Regular.ttf');
}
@font-face {
font-family: "YanoneKaffeesatz-Regular";
src: url('/fonts/YanoneKaffeesatz-Regular.eot')
}
@font-face {
font-family: "YanoneKaffeesatz-Bold";
src: url('/fonts/YanoneKaffeesatz-Bold.ttf')
}
@font-face {
font-family: "YanoneKaffeesatz-Light";
src: url('/fonts/YanoneKaffeesatz-Light.ttf')
}
body {
background: #FFFFFF;
color: #888;
font-family: YanoneKaffeesatz-Regular, Silom, Verdana, Arial;
font-size: 11px;
line-height: 1.5em;
}
/* Normal link */
a:link, a:visited {
color: #00000;
font-size: 11px;
text-decoration: underline;
}
a:hover, a:active {
text-decoration: none;
color : #ff0066
}
a img {
border: none;
}
/* Heading */
h1 {font-size: 200%;}
h2 {font-size: 175%;}
h3 {font-size: 150%;}
h4 {font-size: 125%;}
j'ai collé dans mon template le code suivant et pourtant, quand je crée un article, cette typo n'apparait pas.
J'avais déjà pourtant fait la manip avec la silom (que vous verrez dans l'écriture et ça marchait)... la chance du débutant!
voyez vous un hic?
pouvez vous m'aider?
Merci
----
html, body, form, fieldset {
margin: 0;
padding: 0;
}
@font-face {
font-family: "YanoneKaffeesatz-Regular";
src: url('/fonts/YanoneKaffeesatz-Regular.ttf');
}
@font-face {
font-family: "YanoneKaffeesatz-Regular";
src: url('/fonts/YanoneKaffeesatz-Regular.eot')
}
@font-face {
font-family: "YanoneKaffeesatz-Bold";
src: url('/fonts/YanoneKaffeesatz-Bold.ttf')
}
@font-face {
font-family: "YanoneKaffeesatz-Light";
src: url('/fonts/YanoneKaffeesatz-Light.ttf')
}
body {
background: #FFFFFF;
color: #888;
font-family: YanoneKaffeesatz-Regular, Silom, Verdana, Arial;
font-size: 11px;
line-height: 1.5em;
}
/* Normal link */
a:link, a:visited {
color: #00000;
font-size: 11px;
text-decoration: underline;
}
a:hover, a:active {
text-decoration: none;
color : #ff0066
}
a img {
border: none;
}
/* Heading */
h1 {font-size: 200%;}
h2 {font-size: 175%;}
h3 {font-size: 150%;}
h4 {font-size: 125%;}
Commentaire