Wordpress Themes - WP Forum at BFA

Wordpress Themes - WP Forum at BFA (http://forum.bytesforall.com/index.php)
-   Montezuma Theme (http://forum.bytesforall.com/forumdisplay.php?f=53)
-   -   Montezuma Font Family (http://forum.bytesforall.com/showthread.php?t=19553)

te3re Feb 4, 2013 05:44 AM

Montezuma Font Family
 
Hey there,

I'm not an HTML editor and I'm new to wordpress as well. Can anyone teach me where to find the font family for the site? And how to see which font is used in which area? Thanks in advance!

Tere

lmilesw Feb 4, 2013 06:25 AM

Fonts are declared with CSS. For instance in the virtual content.css file you will see a font family for body. You can declare a font family for other elements as you wish with CSS. For more information on CSS see w3schools.com

rugved14 Feb 4, 2013 03:19 PM

1 Attachment(s)
My website Helicopter-shot.com

I want to change the font type and size for the headline – Disparity in Women cricket continues

I am not able to do that. Please suggest where in the CSS files do I need to change something.

I have already tried changing H1 to H6 along with font size of 15 px for body of texts, but did not help.

juggledad Feb 4, 2013 06:38 PM

you can find teh font-families in the CSS files

content.css: line 29 font-family: "Segoe UI", "Lucida Grande", "Helvetica Neue", sans-serif;
content.css: line 112 font-family: 'Yanone Kaffeesatz', sans-serif;
posts.css: line 84 font-family: arial, sans-serif;
menus-menu1.css: line 78 font-family: 'Yanone Kaffeesatz', sans-serif;
various.css: line 5: font-family: 'Yanone Kaffeesatz', sans-serif;
various.css: line 32: font-family: 'Yanone Kaffeesatz', sans-serif;

qbuster Feb 17, 2013 07:10 AM

Thanks for this Juggledad.

I couldn't spot the reference to arial in posts.css - is it the victim of a change in code in a more recent version?

Quote:

Originally Posted by juggledad (Post 96078)
you can find teh font-families in the CSS files

content.css: line 29 font-family: "Segoe UI", "Lucida Grande", "Helvetica Neue", sans-serif;
content.css: line 112 font-family: 'Yanone Kaffeesatz', sans-serif;
posts.css: line 84 font-family: arial, sans-serif;
menus-menu1.css: line 78 font-family: 'Yanone Kaffeesatz', sans-serif;
various.css: line 5: font-family: 'Yanone Kaffeesatz', sans-serif;
various.css: line 32: font-family: 'Yanone Kaffeesatz', sans-serif;


juggledad Feb 17, 2013 10:24 AM

Here is how I found the line in version 1.1.3 - I went to mto->CSS Files->posts.css and did a 'RESET ALL' then I did a select all. I pasted the result in a text editor that shows line numbers. I then did a find on 'font-family' and there it is on line 84.

If you have added in any CSS the line number might vary


All times are GMT -6. The time now is 02:48 PM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.