I would like to change the font for confluence to make it use Arial by default for everything. The documentation says that the default font is Helvetica, Arial, sans-serif. I essentially would want to remove Helvetica so that first default option is Arial and then sans-serif if Arial doesn't exist. Is this possible to do globally in confluence?
Hey Alex,
Haven't tested this but take a look at
https://confluence.atlassian.com/display/DOC/Styling+Confluence+with+CSS
I think you need to place
.body
{
font-family:Arial, Helvetica, sans-serif;
}
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.