Layout hooks
Hello. I'd like to load typekit in the engine. Is there some sort of hook I can use to drop a script tag into the engine?
Not that I can see, but that sounds like a really useful addition! As a workaround, I actually copy the body of the typekit css file that the script injects, and stick that into an asset that's only around during development. Does typekit just need a script tag, or are there stylesheets as well?
I believe it's just the script tag.
@jorge-marques I'm headed out of town, but I'll take a crack at writing something in the near future. If you want to make a pull request, though, I'll work with you to accept it! :)
@ohrite I'll give it a shot.