Tag Archives: font

Deep dive CSS: font metrics, line-height and vertical-align – Vincent De Oliveira

An introduction to the inline formatting context. Explores line-height and vertical-align properties, as well as the font metrics. Understand how text is rendered on screen, and how to control it with CSS. Source: Deep dive CSS: font metrics, line-height and … Continue reading

Posted in Dev | Tagged , | Leave a comment

Better webfont loading with using localStorage and providing WOFF2 support

In my previous article about webfont loading I showed a technique about how to load webfonts without blocking page rendering and without annoying the users with flickering text on all pageloads. This time I show you an optimized version of … Continue reading

Posted in Dev, Technology | Tagged , , , | Leave a comment