Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
I need some CSS help
#1
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.

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.
Reply


Messages In This Thread
I need some CSS help - by Paradox - 08-06-2011, 07:55 PM

Forum Jump:


Users browsing this thread: 1 Guest(s)