2 posts / 0 new
Last post
chatrousalonlette
Font

Can I change the font to a special non-web based font.  My website is chatrousalonlette.net... I would like to find a way using PHP to use the commodor font (c64) installed into my wordpress theme.  Everything I've tried thus far breaks the plug in... :/  

iFlyChat-shashwat
iFlyChat-shashwat's picture
Re: Font

Yes, you may use a different font in chat. To do so, you would need to add your own custom CSS rule.

Please use something like this:

#drupalchat {

        font-family: Arial,sans-serif !important;

        }

 

Instead of "Arial, sans-serif", you may specify your custom font name. Could you please try it out? 

Thanks,
Shashwat