cambiar la tipografía de mi tema
-
Hola a todos!
Soy nuevo en este mundillo y me gustaría cambiar la fuente/tipología de mi plantilla: Cubic. Se que tengo que modificar el CSS pero no tengo ni idea de cómo.
¿Alguien me podría ayudar?
Ahora mismo lo que me aparece en ese apartado es esto:
/*————————————————————–
2.0 Typography
————————————————————–*/
body,
button,
input,
select,
textarea {
font-family: ‘Playfair Display’, serif;
}
h1,
h2,
h3,
h4,
h5,
h6,
.comment-author,
.hentry div#jp-relatedposts h3.jp-relatedposts-headline,
.hentry div.sharedaddy h3.sd-title,
.no-comments,
.page-links {
font-family: Montserrat, sans-serif;
font-weight: normal;
text-transform: uppercase;
letter-spacing: 0.0625em;
}
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
font-weight: normal;
}
.archive .taxonomy-description,
.comment-reply-title small,
.page-links > .page-links-title,
.search-results .page-title span {
font-family: ‘Playfair Display’, serif;
}Muchas gracias por adelantado!
- El debate ‘cambiar la tipografía de mi tema’ está cerrado a nuevas respuestas.