Skip to content

Customize Font

Kristiyan Petrov edited this page Apr 26, 2022 · 3 revisions

To use a custom font instead of the default one, all is needed is to define fontFamily in the theme as follow:

<style name="KaleyraCollaborationSuiteUI.Theme" parent="KaleyraCollaborationSuiteUI.Theme.Base">
    ~
    ~
    ~
    <item name="fontFamily">@font/your_custom_font</item>
    <item name="android:fontFamily">@font/your_custom_font</item> 
</style>

An example of font family is kaleyra_font.xml

Summary

🏠   Home

🎨   Color System

🎑   Customize Colors & Themes

🆎   Customize Font

🎭   Brand Identity Watermark

Clone this wiki locally