Fonts available in kivy

user picture user · May 11, 2016 · Viewed 16.8k times · Source

Which fonts are available (included) in kivy?

Using font_name: 'Arial' seems to be working but 'Denmark' raises an exception saying the font file is not found.

Answer

user picture user · May 11, 2016

For the default font: regular, bold, italic, bold-italic. Also dejavu sans regular and roboto mono regular are included by default.

Arial is usable (despite not being provided by default) because kivy uses system fonts as well.