mirror of
https://gitee.com/ulthon/layui-ul.git
synced 2026-07-09 21:52:48 +08:00
重写将文件预览;本地引入font-awesome字体;
This commit is contained in:
9
public/cdn/fontawesome-free-6.4.0-web/less/_icons.less
Normal file
9
public/cdn/fontawesome-free-6.4.0-web/less/_icons.less
Normal file
@@ -0,0 +1,9 @@
|
||||
// specific icon class definition
|
||||
// -------------------------
|
||||
|
||||
/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
|
||||
readers do not read off random characters that represent icons */
|
||||
|
||||
each(.fa-icons(), {
|
||||
.@{fa-css-prefix}-@{key}::before { content: @value; }
|
||||
});
|
||||
Reference in New Issue
Block a user