
February 5th, 2013, 05:27 AM
|
|
Registered User
|
|
Join Date: Feb 2013
Posts: 1
Time spent in forums: 7 m 15 sec
Reputation Power: 0
|
|
|
New Member - Css font help
trying to edit css for my site, just want to change the font on the home page tagline.....tried all sorts, the titles on subsequent pages works fine but not picking up on home page, the subsequent pages are classed as <h1> so altered that in css but the home page is separate,
this is the code I have used but is still showing arial....want i to show the Cinzel font, any ideas
#home-tagline{
display: block;
padding: 25px 20px;
background: #1B1B1B;
border-top: 1px solid #000;
font-size: 24px;
color: #FFF;
font-family: Cinzel, serif !important;
text-align: center;
letter-spacing: 2px;
|