Font
Font Modifications
Apply the class f-{FONT-MODIFICATION}
where {FONT-MODIFICATION}
is one of the
modifications listed above.
f-uppercase
f-capitalize
f-none
f-underline
f-strikethrough
f-left
f-center
f-right
f-emphasize
f-regular
f-medium
f-heavier
f-semibold
f-bold
f-family-sans
f-family-serif
f-family-mono
Font Size
Apply the class f-{FONT-SIZE}
where {FONT-SIZE}
is a number between 12 & 64
divisible by 2, eg 12, 14, 16, 18, 20, 24
. Breakpoint prefixes may also be applied using the
pattern f-{PREFIX}-{FONT-SIZE}
where {PREFIX}
is s, m, l, xl
.
f-12
f-14
f-16
f-18
f-20
f-22
f-24
f-26
f-28
f-30
f-32
f-34
f-36
f-38
f-40
f-42
f-44
f-46
f-48
f-50
f-52
f-54
f-56
f-58
f-60
f-62
f-64