Hi, the default font in Joomla depends of the template that you're using.
You can chage the font (or use the default in your web deleting it) in
- com_kide/assets/css/style.css
- mod_kide/css/style.css
#KIDE_div, #KIDE_div spam, #KIDE_div div, #KIDE_div td, #KIDE_div input, #KIDE_div textarea {
font: 11px helvetica,arial,sans-serif; /*this line*/
font-weight: bold
}