Ning Developer Network

Hi, how can I change the font on my whole Ning network? I want a other font than the standard fonts. Can anyone give me a code? Thanx!

Tags: font

Share

Reply to This

Replies to This Discussion

Adding this to the advanced CSS section will change most of your body text:

body{
font-family: arial, verdana, trebuchet, sans-serif;
}

This will first look for arial, if that's not found it will move onto verdana then trebuchet. If it finds none of those it will use a generic sans-serif.

For more explanation on font-family check out this site:
http://www.w3schools.com/CSS/pr_font_font-family.asp


Remember to only use web standard fonts. Check out this page for more details:
http://www.ampsoft.net/webdesign-l/WindowsMacFonts.html

Reply to This

Reply to This

RSS

© 2009   Created by Ning Developer Admin

Badges  |  Report an Issue  |  Privacy  |  Terms of Service