LaShanta Green
asked 11 years ago

How do I change the font for Headers and main text.

4 Answers
DominicStaff
answered 11 years ago

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

sandra jakovljevic
answered 11 years ago

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.

sandra jakovljevic
answered 11 years ago

Hi,

 

i make changes trough template.css so now all works.

 

DominicStaff
answered 11 years ago

I think you have resolved this problem !  I appreciate it.

Regards,
Dominic

Powered by DW Question & Answer Pro