All Collections
Company settings
Advanced
How do I add custom fonts to Homerun?
How do I add custom fonts to Homerun?
Jennifer avatar
Written by Jennifer
Updated over a week ago

You can add more than 10,000 fonts hosted by three different online type foundries: Hoefler&Co, Bunny and Typekit. You can also host your own font and add it to Homerun by adding custom code to your account.

Adding custom fonts to Homerun via a type foundry

Connecting your type foundry account to Homerun requires some technical know-how. If you’re not that tech-savvy, just ask a colleague to help you out. Start by choosing the foundry hosting your custom font:

If you have custom fonts that are not available in one of the supported font foundries, like Fonts.com, you can use the custom code functionality to add your fonts. To do this, follow the steps below. Ask a colleague to help you out with this, if it gets a little too technical.

Adding custom fonts to Homerun via custom code

You can add your own custom code to Homerun to further customize your career page and job posts with HTML, CSS, Javascript and more. If you don’t know anything about coding, you can always ask one of your tech-savvy colleagues to help you out.

  1. Host your web font and CSS file on your own web server

  2. In Homerun, from anywhere in the tool, click Settings in the sidebar

  3. Click Custom code from Customize

  4. Add the following to the 'Head code' section of the page:
    <link href="https://your-website.com/my-font.css" rel="stylesheet" type="text/css">

  5. You can also define the font family and font weight for every selector here using the <style> </style> attribute

  6. Click Save changes

Note: Make sure you enable CORS (Cross-Origin Resource Sharing) on your server, to allow your fonts to be shown on your Homerun pages.

Did this answer your question?