atticus-finch-child/styles/menus.css
2017-06-04 17:56:24 -04:00

21 lines
438 B
CSS
Executable File

/* Use this stylesheet to override menu styles in Atticus Finch or to create new ones. */
/* To change the font used in the Top Menu, adjust the following elements */
#aboveheadermenu {
font-family: ;
}
/* To change the font used in the Main Menu, adjust the following elements */
#belowheadermenu {
font-family: ;
}
/* To change the font used in the Footer Menu, adjust the following elements */
#footermenu {
font-family: ;
}