@giovanny.lueilwitz
To change the font family in an iframe, you can add a CSS code inside the iframe tag. Here is an example:
1
|
<iframe src="yourURL" style="font-family: Arial, sans-serif;"></iframe> |
In this example, the font family of the text inside the iframe will be changed to Arial. You can replace "Arial" with any other font family that you want to use.