Textarea Font Not Applied

When using a textarea the selected font-family isn’t applied. Instead monospace is the computed value.

Hey,

Thats done natively by browser… Form elements such as input, textarea and select don’t inherit font family from Body tag. So you need to apply font to all those fields. Best way is to apply it globaly on all inputs, selects and textareas.

Ah gotcha, my bad, I didn’t realize orange signified inheritance from the body :face_in_clouds: