I'm trying to set an inner div's font back to the default (which is usually Times New Roman unless the user changed it) while having a defined font in the outer div. In Edge and Firefox, the font hierarchy works as expected (Times New Roman > Arial > Times New Roman). However, in Safari, it seems to render the hierarchy incorrectly as Times New Roman > Arial > Arial. Just checking if this is a bug in Safari or if I'm missing something?
1 Answer
What exactly are you trying to achieve with this font setup? It sounds like you're hoping to reset the font in nested divs?

Yes! I'm trying to make the inner div's font switch back to the system default while still using a defined font for the outer div. It works in other browsers, but not in Safari.