Changing the font of the comments

The font used in the comments of most Ghost sites seems to be the same and not aligned with the font used in the theme’s body text.

Is there a way to make the comments adopt the theme’s fonts?

Since the comment section is a iframe, independent of the original page, the page’s font setting won’t affect comment unless explictly modified.

You can use JS script to intercept the iframe and inject your desired font style.

How does one do that exactly?