Using less-1.7.0.min.js, I encountered an issue when setting Arial Black as the font.
@fontFamily: Arial Black,Arial Black,Gadget,sans-serif;
Upon generating the CSS, it resulted in:
p, span {
font-size: 14px;
font-family: Arial #000000, Arial #000000, Gadget, sans-serif;
}
Is there a way to prevent the color name ("Black") from being converted into a color code (#000000)?