08-06-2011, 07:55 PM
Well, I'm attempting to use a custom font on a website I'm coding, but its not working. I've Googled it, and got this code, which apparently isn't working.
The font is called "Blocky" and everything is located in the same directory at the moment.
Code:
@font-face
{
font-family: Blocky;
src: url('Blocky.eot');
src: local(Blocky), url('Blocky.ttf') format('truetype');
}
The font is called "Blocky" and everything is located in the same directory at the moment.