All Collections
Working with Designer
How to change floor plan fonts
How to change floor plan fonts

See how to customize your floor plan by using different fonts.

Kristina Belenova avatar
Written by Kristina Belenova
Updated this week

To ensure a consistent and professional view of your event's floor plan, you can upload fonts associated with your brand. They can be displayed in the background text, booths and other spaces (the Oswald font is used by default).

Floor plan featuring custom font

How to change the text font

Adjusting the text font on your floor plan can be done with the Designer tools. Follow these steps:

1. Add a text element to the floor plan.

Designer with the word "Text" selected and "start draw text" icon selected and Text menu in box with arrow pointing to it

2. Choose the font from a drop-down list, or if you have a specific font you'd like to use, you can upload it directly from your computer. Click on the TTF icon and select the font file.

Close up of Designer screen with the word "Text" selected the TTF icon in box and arrow pointing to it

Floor plan settings with "Add Custom CSS" in box and arrow pointing to it

How to add fonts to booths/spaces

To change the booths/spaces font, in your back end go to Settings - Floor plan.

"Add Custom CSS" window over floor plan settings screen

Click the "Add Custom CSS" button. The list of all supported fonts can be found here. Please note that any other custom fonts are not supported at the moment.

“Add Custom CSS” window over floor plan settings screen

Add the code:

:root {

--expofp-font-face:"FONTNAME";

}

Replace FONTNAME after family= and expofp-font-face: with the font name you'd like to use and click Save.

Did this answer your question?