View Single Post
Old 10-11-2012, 12:43 AM   PM User | #3
nemtulea35
New Coder

 
Join Date: Jul 2011
Posts: 10
Thanks: 5
Thanked 0 Times in 0 Posts
nemtulea35 is an unknown quantity at this point
Quote:
Originally Posted by VIPStephan View Post
Code:
body {font-family: 'Gill Sans', Arial, Helvetica, Sans-serif;}
h1, h2, h3 {
  font-family: 'Arial Black', Arial, Helvetica, Sans-serif;
  font-weight: 900;
}
This caters for first to third level headings. Adjust as desired.
thank you so much for replying!

so if i have this :

Code:
About Mycompany.com (for title-arial black)

(and this bellow for the - gill sans)
Mycompany.com is a direct lender car title loan company that is licensed by the State and a bonded finance company. We specialize in car title loans and regardless of credit history...
do i just insert like this:

Code:
body {font-family: 'Gill Sans', Arial, Helvetica, Sans-serif;}
h1, h2, h3 {
  font-family: 'Arial Black', Arial, Helvetica, Sans-serif;
  font-weight: 900;
}
text here?
or i need to edit in css style ?

just uploaded my css style,
if you can take a look,

sorry ,so new to this.

thank you,
misu
Attached Files
File Type: css style.css (5.6 KB, 10 views)
nemtulea35 is offline   Reply With Quote