http://www.w3schools.com/cssref/pr_font_font-family.asp
http://www.fonttester.com/help/list_of_web_safe_fonts.html

I am often asked, which do I need to learn HTML, CSS, or PHP? I always answer, 80% of Drupal customization can be done with CSS alone, so that's what you need to learn first.
 
Nancy
 
Injustice anywhere is a threat to justice everywhere. -- Dr. Martin L. King, Jr.


From: Francis Keyes

thanks.  I looked at syle.css and found this part:
h1#page-title {
  font-size: 1em;
  line-height: 1;
}

...where I was able to change the font size but I still don't see how to change the font for page titles.