(Created page with "CSS placed here will be applied to all skins: *{font-family:courier new}")
 
Line 1: Line 1:
 
/* CSS placed here will be applied to all skins */
 
/* CSS placed here will be applied to all skins */
  
*{font-family:courier new}
+
body { font-family: "Arial Unicode Ms", Arial, sans-serif; }

Revision as of 20:14, 23 October 2013

  1. /* CSS placed here will be applied to all skins */
  2.  
  3. body { font-family: "Arial Unicode Ms", Arial, sans-serif; }