Hi,
I'm learning to use less for website customisation.
So far I'm really enthousiastic about the idea of variables.
My custom style.less file works but one thing I don't get to work is the following:
I'm using Typekit for www.panassembla.com
Typekit is working when I use it in the conventional way, but when I add the Typekit font to the variables in style.less like this it doesn't load the Typekit font but shows Times New Roman:
@baseFontFamily: "ff-tisa-web-pro",georgia,serif;
@baseFontWeight: 400;
For now I've reverted to adding the font family to classes (this works like it should) but I'd love to get this working as a variable.
Hopefully you know what I'm doing wrong.
Thanks, Jan












