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).
How to change the text font
Adjusting the text font on your floor plan can be done in the Designer . Follow these steps:
1. Add a text element to the floor plan.
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.
How to add fonts to booths/spaces
To change the booths/spaces font, go to Settings - Floor plan.
Click Add Custom CSS. The list of all supported fonts can be found here. Please note that any other custom fonts are not supported at the moment.
Add the code:
@import url('https://fonts.googleapis.com/css2?family=FONTNAME&display=swap');
: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.
See also: Advanced Designer tools