Learn to add custom fonts to your Retool app using this guide, enhancing brand consistency with step-by-step instructions and CSS tips.
Book a call with an Expert
Starting a new venture? Need to upgrade your web or mobile app? RapidDev builds Retool apps with your growth in mind.
Creating a cohesive aesthetic in your Retool application often involves using custom fonts. This guide provides a detailed explanation of how to incorporate custom fonts in Retool, outlining the necessary steps to ensure your application reflects your brand effectively.
<pre>
@font-face {
font-family: 'CustomFontName';
src: url('https://yourstorageurl.com/path/to/font.woff2') format('woff2'),
url('https://yourstorageurl.com/path/to/font.woff') format('woff');
font-weight: normal;
font-style: normal;
}
</pre>
<pre>
._retool-text1 {
font-family: 'CustomFontName', sans-serif;
}
</pre>
Incorporating custom fonts into your Retool applications enables you to enhance the visual coherence of your application, making it more aligned with your brand identity. Follow these steps precisely, and don't hesitate to adjust CSS rules or asset hosting configurations as needed.
When it comes to serving you, we sweat the little things. That’s why our work makes a big impact.