I use Google Fonts and imported it less. Here is my code:
main.less
#container { @import url(http:
This does not work. but if I put the @import url(http://fonts.googleapis.com/css?family=Raleway:300); before #container , this will happen.
I guess this is possible because of the way, but I don't know why. How to fix it?
css google-font-api
callblueday
source share