I use a same-domain iframe to load some page elements.
Despite a 'link rel' to my main css, font size is smaller in the iframe.
A simple work-around is to add a class/div to the iframe content, and target it with additional css increasing font size.
I'm wondering what causes the issue.