iftechfoundation / twine-cookbook

Twine Cookbook
131 stars 31 forks source link

Setting the text in a Google Font #9

Closed klembot closed 7 years ago

klembot commented 7 years ago

How to import a Google webfont and style text in it.

videlais commented 7 years ago

Covered in all major story formats (Harlowe, SugarCube, Snowman, Jonah, Sugarcane, and Responsive): https://github.com/iftechfoundation/twine-cookbook/tree/master/googlefonts_videlais

tmedwards commented 7 years ago

This is an honest question and not meant to be a suggested course of action.

Do we really need separate examples for the Twine 1 vanilla story formats here?

What I mean is that while there probably will be examples where their differences[1] would impact the example meaningfully, thus requiring separate examples, this does not seem to be one of those cases.

  1. Sugarcane and Responsive only differ in their markup, sharing exactly the same JavaScript, and while Jonah differs from them in both respects, it still shares most of the same JavaScript with the other two. In other words, they're mostly the same story format with different skins.
videlais commented 7 years ago

Do we need separate example? No, not really. In fact, if we want to put some type of policy in place where we write something like "Twine 1 Compatible" for all of the story formats, we could. I'd prefer that to cluttering up the examples.

videlais commented 7 years ago

I'm going to close this with the note that I think @tmedwards is right about not needing all the separate story format examples for Twine 1. However, for now, I'm going to leave them in until it becomes an issue with another recipe and a decision needs to be made on how to proceed for the future.