How do I change the font for Headers and main text.
To change the font for header and main text,
Please try to replace with a different font below:
Firstly, find the font here: http://www.google.com/fonts/
Secondly, open template.css file , then find “Bitter” font and replace with your font as you want.
@import “http://fonts.googleapis.com/css?family=Bitter”
.entry-title {
font-family: 'Bitter', serif;
}
and you need to find the class that you want to rename your font.
Example:
@import “http://fonts.googleapis.com/css?family=Noto+Sans”
.entry-title {
font-family: 'Noto+Sans', serif;
}
I wish you success.
Regards,
Dominic
Hi Dominic,
i put new font
<style>
.entry-title {
font-family: ‘Noto Serif’, serif;
}
,entry-content {
font-family: ‘Noto Serif’, serif;
}
in themes dw focus header script
but only changes which is make is on title not in content.
Please can you look at that… how i can fix that .. also i upload in font directory font.
Hi,
i make changes trough template.css so now all works.
I think you have resolved this problem ! I appreciate it.
Regards,
Dominic
Please login or Register to submit your answer