If I'm using a font like Geosans Light in my website do I need to add the CSS and files before writing any other code because whatever I try it doesn't seem to work.
Do I add the...
- @font-face {
- font-family: GeosansLight;
- src: url(GeosansLight.ttf);
- }
...to the reset.css file or style.css?
I'v tried comparing my css to forum stuff but no matter what I try my fonts won't change when I view it in my web browser. Someone please help.
Thanks, Matt