Profile Picture

I write code.

I am frontend engineer living in Zürich, backed in Barcelona. I work at Unic. I'm father of a cute baby and a lifetime learner from everything frontend related.

Implementing Webfonts With Local Fallback 2

Second part from the series on how to implement Webfonts with local fallback. Once we have the font files ready we must follow some steps in order to include the fonts from the server (Google in this case) and then provide a fallback system. Read more →

Implementing Webfonts With Local Fallback 1

Google web fonts, or any other service, are great to add web fonts to your site. Nevertheless, you may want to have either the security to be independent from Google in case that their servers ever were down, or you to be able to develop your site in a completely off-line modus. Or even both at the same time. Read more →