Giacomo Barbieri
asked 9 years ago

I was looking for Helvetica Neue to be the body and heading font on my website, but it’s not on the list of pickable fonts in the customize section.

1 Answers
DominicStaff
answered 9 years ago

Hi,
To resolve this issue, you can change the font in the template.css file in the folder path “wp-content\themes\dw-argo\css”.
Hope this helps !

Giacomo Barbieri
replied 9 years ago

I tried editing the style.css in the wordpress panel control, but it doesn’t seem to work. I did overwrite the and headers font-family

Dominic Staff
replied 9 years ago

Hi,Please tell me detail about the position that you want to change the font, I will help you resolve this issue.

Giacomo Barbieri
replied 9 years ago

I want to change the article title to Verdana, and the article text to Helvetica Neue

Dominic Staff
replied 9 years ago

At the moment, the article text still is Helvetica Neue font, if you want to change the article title, you can open the template.css file find the line 446 then change the font here.
font-family: Verdana, Geneva, sans-serif;
or you can add the following code to the style.css file:
.single .hentry .entry-inner .entry-title { font-family: Verdana, Geneva, sans-serif; }
#metro-slide .hentry-small .entry-title { font-family: Verdana, Geneva, sans-serif; }
.hentry .entry-title { font-family: Verdana, Geneva, sans-serif; }

Giacomo Barbieri
replied 9 years ago

Ok I solved, thank you!

Powered by DW Question & Answer Pro