Hi I have defined some typekit fonts with my template, but for whatever reason, I cannot get the serif font I have defined to apply to the split menu at the top level.
When using the dropdown menu style, it applies with no problems.
When looking at the inspector, I see that the font declaration is being recognised (but indicates and invalid property value.
I have defined the font family in variables.less as:
@menuFontFamily: @font-family-garamond-pro;
The font stack is defined in fonts.less as:
@font-family-garamond-pro: "adobe-garamond-pro", Constantia, "Palatino Linotype", "Book Antiqua", Palatino, "Times New Roman", Times, serif;
And in global.less, I am importing the files in this order.
@import "fonts.less";
@import "variables.less";
As I said, it works fine with the dropdown menu, but doesn't seem to work with the split menu.
resdemo.ergonomiq.net/
Any help would be appreciated.
Thanks,
Ali