conf.set('locations', 'notes_font_file', _computePath('fonts/Arial Unicode.ttf'))
conf.set('locations', 'SONG_FILE_PATH', _computePath('../chansons'))
conf.set('locations', 'LOGS_DIR', os.path.join(os.path.expanduser('~'), 'minwii_logs'))
-conf.set('locations', 'SOUND_FONT', _computePath('soundfonts/FluidR3_GM.sf2'))
+conf.set('locations', 'SOUND_FONT', _computePath('soundfonts/Minwii-light-soundfont.sf2'))
# customisation
conf.read(_computePath('../minwii.ini'))