-
Notifications
You must be signed in to change notification settings - Fork 2
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