Changing Font Family in Menus Question
-
Hey guys and gals,
I was hoping someone could answer a question for me. On my blog I am trying to change the font family on the menus. I found the spot in the css to change it, but when I do it just defaults to my browsers default font. I tried changing it to helvetica and it clearly isn’t.
`/**** NAVIGATION STYLING ****/
@font-face {
font-family: ‘BebasNeueRegular’;
src: url(‘BebasNeue-webfont.eot’);
src: url(‘BebasNeue-webfont.eot?#iefix’) format(‘eot’),
url(‘BebasNeue-webfont.woff’) format(‘woff’),
url(‘BebasNeue-webfont.ttf’) format(‘truetype’),
url(‘BebasNeue-webfont.svg#webfontfvFLBU0N’) format(‘svg’);
font-weight: normal;
font-style: normal;}
I only changed the font-family line. What are those url lines?
- The topic ‘Changing Font Family in Menus Question’ is closed to new replies.