Help > Forum > Themes & Appearance > Using a custom font

Using a custom font

Our platform offers various custom font styles to choose from. If you don't find the font of your choice, you can easily add a custom font style to your forum by following these steps:

  1. Visit Google Fonts.
  2. Pick the desired font.
  3. Click the + icon next to the font style, for example, Select Regular 400.
  4. Click on View selected families in the top right corner.
  5. Copy the code from both Font link and Font family and paste it into a text editor.
  6. Log into your Website Toolbox account.
  7. Click Integrate.
  8. Click HTML.
  9. Paste the Font link code from step 5 into the Forum Head Tag HTML Code section.
  10. Add the following code to the Forum Head Tag HTML Code:
  11. <style>
    body * {
    	font-family: ITCAvantGardeGothicBook,sans-serif !important;
    }
    </style>
    
  12. Replace the green-colored code with the Font family code copied in step 5.
  13. Click Save to finalize the changes.

  1. Log into your Website Toolbox account.
  2. Click Integrate.
  3. Click HTML.
  4. Add the following code to the Forum Head Tag HTML Code:
  5. <link href="FONT URL HERE" rel="stylesheet">
    
    <style>
    body * {
    	font-family: ITCAvantGardeGothicBook,sans-serif !important;
    }
    </style>
    
  6. Replace the FONT URL HERE in the code above with the font URL/address from your provider.
  7. Replace the green-colored code with the Font family in the code above.
  8. Click Save to finalize the changes.


If you still need help, please contact us.