开发者

How i can import LESS CSS in .net?

开发者 https://www.devze.com 2023-03-23 19:13 出处:网络
i want开发者_如何学JAVA to use Google font in my own web page when i write on the top in LESS CSS File

i want开发者_如何学JAVA to use Google font in my own web page when i write on the top in LESS CSS File

@import url(http://fonts.googleapis.com/css?family=Kelly+Slab);

i got the error that

Illegal characters in path.

can someone tell me how i can use them in less css in my own asp.net project


Try using single quotes around the actual url

@import url('http://fonts.googleapis.com/css?family=Kelly+Slab');
0

精彩评论

暂无评论...
验证码 换一张
取 消