In the previous post I did the code for changing the text colour in the navbar.

Now I'll do the code for changing the font and size of the text...

If you put this code into the CSS section in your design window it just takes a couple edits to change the font further:

#topnavbar * {
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
}

To change the font family simply add in the font you wish to use, then select how big you want the font to be by changing the font size attribute.

Again this will look out of place if the dividers, arrow and background are in, so the next post will be how to get rid of them!