Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

How do I get iWeb to use a font from Google Webfonts ?

share|improve this question

migrated from webmasters.stackexchange.com Sep 12 '12 at 0:00

2 Answers

You'll have to edit the code after iWeb generates it. Webfonts needs a link in the head so that the browser knows to download the font, and the CSS selector that you want to apply the font to needs modifying. (Google gives all the instructions)

Although even if you did this it would require doing every time the site was updated as iWeb would just write over your code edits.

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.