Learn how to customize fonts for your Release0 agent, including Google Fonts and custom options. This guide provides step-by-step instructions to change the font of your chatbot agent, including how to import custom fonts and define the @font-face rule.
You can change the font of your Agent in the Theme tab under the Global section.
To import your own font, follow these steps:
@font-face
properties.If you want to import a font named Awesome Font, you would define the font family as follows:
"Awesome Font"
.@font-face
RuleHere is an example of the required CSS for the font:
https://example.com/awesome.woff
) must support HTTPS.Note: Misconfigured CORS policies may prevent the font from loading. Always test your custom font implementation.
Learn how to customize fonts for your Release0 agent, including Google Fonts and custom options. This guide provides step-by-step instructions to change the font of your chatbot agent, including how to import custom fonts and define the @font-face rule.
You can change the font of your Agent in the Theme tab under the Global section.
To import your own font, follow these steps:
@font-face
properties.If you want to import a font named Awesome Font, you would define the font family as follows:
"Awesome Font"
.@font-face
RuleHere is an example of the required CSS for the font:
https://example.com/awesome.woff
) must support HTTPS.Note: Misconfigured CORS policies may prevent the font from loading. Always test your custom font implementation.