- This topic has 1 reply, 2 voices, and was last updated 8 years, 6 months ago by .
Viewing 2 posts - 1 through 2 (of 2 total)
Viewing 2 posts - 1 through 2 (of 2 total)
- You must be logged in to reply to this topic.
Home › Forums › Free Themes › Biography › Font Style
Tagged: Font Style Text Biography Theme
Is it possible to change the font style of the overall text in the Biography theme?
Hello @kshoykhet888
Currently the theme doesn’t provide the option for changing the font style from Customizer.
But you can achieve this by adding custom CSS.
For that you need to go to Admin Panel / Appearance / Theme Options / Custom CSS.
In this section you will see a custom box to write custom CSS. In that box you need to copy and paste the following CSS.
h1, h1 a, h2, h2 a, h3, h3 a, h4, h4 a, h5, h5 a, h6, h6 a {
font-family: 'Trebuchet '!important;
}
.main-navigation a {
font-family: 'Trebuchet';
}
.site-title, .site-title a, .site-description, .site-description a {
font-family: 'Trebuchet' !important;
}
body, button, input, select, textarea {
font-family: Trebuchet !important;
}
Hope this will help to resolve your issue.
Let me know how it goes.
Best Regards!!
Cookie | Duration | Description |
---|---|---|
cookielawinfo-checkbox-analytics | 11 months | This cookie is set by GDPR Cookie Consent plugin. The cookie is used to store the user consent for the cookies in the category "Analytics". |
cookielawinfo-checkbox-functional | 11 months | The cookie is set by GDPR cookie consent to record the user consent for the cookies in the category "Functional". |
cookielawinfo-checkbox-necessary | 11 months | This cookie is set by GDPR Cookie Consent plugin. The cookies is used to store the user consent for the cookies in the category "Necessary". |
cookielawinfo-checkbox-others | 11 months | This cookie is set by GDPR Cookie Consent plugin. The cookie is used to store the user consent for the cookies in the category "Other. |
cookielawinfo-checkbox-performance | 11 months | This cookie is set by GDPR Cookie Consent plugin. The cookie is used to store the user consent for the cookies in the category "Performance". |
viewed_cookie_policy | 11 months | The cookie is set by the GDPR Cookie Consent plugin and is used to store whether or not user has consented to the use of cookies. It does not store any personal data. |