@font-face {
font-family: "Beatty Regular";
src: url(../fonts/beatty.eot ); /* IE */
src: local("Beatty"), url(../fonts/beatty.ttf ) format("truetype"); /* non-IE */
}
@font-face {
font-family: "Commersial";
src: url(../fonts/commersial_script.eot ); /* IE */
src: local("Commercial Script"), url(../fonts/commersial_script.ttf ) format("truetype"); /* non-IE */
}
#navbar a {
float: left;
color: #C7B299;
text-decoration: none;
display: block;
cursor: pointer;
height: 39px;
line-height: 39px;
padding: 0px;
text-decoration:none;
font-family: Beatty Regular, Beatty, Trebuchet MS;
font-size:21px;
padding-top: 4px;
width:100%;
}
a.contentpagetitle, a.contentpagetitle:link, a.contentpagetitle:visited, a.contentpagetitle:active, h3.catItemTitle a,h3 .catItemTitle a:link, h3.catItemTitle a:visited, h3.catItemTitle a:active {
font-size: 26px;
color: #A92615;
text-decoration:none;
font-family: Commersial, Commercial Script, Beatty Regular, Beatty, Trebuchet MS;
padding-top: 10px;
}/* Page Titles*/
* All the text changes to Commersial/Commercial Script font face for all browsers, Text changes to Beatty Regular/Beatty EXCEPT IN FIREFOX on PC
* I UPDATED FIREFOX TO THE LATEST VERSION.