Hey Zack, thank you for the help, your given code didn’t work out but it helped me do it correctly.
To get Arial, one need to change the entire font family.
I replaced
font-family: Georgia, “Bitstream Charter”, serif;
with
font-family: Arial, Helvetica, sans-serif;
And it worked perfectly. Thank you.