i used the below method to style fonts and all the tags
:lang(en)
body {
/ Base Setup*/
font-family: Libre Baskerville, serif !important;
/* set custom font to match your LTR language - Example: [Arial, sans-serif;] */
/* Advanced*/
font-family: Libre Baskerville, serif;
font-weight: ;
font-size: ;
line-height: ;
color: ;
font-style: ;
text-decoration: ;
letter-spacing: ;
text-transform: ;
}
p {
font-family: ‘Montserrat’, sans-serif !important;
}
h1 {
line-height:1.2em ;
font-family: Libre Baskerville, serif !important;
}
h2 {
font-family: Libre Baskerville, serif !important;
}
h3 {
font-family: Libre Baskerville, serif !important;
line-height:1.2em ;
}
h4 {
font-family: Libre Baskerville, serif !important;
}
h5 {
font-family: Libre Baskerville, serif !important;
}
h6 {
font-family: Libre Baskerville, serif !important;
}
p {
}
a {
}
label {
}
blockquote {
font-family: Libre Baskerville, serif !important;
}
figure {
}
.text-rich-text h1 {
}
.text-rich-text h2 {
}
.text-rich-text h3 {
}
.text-rich-text h4 {
}
.text-rich-text h5 {
}
.text-rich-text h6 {
}
.text-rich-text p {
}
.text-rich-text a {
}
.text-rich-text label {
}
.text-rich-text blockquote {
font-family: Libre Baskerville, serif !important;
}
.text-rich-text figure {
}
.heading-style-h1 {
font-family: Libre Baskerville, serif !important;
}
.heading-style-h2 {
font-family: Libre Baskerville, serif !important;
line-height:1.3em ;
}
.heading-style-h3 {
font-family: Libre Baskerville, serif !important;
line-height:1.4em ;
font-size: 1.6em;
}
.heading-style-h4 {
font-family: Libre Baskerville, serif !important;
font-size: 1.2em;
}
.heading-style-h5 {
font-family: Libre Baskerville, serif !important;
}
.heading-style-h6 {
font-family: Libre Baskerville, serif !important;
}
.subcategory-link {
font-family: ‘Montserrat’, sans-serif;
}
.publishing-date-wrapper {
font-family: ‘Montserrat’, sans-serif;
}
.category-wrapper {
font-family: ‘Montserrat’, sans-serif;
}
.category-subcategory-wrapper {
font-family: ‘Montserrat’, sans-serif;
}
.menu-links {
font-family: ‘Montserrat’, sans-serif;
}
.mini-heading-style {
line-height:1.4em ;
font-size:1.25em ;
}
.search-wrapper-main {
font-family: ‘Montserrat’, sans-serif;
}
.button {
font-family: ‘Montserrat’, sans-serif;
}
.menu-form-block {
font-family: ‘Montserrat’, sans-serif;
}
ol {
font-family: ‘Montserrat’, sans-serif;
}
@media screen and (max-width: 991px) {
}
@media screen and (max-width: 768px) {
}
@media screen and (max-width: 479px) {
.heading-style-4-mobile {
line-height:1.4em ;
font-size:1.25em ;
}
}