Been a little slow but the design is coming along nicely.
I had hoped to get a little further tonight but the fonts are giving me a headache!
I signed up for Adobe Typekit & had selected a couple of nice fonts - Proxima Nova Soft & Myriad Pro Semi Condensed.
Put the required coding into the header
<script type="text/javascript" src="//use.typekit.net/dfw5hgj.js"></script>
<script type="text/javascript">try{Typekit.load();}catch(e){}</script>
Made the additions to my CSS file
body { color: #666666; font-family: 12px Trebuchet,Arial,Helvetica,sans-serif; line-height: 18px; }
h2 { color: #000; font: 18px "myriad-pro-semi-condensed",sans-serif; font-weight: normal;line-height: 4px; }
reverted the body section back to it's original state when it all went wrong...
The problem is I don't seem to be getting the fonts to appear. I tried with & without the "", adding a .tk- to the front of the font name. Changing the font size seems to work on the h2.
When I realised nothing would work I removed the header script & the font references in the CSS file but now I'm left with a ghastly Times New Roman appearing font on EVERY page of my website. It looked ok in the early days of the internet but now...
The only page I've been working on is my home page but it seems to have infected every other page as well & the shift to Times only seem to happen (or so it would appear) when I took out the header code.
Any pointers would be great.
Cheers.