Hello,
First you should know that a command that allows you to modify ALL text in a single movement is not really possible.
You will therefore have to add several
selectors
to be sure to cover everything, for example:
a, h3, body {
font-family: arial !important;
}
Note : Learn how to add your custom Css with this
documentation
.
But there is a good chance that you will have to add even
more selectors.
And we cannot anticipate which ones because each site (depending on Html, Css and other) is different.
Regards