Changing User Portal Portal Fonts
  • 29 Jun 2022
  • 2 Minutes to read

Changing User Portal Portal Fonts


Article Summary

You can change your User Portal font in three simple steps.

Planning on using the same font across all locations in your network?

Template files are individual to each location which means you'll need to repeat this process in each location within your network.

This tutorial guides you through the steps to use a single custom font for all pages of your User Portal.

If you'd like to use multiple fonts, consider hiring developers.

Step 1. Downloading Your Font File

The first step of the process is downloading your font file. You can use any font file from any website as long as it is in one of the following formats:

  • OTF
  • TTF
  • EOT
  • WOFF
  • WOFF2
Always make sure you have the relevant licenses if you use a font that isn't open-source.

If you're using Google Font, you can simply click Download family on the page of the font you want to use.

CustomFont_GFontDownload.png

From there, all you need to do it extract the zip file you've just downloaded to be able to access your font file during Step 2.

CustomFont_GFontExample.png

Step 2. Uploading Your Font File to Nexudus

The second step of the process is uploading your font file via the Template File Editor on the Admin Panel.

  1. Log in to dashboard.nexudus.com if you aren't already.

  2. Click Data files.

  3. Click Add file.

  4. Click Select file and select your font file on your device.

  5. Click the Save Changes button.

Your font file should now appear on the page.

FontFile_Example.png

  1. Hover your mouse over the file and Click on the pencil icon.

  2. Copy the full address in the URL field and save it somewhere.

You will need this URL during Step 3.

CustomFont_URL.png

  1. Click on the cross icon in the top right corner of the page.

You're ready to move to Step 3.

Step 3. Adding Your Font the CSS File in Nexudus

Now that you have your font file and its URL, it's time to add this font to your User Portal style.css file.

  1. Click Common files > style.css.

  2. Remove all the code on the page.

CustomFont_CSSEmpty.png

  1. Copy and paste the following code snippet in the file.
@font-face {
font-family: "CUSTOM_FONT_NAME";
src: url("CUSTOM_FONT_URL");
}
div {
font-family: 'CUSTOM_FONT_NAME';
}

CustomFont_CSSSnippetOG.png

  1. Replace both CUSTOM_FONT_NAME with your font's name,

Make sure you don't remove the brackets.

CustomFont_CSSSFontFamily.png

  1. Replace CUSTOM_FONT_URL with your font file's URL.

Make sure you don't remove the brackets.

CustomFont_CSSURL.png

  1. Click the Save button. 

You can make sure your font change was successful by clicking on the Launch Site button at at the bottom of the page.


Was this article helpful?

Changing your password will log you out immediately. Use the new password to log back in.
First name must have atleast 2 characters. Numbers and special characters are not allowed.
Last name must have atleast 1 characters. Numbers and special characters are not allowed.
Enter a valid email
Enter a valid password
Your profile has been successfully updated.