I fixed the font, but it looks like shit in firefox for some reason...
Code
@font-face {
font-family: "league-gothic-reg";
src: url('fonts/league-gothic-reg.eot');
src: url('fonts/league-gothic-reg.eot?#iefix') format('embedded-opentype'),
url('fonts/league-gothic-reg.woff') format('woff'),
url('fonts/league-gothic-reg.ttf') format('truetype'),
url('fonts/league-gothic-reg.svg#svgFontName') format('svg');
}
because firefox has shitty font rendering.