@font-face
{
- font-family: lettergothic;
- src: url(letter_gothic.ttf);
+ font-family: lg;
+ src: url(lg.ttf);
}
@font-face
{
- font-family: lettergothic-bold;
- src: url(letter_gothic-bold.ttf);
+ font-family: lgb;
+ src: url(lgb.ttf);
}
body {
text-transform: uppercase;
}
h1, h2, h3, h4, h5, h6 {
- font-family:lettergothic-bold;
+ font-family:lgb;
/*font-size: 1em;*/
color:#000;
font-weight:bold;
}
.nav ul {
text-transform: uppercase;
- font-family:lettergothic-bold;
+ font-family:lgb;
line-height:1.4em;
}
.nav ul, .nav li {