Add font support, start support for genres.
This commit is contained in:
parent
5fe1a21b8e
commit
9a3d58fc83
2142 changed files with 373269 additions and 29 deletions
9
fontawesome-free-6.5.2-web/less/_icons.less
Normal file
9
fontawesome-free-6.5.2-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; }
|
||||
});
|
Loading…
Add table
Add a link
Reference in a new issue