So I use some really neat typefaces, and I have never had any problem with @font-face before, however, these just doesn't seem to work. :( Any ideas what went wrong?
Path to CSS: http://carlpapworth.com/friday-quiz/css/style.css
Path to Fontsfolder: http://carlpapworth.com/friday-quiz/css/fonts
@font-face {
font-family: silverfake;
font-weight: 100;
font-style: normal;
src: url('fonts/silverfake.otf');
}
@font-face {
font-family: molesk;
font-weight: 100;
font-style: normal;
src: url('fonts/molesk.otf');
}
@font-face {
font-family: ballpark;
font-weight: 100;
font-style: normal;
src: url('fonts/ballpark.TTF') format("truetype");
}