forked from CCCHH/ccchh-website
Add font-awesome v6.4.2
This commit is contained in:
parent
2d267ba9fe
commit
3b1d00f685
54 changed files with 332201 additions and 0 deletions
10
static/thirdparty/fontawesome6/scss/_icons.scss
vendored
Normal file
10
static/thirdparty/fontawesome6/scss/_icons.scss
vendored
Normal file
|
@ -0,0 +1,10 @@
|
|||
// 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 $name, $icon in $fa-icons {
|
||||
.#{$fa-css-prefix}-#{$name}::before { content: unquote("\"#{ $icon }\""); }
|
||||
}
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue