Skip to main content

Font

The following fonts are natively integrated into sweet home:

  • Arial
  • Calibri
  • Trebuchet
  • Verdana

All of the mentioned fonts are available in normal, bold, italic, and bold-italic styles.

With Sweet Home 5.x you can add custom fonts to your graphics and load them on your Sweet Home mobile app on iOS and Android.

How to import a custom font

  1. Create a directory Fonts.
  2. Insert all your custom fonts .ttf files into the Fonts directory.
  3. Compress the files as always including the the Fonts directory on the same level of the Images one (Prepare the graphics file)
zipname.zip
├── Fonts/
├───── Angelina.ttf
├───── AngelinaBold.ttf
├── Images/
└── LcdConfig.xml
note

On iOS, the Fonts/ directory must contain a separate file for the bold version of the font. For example:

  • Angelina.ttf
  • AngelinaBold.ttf

The bold version should be always named as: {fontname}Bold.ttf (e.g. AngelinaBold.ttf)

note

Only .ttf files are supported