footballer27
07-29-2012, 03:49 PM
I have a few css problems, (all things I've done before, but I've been staring at lease for hours so I'm giving up and I need some help)
neither of these things work
@font-face {
font-family: 'League';
src: url('/fonts/League_Gothic.otf');
src: url('/fonts/League_Gothic.eot');
src: url('/fonts/League_Gothic.eot') format('embedded-opentype');
src: url('/fonts/League_Gothic.woff') format('woff');
src: url('/fonts/League_Gothic.ttf') format('truetype');
src: url('/fonts/League_Gothic.svg#svgLeague_Gothic') format('svg');
font-weight: normal;
font-style: normal;
}
header nav a{
font-family:'League', Arial, Helvetica, sans-serif;
text-decoration:none;
font-size:48px;
color:@blue;
}
border-top-image: url(/images/vertical_border.png) 0 repeat-y;
Thanks for the help, I am totally stuck
I checked the links. they work, but the font doesn't show up
and the border-top-image doesn't show either
neither of these things work
@font-face {
font-family: 'League';
src: url('/fonts/League_Gothic.otf');
src: url('/fonts/League_Gothic.eot');
src: url('/fonts/League_Gothic.eot') format('embedded-opentype');
src: url('/fonts/League_Gothic.woff') format('woff');
src: url('/fonts/League_Gothic.ttf') format('truetype');
src: url('/fonts/League_Gothic.svg#svgLeague_Gothic') format('svg');
font-weight: normal;
font-style: normal;
}
header nav a{
font-family:'League', Arial, Helvetica, sans-serif;
text-decoration:none;
font-size:48px;
color:@blue;
}
border-top-image: url(/images/vertical_border.png) 0 repeat-y;
Thanks for the help, I am totally stuck
I checked the links. they work, but the font doesn't show up
and the border-top-image doesn't show either