for example, https://github.com/ElemeFE/el. in the element-ui source code, can I down down and use it in my project?
for example, https://github.com/ElemeFE/el. in the element-ui source code, can I down down and use it in my project?
https://github.com/ElemeFE/el.
has License type on the far left, and this item is MIT
refer to https://baike.baidu.com/item/.
there is an one-picture stream in Ruan Yifeng's blog. You can see
http://www.ruanyifeng.com/blo.
of course. You need to see other people's CSS, downloaded and directly referenced in CSS. You can refer to uiw-iconfont
.this is an open source MIT, that can generate its own font file through svg images
@font-face {font-family: "w-iconfont";
src: url('w-iconfont.eot?t=1530897617382'); /* IE9*/
src: url('w-iconfont.eot?t=1530897617382-sharpiefix') format('embedded-opentype'), /* IE6-IE8 */
url('w-iconfont.ttf?t=1530897617382') format('truetype'), /* chrome, firefox, opera, Safari, Android, iOS 4.2+*/
url('w-iconfont.svg?t=1530897617382-sharpw-iconfont') format('svg'); /* iOS 4.1- */
}
[class^="w-icon-"], [class*=" w-icon-"] {
font-family: 'w-iconfont' !important;
font-size:16px;
font-style:normal;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
.w-icon-adobe:before { content: "\ea01";}
.w-icon-ali-pay:before { content: "\ea02";}
.w-icon-aliwangwang:before { content: "\ea03";}
Previous: ThemesService Services in ng-alain