Skip to content

Latest commit

 

History

History
37 lines (23 loc) · 2.21 KB

Typography.md

File metadata and controls

37 lines (23 loc) · 2.21 KB

Typography

In this archive you'll find information regarding typography, from interesting articles to how to implement it on front end.

Articles / Videos 📚 📹

Tipografía en la era digital** Article in Spanish

Utility tools 🛠

Type scale: Find your typography ratios, for your HTML tags.

Google fonts: Select the fonts for the project.

Typewolf: Font inspiration

Understanding Type in CSS world 🤓

Useful CSS tips 💡

One of the hardest parts for CSS implementation is to preserve the vertical rhythm coherence, so be sure to define the line-height for every element of text in your design. Mantaining stuff aligned when aside is one of the challenges we found when implementing this vertical rhythms in our designs, the best solution we found for aligning parallel stuff is using the align-items: baseline;

Created: @pologarcia March 31, 2017 🤙🏿
Last Edited: @grvtylabs August 30, 2017