Quote:
Originally Posted by VIPStephan
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