Sharepoint Forum

 
Home » Forum » Sharepoint       Ask a questionRSS Feeds

Default Fonts

  Asked By: Johanna Byrd         Date: Sep 06, 2007      Category: Sharepoint      Views: 647
 

Does any one know what is the default fonts for the
webparts title etc...?

Tagged:    

 

2 Answers Found

 
Answer #1       Answered By: Mary Adams          Answered On: Sep 06, 2007       

Style sheet says

.ms-WPTitle
{
font-weight: bold;
font-family: verdana, arial, helvetica, sans-serif;
color: #003399;
padding-left: 6px;
padding-right: 7px;
padding-top: 2px;
padding-bottom: 2px;
font-size: 8pt;
}

 
Answer #2       Answered By: Kundan Jambhale          Answered On: Sep 06, 2007       

The fonts are specified though the style sheet that the portal uses (or
WSS). It's in SPS.CSS (for SharePoint Portal Server) and OWS.CSS (for
Windows SharePoint Services). The default  font is verdana, sans serif and
sizes range depending on what part of the page you want.

 
Didn't find what you were looking for? Find more on Default Fonts Or get search suggestion and latest updates.


Your Answer
  • Answer should be atleast 30 Characters.
  • Please put code inside [Code] your code [/Code].