Am trying to apply a global/base font style for all text on Wicket pages with CSS.

 

On my local machine, the following code works as desired and is applied to all text.

 

This does not seem to work when specified in my .css file for my Wicket application….

 

 

****************************************************************

 

body {

    margin-left: 0px;

      margin-top: 20px;

      margin-right: 0px;

      margin-bottom: 0px;

      font-family: Verdana, Arial, Helvetica, sans-serif;

      font-size: 32px;

      color: #CC0000;

}

 

****************************************************************

 

Anyone else come across this issue?

 

Thanks in advance for any help offered….

 

~Chris

 

 

Reply via email to