[Automation] Site update: 2025-09-26 13:40:59

This commit is contained in:
2025-09-26 13:41:00 -04:00
commit d56acb90fc
2153 changed files with 378871 additions and 0 deletions

9
fontawesome/less/_icons.less vendored Normal file
View 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; }
});