Not for posting...
www.nbadimensions.net/forums/
Basically all of the headers there are images, I'd much rather them be text rather then images in the same format.
--------------- Added [DATE]1351137325[/DATE] at [TIME]1351137325[/TIME] ---------------
I've tried @font-face...
Code:
@font-face {
font-family: 'customfont';
src: url('images/nbadv2/font/custom.ttf');
}
Doesn't work when I put it into code..
Code:
<div style="font-family:'customfont';">NBA DIMENSIONS</div>
--------------- Added [DATE]1351139606[/DATE] at [TIME]1351139606[/TIME] ---------------