Tests for font-weight: 1000;

According to the CSS spec:

"values greater than or equal to 1 and less than or equal to 1000 are valid" source

However, this is not yet fully supported in Firefox or Safari.

A simple test

The left column (red) uses font-weight: 1000;.

The right column (blue) uses font-variation-settings: 'wght' 1000;.

The middle column should perfectly overlap (it will look purple if it does). If it doesn't, font-weight: 1000; doesn't work.

Test results as of Oct 30, 2019:

a
font-weight: 1000;
a
a
a
font-variation-settings: 'wght' 1000;

Tested with Recursive Sans & Mono by Arrow Type.