Default theme font

Hello,

which font is used for the default web application theme?

I have been able to find font-family: Arial, Helvetica, Tahoma, Verdana, sans-serif, courier and also monospace, fontawesome searching the scss files.

Thanks

Hi,

Used fonts are defined in the $v-font-family constant. The default value for Halo and Hover themes:

$v-font-family: "Open Sans", sans-serif !default;

For the Havana theme:

$v-font-family: Verdana,tahoma,arial,geneva,helvetica,sans-serif,"Trebuchet MS";

Custom value for the $v-font-family constant can be defined in the theme extension.

FontAwesome is used for icons.

Regards,
Gleb

1 Like