mhulse / jquery-mega-demos

Demo repo for jQuery plugins MegaWhale and MegaKrill.
http://mhulse.github.io/jquery-mega-demos/
Apache License 2.0
1 stars 0 forks source link

Give menu font family #3

Open mhulse opened 11 years ago

mhulse commented 11 years ago

Make body serif family, and give menus sans-serif. Just so we can have a known location to override global font family styles.

mhulse commented 11 years ago

At very top of file:

/*
**--------------------------------------------------------------------------
**
** Desktop menu:
**
**--------------------------------------------------------------------------
*/

/* Override any global font-family delcarations: */

#megawhale { font-family: Arial, sans-serif; }