In this archive you'll find information regarding typography, from interesting articles to how to implement it on front end.
Tipografía en la era digital** Article in Spanish
Type scale: Find your typography ratios, for your HTML tags.
Google fonts: Select the fonts for the project.
Typewolf: Font inspiration
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;