Running April 9 build.
I have set the fonts in _usersettings as such:
I have no reference to "Roboto" in _userSettings.
When i run compass, the font gets changed in most places, but not everywhere. For example:
Where do i change these fonts? I can't find any other place where i can switch it out...
"originally posted by mathias "
I have set the fonts in _usersettings as such:
Code:
$primary_font: Arial, sans-serif; $secondary_font: Arial; $secondary_font_bold: Arial; $tertiary_font: Arial, sans-serif;
I have no reference to "Roboto" in _userSettings.
When i run compass, the font gets changed in most places, but not everywhere. For example:
Code:
.groupLabel { background-color: #ffffff; color: #282828; border: none; font-family: RobotoLight; font-size: 11px; padding-left: 5px; padding-right: 5px; } Same in: WindowStatusBar, .tabSetContainer, .formTitle, .formCell and more
"originally posted by mathias "
Comment