My @font-face is for some reason not showing up on my website. Is there something wrong with my synt
- by Tapha
Here is the css code:
/*Custom*Font*Declerations*/
/*Delicious-Bold*Italic*/
@font-face { font-family: delicious-bolditalic; src: url('dc30.otf'); format("opentype"); }
/*Chunkfive*/
/*(OpenType)*/
@font-face { font-family: Chunkfive; src: url('Chunkfive.otf'); format("opentype"); }
/*Delicious-Italic*/
@font-face {…