Font: Difference between revisions
From Customer365 for SageCRM
No edit summary |
No edit summary |
||
Line 10: | Line 10: | ||
In this instance you can see that we set the font to be size 13px and family to use "Arial, Sans-Serif". | In this instance you can see that we set the font to be size 13px and family to use "Arial, Sans-Serif". | ||
Icons are use from Font Awesome 3.2.1 | |||
http://fortawesome.github.io/Font-Awesome/3.2.1/icons/ | |||
Within the SQL box on the portal menus set the icon to be the name of the font | |||
EG icon-home | |||
Full list of icons available at | |||
http://fortawesome.github.io/Font-Awesome/3.2.1/icons/ |
Revision as of 09:27, 21 May 2014
To set the system font modify the ewaress.css file
/*font controlled here*/ body, table, td { font-size: 13px; color :black; font-family: Arial, Sans-Serif; }
In this instance you can see that we set the font to be size 13px and family to use "Arial, Sans-Serif".
Icons are use from Font Awesome 3.2.1
http://fortawesome.github.io/Font-Awesome/3.2.1/icons/
Within the SQL box on the portal menus set the icon to be the name of the font
EG icon-home
Full list of icons available at
http://fortawesome.github.io/Font-Awesome/3.2.1/icons/