Specification test cases
The test cases below are imported from the Turbo CSS specification.
They have been executed upon loading this page.
Font weight provided in numberic form.
t1 font-weight-700
.t1.font-weight-700 {
font-weight: 700;
}
Font weight in keyword form: thin
t1 font-thin
.t1.font-thin {
font-weight: 100;
}
Font weight in keyword form: extralight
t1 font-extralight
.t1.font-extralight {
font-weight: 200;
}
Font weight in keyword form: light
t1 font-light
.t1.font-light {
font-weight: 300;
}
Font weight in keyword form: normal
t1 font-normal
.t1.font-normal {
font-weight: 400;
}
Font weight in keyword form: medium
t1 font-medium
.t1.font-medium {
font-weight: 500;
}
Font weight in keyword form: semibold
t1 font-semibold
.t1.font-semibold {
font-weight: 600;
}
Font weight in keyword form: bold
t1 font-bold
.t1.font-bold {
font-weight: 700;
}
Font weight in keyword form: extrabold
t1 font-extrabold
.t1.font-extrabold {
font-weight: 800;
}
Font weight in keyword form: black
t1 font-black
.t1.font-black {
font-weight: 900;
}