Hi Melewo,
hab grad erst deine Antwort gesehen, danke ...
so besser?:
Code
/* Consistent fonts across all elements */
body,
button,
textarea,
input,
select {
color: #333;
font-family: "Conv_CrimsonText-Roman", serif;
font-weight: normal;
font-size: 13px;
line-height: 1.5em;
word-wrap: break-word;
}
#comments .commentlist article .comment-author cite {
font-family: "Conv_CrimsonText-Roman", serif;
font-style: normal;
}
b,
strong {
font-family: "Conv_CrimsonText-Bold", serif;
font-weight: normal;
}
dfn,
cite,
em,
i {
font-family: "Conv_CrimsonText-Italic", serif;
font-style: normal;
}
b dfn, strong dfn,
b cite, strong cite,
b em, strong em,
b i, strong i,
dfn b, dfn strong,
cite b, cite strong,
em b, em strong,
i b, i strong {
font-family: "Conv_CrimsonText-BoldItalic", serif;
font-style: normal;
}
Alles anzeigen