In its current state, the text normalization that happens in the Accessibility module also normalizes font-weight, as set by the user.
In other words, if you set 700 as the default font-weight and apply text-normalization at the same time, it will be reset to normal.
The logic should take the font-weight submodule into account, and separate the user weight from the rest.
In its current state, the text normalization that happens in the Accessibility module also normalizes font-weight, as set by the user.
In other words, if you set 700 as the default font-weight and apply text-normalization at the same time, it will be reset to normal.
The logic should take the font-weight submodule into account, and separate the user weight from the rest.