One of my texts has the class
.description {font-weight: lighter;font-size: 22px; }
Strangely, the font-weight
attribute seems to work on desktop but not on mobile devices. Why might this be happening?
When I scale Chrome on my desktop to mobile size, everything appears as it should and the text is appropriately light. However, on actual mobile devices, the text's weight does not change as expected.