How to Make Your Font Bigger on Your Branded Site

If you’re using a branded site, you can customize font sizes using CSS. Since every site’s styles are unique, there’s not a one-size-fits-all solution — and making one change can sometimes impact multiple areas.

While custom styling is outside the scope of Union’s support, we work closely with a Union-approved consultant who specializes in branded site design. If you’d like help adjusting fonts or any other styling, just email us at support@union.fit, and we’ll connect you.


Comfortable with CSS?

If someone on your team is familiar with CSS, here’s a simple example to get started:

body {
  font-size: 18px;
}

You can also check out our Branded Site Developer Docs and Support Article Collection for more resources.

Did this answer your question? Thanks for the feedback There was a problem submitting your feedback. Please try again later.