jasonbwhitman 0 Report post Posted August 10, 2011 I am using Typekit with my site and I am using the following custom CSS code to change the font of the menu items: .main-nav li a{ font-family: adobe-text-pro-1,adobe-text-pro-2; font-size=1.90 em; } This is not causing the fonts to change and I am curious what I may be doing wrong here. Thank You Share this post Link to post Share on other sites
jasonbwhitman 0 Report post Posted August 10, 2011 I realized I forgot to use the "ul" in the tag. Problem fixed. ul.main-nav li a{ Share this post Link to post Share on other sites
atblue 0 Report post Posted August 31, 2011 Thank you, jasonbwhitman. I was going crazy with this same problem, using typekit and not having my menu fonts change, when everything else did. Isolating that particular tag did the trick. Share this post Link to post Share on other sites