Lately, I've been facing a dilemma on my website. I have an iframe code that looks like this:
<iframe src ="http://hokuco.com/cde/user.txt" id ="myIframe"></iframe>
However, the consolas font used in the iframe makes my website appear outdated and reminiscent of an old 80s computer terminal. I've attempted to wrap the iframe in font tags and tried changing the font type, but nothing seems to work. Is there a way for me to modify the text inside the iframe from consolas to arial?