Any number is a font size, otherwise a color.
font
token
|
output
|
unit
100
|
font-weight:100
|
-
200
|
font-weight:200
|
-
300
|
font-weight:300
|
-
400
|
font-weight:400
|
-
500
|
font-weight:500
|
-
600
|
font-weight:600
|
-
700
|
font-weight:700
|
-
800
|
font-weight:800
|
-
900
|
font-weight:900
|
-
light
|
font-weight:300
|
-
regular
|
font-weight:400
|
-
medium
|
font-weight:500
|
-
semibold
|
font-weight:600
|
-
bold
|
font-weight:700
|
-
extrabold
|
font-weight:800
|
-
thin
|
font-weight:lighter
|
-
normal
|
font-weight:normal
|
-
bolder
|
font-weight:bolder
|
-
italic
|
font-style: italic
|
-
mono
|
font-family:var(--font-mono)
|
-
serif
|
font-family:var(--font-serif)
|
-
sans
|
font-family:var(--font-sans)
|
-
wg-*
|
font-weight: *
|
-
font-*
|
font-family: *
|
-
white
token
|
output
|
unit
nowrap
|
white-space: nowrap
|
-
space-*
|
white-space: *
|
-
color
token
|
output
|
unit
tp
|
color:transparent!important
|
-
text
token
|
output
|
unit
delete
|
text-decoration-line:line-through
|
-
deleted
|
text-decoration-line:line-through
|
-
line
|
text-decoration-line:underline
|
-
underline
|
text-decoration-line:underline
|
-
overline
|
text-decoration-line:overline
|
-
up
|
text-transform:uppercase
|
-
upper
|
text-transform:uppercase
|
-
low
|
text-transform:lowercase
|
-
lower
|
text-transform:lowercase
|
-
cap
|
text-transform:capitalize
|
-
capit
|
text-transform:capitalize
|
-
center
|
text-align:center
|
-
left
|
text-align:left
|
-
right
|
text-align:right
|
-
justify
|
text-align:justify
|
-
shadow
|
text-shadow:3px 3px 2px #0000004d
|
-
shadow-*
|
text-shadow: *
|
px
stroke-*
|
-webkit-text-stroke: *
|
px
writing
token
|
output
|
unit
vertical
|
writing-mode:vertical-lr
|
-
word
token
|
output
|
unit
wrap
|
word-wrap:break-word
|
-
break-*
|
word-break: *
|
-
break-all
|
word-break: break-all
|
-
break-keep
|
word-break: keep-all
|
-
overflow
token
|
output
|
unit
dots
|
overflow:hidden;text-overflow:ellipsis;white-space:nowrap;width:100%
|
-
columns
token
|
output
|
unit
cols-*
|
columns: *
|
-
line
token
|
output
|
unit
lh-*
|
line-height: *
|
-
vertical
token
|
output
|
unit
align-*
|
vertical-align: *
|
-