1 min read

Sample font styling on the blog

Sample font styling on the blog

Table of Contents

This text provides an overview of on the styling on the blog. Scroll down to see examples and CSS styling information. 

H2: Section header / title

H3: Sub-section / item within section

H4: Item without section (e.g. Media Contact)

H5: Miscellaneous use

H6: Who knows?

Paragraph font

this is a blockquote

CSS info for desktop 

h1:

Font Size: 62px
Font Color: rgb(34, 34, 33) (a dark gray/almost black)
Font Weight: 700 (bold)
Line Height: 68.2px

h2:

Font Size: 50px
Font Color: rgb(34, 34, 33)
Font Weight: 700 (bold)
Line Height: 55px

h3:

Font Size: 37px
Font Color: rgb(34, 34, 33)
Font Weight: 700 (bold)
Line Height: 55.5px

h4:

Font Size: 28px
Font Color: rgb(34, 34, 33)
Font Weight: 500 (medium)
Line Height: 42px

h5:

Font Size: 21px
Font Color: rgb(34, 34, 33)
Font Weight: 700 (bold)
Line Height: 31.5px

h6:

Font Size: 16px
Font Color: rgb(34, 34, 33)
Font Weight: 600 (semi-bold)
Line Height: 24px

p (paragraph):

Font Size: 12px
Font Color: rgb(34, 34, 34) (a dark gray)
Font Weight: 300 (light)
Line Height: 18px

blockquote:

Font Size: 24px
Font Color: rgb(34, 34, 34) (a dark gray)
Font Weight: 600 (semi-bold)
Line Height: 28.8px

CSS info for mobile

h1:

Font Size: 38px
Font Color: rgb(34, 34, 33) (a dark gray/almost black)
Font Weight: 700 (bold)
Line Height: 41.8px

h2:

Font Size: 32px
Font Color: rgb(34, 34, 33)
Font Weight: 700 (bold)
Line Height: 35.2px

h3:

Font Size: 28px
Font Color: rgb(34, 34, 33)
Font Weight: 700 (bold)
Line Height: 42px

h4:

Font Size: 24px
Font Color: rgb(34, 34, 33)
Font Weight: 500 (medium)
Line Height: 36px

h5:

Font Size: 18px
Font Color: rgb(34, 34, 33)
Font Weight: 700 (bold)
Line Height: 27px

h6:

Font Size: 16px
Font Color: rgb(34, 34, 33)
Font Weight: 600 (semi-bold)
Line Height: 24px

p (paragraph):

Font Size: 12px
Font Color: rgb(34, 34, 34) (a dark gray)
Font Weight: 300 (light)
Line Height: 18px

blockquote:

Font Size: 24px
Font Color: rgb(34, 34, 34) (a dark gray)
Font Weight: 600 (semi-bold)
Line Height: 28.8px