Font: Difference between revisions
From Customer365 for SageCRM
(Created page with "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; } I...") |
No edit summary |
||
Line 1: | Line 1: | ||
To set the system font modify the ewaress.css file | To set the system font modify the ewaress.css file | ||
/*font controlled here*/ | /*font controlled here*/ | ||
body, table, td | 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". | In this instance you can see that we set the font to be size 13px and family to use "Arial, Sans-Serif". |
Revision as of 11:53, 19 January 2012
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".