forked from AkkomaGang/akkoma-fe
42 lines
921 B
CSS
42 lines
921 B
CSS
/* THIS IS A PLACEHOLDER FILE
|
|
place a css file at $static_dir/static/custom.css
|
|
to apply custom styles to your frontend
|
|
*/
|
|
@font-face{
|
|
font-family:'blockzone';
|
|
src:url('./fonts/blockzone-webfont.woff2') format("woff2"),
|
|
url('./fonts/blockzone-webfont.woff') format("woff");
|
|
font-style:normal;
|
|
font-weight:400
|
|
}
|
|
@font-face{
|
|
font-family:'PeanutMoney';
|
|
src:url('./fonts/PeanutMoney.ttf') format("opentype");
|
|
font-style:normal;
|
|
font-weight:400
|
|
}
|
|
@font-face{
|
|
font-family:'Heading';
|
|
src:url('./fonts/heading.woff');
|
|
font-style:normal;
|
|
font-weight:400
|
|
}
|
|
|
|
@font-face{
|
|
font-family:'MonoMMM_5';
|
|
src:url('./fonts/monoMMM_5.woff');
|
|
font-style:normal;
|
|
font-weight:400
|
|
}
|
|
@font-face{
|
|
font-family:'Tiny';
|
|
src:url('./fonts/tiny.woff');
|
|
font-style:normal;
|
|
font-weight:400
|
|
}
|
|
@font-face{
|
|
font-family:'BLACKOUT';
|
|
src:url('./fonts/BLACKOUT.woff');
|
|
font-style:normal;
|
|
font-weight:400
|
|
}
|