Font Styling Exercise

font-family="Raleway"
font-size: 14pt

Rr

font-weight

font-weight: extra-light(200)

Don't forget to commit AND push the repository!

font-weight: regular(400)

Don't forget to commit AND push the repository!

font-weight: bold(700)

Don't forget to commit AND push the repository!


font-style

font-style: normal

Don't forget to commit AND push the repository!

font-style: italic

Don't forget to commit AND push the repository!

font-style: oblique

Don't forget to commit AND push the repository!


letter-spacing

letter-spacing: -1px

Don't forget to commit AND push the repository!

letter-spacing: normal

Don't forget to commit AND push the repository!

letter-spacing: 1px

Don't forget to commit AND push the repository!

letter-spacing: 2px

Don't forget to commit AND push the repository!


text-transform

text-transform: none

Don't forget to commit AND push the repository!

text-transform: capitalize

Don't forget to commit AND push the repository!

text-transform: uppercase

Don't forget to commit AND push the repository!

text-transform: lowercase

Don't forget to commit AND push the repository!


text-decoration

text-decoration: none

Don't forget to commit AND push the repository!

text-decoration: underline

Don't forget to commit AND push the repository!

text-decoration: overline

Don't forget to commit AND push the repository!

text-decoration: line-through

Don't forget to commit AND push the repository!