|
Sorry to be a noob, but what's a URI?
There isn't really much I can give! Here is the coding for the fontface:
"@font-face
{
font-family: lane;
src: url('LANE.eot');
src: local(my_font), url('LANE.ttf') format('opentype');
}"
I then link the stylesheet to whichever page I am using it for (the whole website really!)
Like I say, it's all working offline, i open the index file and it all looks normal, "http://jameslane.co.uk/Screenshot.png", but then when I have put all the files into my public_html folder online, in the same structure, because all the files are in the same folder, it doesn't work!
Oh and thanks for replying so quickly, I was looking around the site for any other problems similar.
|