Fonts for Greek Yogurt

Permalink
I changed themes from the default to Greek Yogurt, (thanks to wagdi btw)

Seems all fonts are now Times New Roman, but I want them all to be cooler, like either Arial or Verdana.

This is probably a css issue. I am still pretty new to all this css business, although I have looked at a few .css files.

What is the best way to go about this?

[site is mytrucklube.com btw]

 
citytech2 replied on at Permalink Reply
citytech2
Hi,
You just need to open a file called text.css. This file is located in Your Project Folder/themes/greek_yogurt/css/text.css. Change the below line with yours own font name.

body{font:13px/1.5 'Helvetica Neue', Arial,'Liberation Sans', FreeSans, sans-serif}

Citytech
pranaman replied on at Permalink Reply
Thanks. I'm almost at that point after reloading the site. I will try that soon.
pranaman replied on at Permalink Reply 1 Attachment
Changing the text.css did not change all the fonts throughout the site. The content text fonts are still Georgia (thought it was Times). The Heading text looks like Arial.

I dug around, and found Georgia was loading from typography.css. I found two of those files - one in the root and one in the Greek Yogurt theme folder. I changed references in both, but it still loads Georgia, the wrong font.

It still loads the Georgia font. Why?
pranaman replied on at Permalink Reply
Still at this - doesn't the typography.css control all the fonts on my site, and aren't there just 2 - one in the document root, and in the themes folder?

I checked both of those, all references seem to be Arial, yet site still shows Georgia.

Chrome's console shows under stylesheets | typography.css:

div#main-container p, div#main-container ul li {
/* customize_p-font */ font-family: 'Merriweather', Georgia, serif; line-height: 1.8em; font-size: 14px; /* customize_p-font */

But, I can't find that reference in either file. What's going on?