I've used the follwing in my custom.css to change the fonts on my navi bar:
.main_menu {
float: right;
position: relative;
top: 39px;
z-index: 100;
padding-bottom: 20px;
font-family: 'LondonTubeNormal' !important;
}
but my nav bar keeps moving from side to side depending upon what page i am on. This happens in both Chrome and Firefox (latest versions)














