Tycoon Talk
Become a Big fish!
The number 1 forum for online business!
Post topics, ask questions, share your knowledge.
Tycoon Talk is part of Freelancer.com - find skilled workers online at a fraction of the cost.

CSS Forum


You are currently viewing our CSS Forum as a guest. Please register to participate.
Login



Reply
Changing Fonts (and related settings ) In Wordpress
Old 10-25-2011, 01:22 PM Changing Fonts (and related settings ) In Wordpress
Junior Talker

Posts: 1
Trades: 0
I am using wordpress for my blog/site. I am using Freshnews theme from woothemes as the theme for the blog.

Here is the link:
demo.woothemes.com/freshnews/

The font is not that good and it is way too small and the spacing is bad (too congested).

How do I change the fonts, size, spacing (line and paragraph) throughout the blog.

I know I would have to change it somewhere in the stylesheet. But where exactly and how?

And what are the ways to get this done?

Should I install a font somewhere?

Should I use webfonts (like google webfonts)?
What is the advantage in using this?

or what are the other ways?
weblearner100 is offline
Reply With Quote
View Public Profile
 
 
Register now for full access!
Old 10-30-2011, 05:17 AM Re: Changing Fonts (and related settings ) In Wordpress
Banned

Posts: 9
Trades: 0
I think you can contact woothemes support team, they can help it.
barsha86 is offline
Reply With Quote
View Public Profile
 
Old 10-30-2011, 05:32 AM Re: Changing Fonts (and related settings ) In Wordpress
lizciz's Avatar
Super Spam Talker

Posts: 807
Name: Mattias Nordahl
Location: Sweden
Trades: 0
In the file style.css, on line 322, at least on the demo page, you'll find this:
Code:
.entry, .entry p  { font:14px/1.5em sans-serif; }
You won't have to install any new font (unless you want to of course), browsers already support lots of different fonts. You could i.e. just remove the sans-serif font and let the browser fall back to it's default.


Edit:
Also, on line 75 in the same file, you'll find this:
Code:
body {background:#e4e2db;color:#555;font:12px sans-Serif;}
The .entry class sets the font for the entry texts, the body sets the font for the entire document, so you'll want to change that too.
__________________
Your answers will only be as good as your question. Formulate it well and give all the necessary information.

Last edited by lizciz; 10-30-2011 at 05:40 AM..
lizciz is online now
Reply With Quote
View Public Profile Visit lizciz's homepage!
 
Reply     « Reply to Changing Fonts (and related settings ) In Wordpress
 

Thread Tools Search this Thread
Search this Thread:

Advanced Search

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are Off
Refbacks are Off





   
RSS Feed  Feeds: RSS   JS   XML
RSS Feed  Feeds for this forum: RSS   JS   XML



Page generated in 1.13587 seconds with 12 queries