Ning Developer Network

Dylan Spronck

Change the font

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

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

RSS

We're Hiring

We are looking for talented and passionate individuals to join our growing team.

Visit our engineering jobs and see if Ning is right for you.

© 2008   Created by Ning Developer Admin

Badges  |  Report an Issue  |  Privacy  |  Terms of Service