Specification test cases
The test cases below are imported from the Turbo CSS specification.
They have been executed upon loading this page.
Font size as number
t1 font-16
.t1.font-16 {
font-size: 16px;
}
Font size as length
t1 font-1.5em
.t1.font-1\.5em {
font-size: 1.5em;
}
Font size as percentage
t1 font-50%
.t1.font-50\% {
font-size: 50%;
}