MyBB Community Forums

Full Version: When embedding a font in global.css the css file fails to load on the forum
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
When I insert this code inside the very top of global.css and then refresh the forum, I get this look of the forum, and when I remove that code, it goes back to normal. 


@font-face {
font-family: 'FrugalSansRegular';
src: url('fonts/ftl_____-webfont.eot');
src: local('?'), url('fonts/ftl_____-webfont.woff') format('woff'), url('fonts/ftl_____-webfont.ttf') format('truetype'), url('fonts/ftl_____-webfont.svg#webfontkIgqO6eN') format('svg');
font-weight: normal;
    font-style: normal;
}


[Image: 1ka1qxF.png]

How can I embed my font in the forum?
link to forum?
__________