OBS Chat fontface not working

As in the topic the css font face doesn’t seem to work at all here’s the CSS I use (I allready checked this isn’t a cross domain issue since it works on other instances of my CLR browser plugin.

[code]@font-face {
font-family: “8bit”;
src: url(http://che.moe/font/pressstart2p-webfont.ttf) format(“truetype”);
}
::-webkit-scrollbar {
visibility: hidden;
}

.chat_box {
font-family: “8bit” !important;
}

.chat_line {

}

.chat_line .nick {

}

.chat_line .message {

}

.broadcaster {
display: none;
background-color: transparent;
background-image: url(http://a.pomf.se/fahwfi.png);
}

.mod {
background-color: transparent;
background-image: url(http://a.pomf.se/ljqbkw.png);
}

.turbo {
background-color: transparent;
}

.nick {
text-transform: uppercase;
color: white !important;
font-family: ‘8bit’;
}

.admin {
background-color: transparent;
}

.global_mod {
background-color: transparent;
}[/code]

You can close this, it’s due to obschat being https only (why though?).