TypeKit, Web Fonts, Google Fonts, etc..


Author Message
Aaron P

Posted: 8/29/2012
Quote message 

I added the HTML header link to all the exported files by adding a fake metaname placeholder in the global options.

<meta name="placeholder" content="change" />


Then, after my export occurs, I grep out the line in every HTML file in the dir using Dngrep (http://code.google.com/p/dngrep/) and replace it with the line of choice. In my case,

<link href='http://fonts.googleapis.com/css?family=Crimson+Text:700' rel='stylesheet' type='text/css'>


I also jump in style.css and change the fonts accordingly.