I have been meaning to create a responsive typography template that i could just plug in as a sass partial for my projects.
font-size
and line-height
for body copy as screen size increasesline-height
of body copy as the base for a consistent vertical rhythm. You use multiples of line-hight for margins and paddings and multiples of base line-height for all text elementsline-height
unit-less (e.g. 1.4 instead of 26px) is best practicemargin-top: 0
and then adding margin-bottom
wherever i want white space 1
2html {
3 margin-top: 0
4
5font-family: Lato, Helvetica, Arial, sans-serif
6}
7
8h1, h2, h3, h4, h5, h6, p, ul, ol {
9 margin-top: 0;
10}
Good fonts
Body copy
Headings