- Joined
- Nov 13, 2015
- Messages
- 3
- Reaction score
- 0
- First Language
- English
I was messing around with the type of font I wanted to use with my game and I screwed up the font file gamefont.css. My game can't load the file anymore. I'm not sure what I changed, it's still in the font folder inside my project folder. So it's not like the physical location changed.
This is what I have in my gamefont.css file right now:
@font-face {
font-family: GameFont;
src: url(“mplus-1m-regular.ttf”);
}
I need someone to set me straight
This is what I have in my gamefont.css file right now:
@font-face {
font-family: GameFont;
src: url(“mplus-1m-regular.ttf”);
}
I need someone to set me straight


