- Joined
- Aug 18, 2014
- Messages
- 29
- Reaction score
- 6
- First Language
- francais
- Primarily Uses
Hellos simple question, I would like to add CSS code to gamefont.css file.
Done, is not working.
Example, I add text-shadow: 20px 20px # FF0000;
But once tested it does not work.
Here is the full code.
It will not be like the development of a website?
Done, is not working.
Example, I add text-shadow: 20px 20px # FF0000;
But once tested it does not work.
Here is the full code.
It will not be like the development of a website?
Code:
@font-face {
font-family: GameFont;
src: url("LittleLordFontleroyNF.ttf");
text-shadow: 20px 20px #FF0000;
}

