CSS {para alterar a fonte do post}

Css onde deve-se modificar para alterar a fonte:


1. Como utilizar


body {
	font-family: "Merriweather", fontawesome, serif;
	font-weight: 300;
	color: #222;
	line-height: 25px;
	background-color: #eee;
}
/* Para elementos strong e b (negrito) */
strong, b {
    font-weight: 700; /* ou 900 para mais peso ainda */
}


2. Observações

A fonte do blog foi alterada para Merriweather. Se desejar alterar para outra fonte, mudar em font-family.

Tem que importar uma nova fonte do google e incluir o código de importação da fonte, logo depois de:

|| 00. Variable definitions ||

@import url('https://fonts.googleapis.com/css2?family=Merriweather:ital,wght@0,300;0,400;0,700;0,900;1,300;1,400;1,700;1,900&display=swap');

Whatsapp Button works on Mobile Device only

Pesquise no blog