Reply To: Set default font globally

Home Forums Support Set default font globally Reply To: Set default font globally

Home Forums Support Set default font globally Reply To: Set default font globally

#204516
Tom
Lead Developer
Lead Developer

Then you’ll need to use CSS like this:

body {
    font-family: font-name, Arial, sans-serif;
}

However, you’ll want to set a backup font like Arial and sans-serif as not everyone will have that font installed on their computer, so they won’t see it.