Added Bluesky social (#2314)

Now that Bluesky is [finally
available](https://fontawesome.com/changelog) at Font Awesome, we can
add it to the template.

---------

Signed-off-by: George Araujo <george.gcac@gmail.com>
This commit is contained in:
George 2024-04-02 17:28:27 -03:00 committed by GitHub
parent 8b90b02374
commit 00fdc13d6c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
20 changed files with 91 additions and 507 deletions

5
FAQ.md
View File

@ -13,6 +13,7 @@ Here are some frequently asked questions. If you have a different question, plea
- [My code runs fine locally, but when I create a commit and submit it, it fails with `prettier code formatter workflow run failed for master branch`. How do I fix that?](#my-code-runs-fine-locally-but-when-i-create-a-commit-and-submit-it-it-fails-with-prettier-code-formatter-workflow-run-failed-for-master-branch-how-do-i-fix-that)
- [After I update my site with some new content, even a small change, the GitHub action throws an error or displays a warning. What happened?](#after-i-update-my-site-with-some-new-content-even-a-small-change-the-github-action-throws-an-error-or-displays-a-warning-what-happened)
- [I am trying to deploy my site, but it fails with `Could not find gem 'jekyll-diagrams' in locally installed gems`. How do I fix that?](#i-am-trying-to-deploy-my-site-but-it-fails-with-could-not-find-gem-jekyll-diagrams-in-locally-installed-gems-how-do-i-fix-that)
- [How can I update Font Awesome version on the template](#how-can-i-update-font-awesome-version-on-the-template)
---
@ -76,3 +77,7 @@ Note that libraries tend to be deprecated and support for them dropped as they a
#### I am trying to deploy my site, but it fails with `Could not find gem 'jekyll-diagrams' in locally installed gems`. How do I fix that?
`jekyll-diagrams` support was dropped in [#1992](https://github.com/alshedivat/al-folio/pull/1992) in favor of using `mermaid.js` directly. Simply [update your code](INSTALL.md#upgrading-from-a-previous-version) to get the latest changes.
#### How can I update Font Awesome version on the template
To update the Font Awesome version, you need to download the latest release "for the web" from the [Font Awesome website](https://fontawesome.com/download). After downloading, extract the zip file and copy the `scss/` directory content to `_sass/font-awesome/` and the `webfonts/` content to `assets/webfonts/`.

View File

@ -67,42 +67,43 @@ og_image: # The site-wide (default for all links) Open Graph preview image
# Social integration
# -----------------------------------------------------------------------------
blogger_url: # your blogger URL
bluesky_url: # your bluesky URL
dblp_url: # your DBLP profile url
discord_id: # your discord id (18-digit unique numerical identifier)
facebook_id: # your facebook id
flickr_id: # your flickr id
github_username: # your GitHub user name
gitlab_username: # your GitLab user name
x_username: # your X handle
mastodon_username: # your mastodon instance+username in the format instance.tld/@username
linkedin_username: # your LinkedIn user name
telegram_username: # your Telegram user name
scholar_userid: qc6CJjYAAAAJ # your Google Scholar ID
semanticscholar_id: # your Semantic Scholar ID
whatsapp_number: # your WhatsApp number (full phone number in international format. Omit any zeroes, brackets, or dashes when adding the phone number in international format.)
orcid_id: # your ORCID ID
medium_username: # your Medium username
quora_username: # your Quora username
publons_id: # your ID on Publons
lattes_id: # your ID on Lattes (Brazilian Lattes CV)
osf_id: # your OSF ID
research_gate_profile: # your profile on ResearchGate
scopus_id: # your profile on Scopus
flickr_id: # your flickr id
blogger_url: # your blogger URL
work_url: # work page URL
instagram_id: # your instagram id
kaggle_id: # your kaggle id
keybase_username: # your keybase user name
lastfm_id: # your lastfm id
lattes_id: # your ID on Lattes (Brazilian Lattes CV)
linkedin_username: # your LinkedIn user name
mastodon_username: # your mastodon instance+username in the format instance.tld/@username
medium_username: # your Medium username
orcid_id: # your ORCID ID
osf_id: # your OSF ID
pinterest_id: # your pinterest id
publons_id: # your ID on Publons
quora_username: # your Quora username
research_gate_profile: # your profile on ResearchGate
scholar_userid: qc6CJjYAAAAJ # your Google Scholar ID
scopus_id: # your profile on Scopus
semanticscholar_id: # your Semantic Scholar ID
spotify_id: # your spotify id
stackoverflow_id: # your stackoverflow id
telegram_username: # your Telegram user name
unsplash_id: # your unsplash id
wechat_qr: # filename of your wechat qr-code saved as an image (e.g., wechat-qr.png if saved to assets/img/wechat-qr.png)
whatsapp_number: # your WhatsApp number (full phone number in international format. Omit any zeroes, brackets, or dashes when adding the phone number in international format.)
wikidata_id: # your wikidata id
wikipedia_id: # your wikipedia id (Case sensitive)
dblp_url: # your DBLP profile url
stackoverflow_id: # your stackoverflow id
kaggle_id: # your kaggle id
lastfm_id: # your lastfm id
spotify_id: # your spotify id
pinterest_id: # your pinterest id
unsplash_id: # your unsplash id
instagram_id: # your instagram id
facebook_id: # your facebook id
work_url: # work page URL
x_username: # your X handle
youtube_id: # your youtube channel id (youtube.com/@<youtube_id>)
discord_id: # your discord id (18-digit unique numerical identifier)
zotero_username: # your zotero username
wechat_qr: # filename of your wechat qr-code saved as an image (e.g., wechat-qr.png if saved to assets/img/wechat-qr.png)
contact_note: >
You can even add a little note about which of these is the best way to reach you.

View File

@ -100,6 +100,9 @@
{% if site.facebook_id %}
<a href="https://facebook.com/{{ site.facebook_id }}" title="Facebook"><i class="fa-brands fa-facebook"></i></a>
{% endif %}
{% if site.bluesky_url %}
<a href="https://bsky.app/profile/{{ site.bluesky_url }}" title="Bluesky"><i class="fa-brands fa-bluesky"></i></a>
{% endif %}
{% if site.youtube_id %}
<a href="https://youtube.com/@{{ site.youtube_id }}" title="YouTube"><i class="fa-brands fa-youtube"></i></a>
{% endif %}

View File

@ -54,7 +54,6 @@
content: unquote('"#{ $fa-var }"');
}
}
@mixin fa-icon-regular($fa-var) {
@extend %fa-icon;
@extend .fa-regular;
@ -63,7 +62,6 @@
content: unquote('"#{ $fa-var }"');
}
}
@mixin fa-icon-brands($fa-var) {
@extend %fa-icon;
@extend .fa-brands;

View File

@ -27,5 +27,5 @@
}
.#{$fa-css-prefix}-rotate-by {
transform: rotate(var(--#{$fa-css-prefix}-rotate-angle, none));
transform: rotate(var(--#{$fa-css-prefix}-rotate-angle, 0));
}

File diff suppressed because it is too large Load Diff

View File

@ -806,6 +806,7 @@ $fa-var-glass-martini: \f000;
$fa-var-couch: \f4b8;
$fa-var-cedi-sign: \e0df;
$fa-var-italic: \f033;
$fa-var-table-cells-column-lock: \e678;
$fa-var-church: \f51d;
$fa-var-comments-dollar: \f653;
$fa-var-democrat: \f747;
@ -1530,6 +1531,7 @@ $fa-var-assistive-listening-systems: \f2a2;
$fa-var-tree-city: \e587;
$fa-var-play: \f04b;
$fa-var-font: \f031;
$fa-var-table-cells-row-lock: \e67a;
$fa-var-rupiah-sign: \e23d;
$fa-var-magnifying-glass: \f002;
$fa-var-search: \f002;
@ -1873,7 +1875,6 @@ $fa-var-exclamation-triangle: \f071;
$fa-var-warning: \f071;
$fa-var-database: \f1c0;
$fa-var-share: \f064;
$fa-var-arrow-turn-right: \f064;
$fa-var-mail-forward: \f064;
$fa-var-bottle-droplet: \e4c4;
$fa-var-mask-face: \e1d7;
@ -2012,6 +2013,7 @@ $fa-var-redhat: \f7bc;
$fa-var-yoast: \f2b1;
$fa-var-cloudflare: \e07d;
$fa-var-ups: \f7e0;
$fa-var-pixiv: \e640;
$fa-var-wpexplorer: \f2de;
$fa-var-dyalog: \f399;
$fa-var-bity: \f37a;
@ -2032,6 +2034,7 @@ $fa-var-creative-commons-pd-alt: \f4ed;
$fa-var-centercode: \f380;
$fa-var-glide-g: \f2a6;
$fa-var-drupal: \f1a9;
$fa-var-jxl: \e67b;
$fa-var-hire-a-helper: \f3b0;
$fa-var-creative-commons-by: \f4e7;
$fa-var-unity: \e049;
@ -2047,6 +2050,7 @@ $fa-var-vimeo-v: \f27d;
$fa-var-contao: \f26d;
$fa-var-square-font-awesome: \e5ad;
$fa-var-deskpro: \f38f;
$fa-var-brave: \e63c;
$fa-var-sistrix: \f3ee;
$fa-var-square-instagram: \e055;
$fa-var-instagram-square: \e055;
@ -2103,6 +2107,7 @@ $fa-var-meetup: \f2e0;
$fa-var-centos: \f789;
$fa-var-adn: \f170;
$fa-var-cloudsmith: \f384;
$fa-var-opensuse: \e62b;
$fa-var-pied-piper-alt: \f1a8;
$fa-var-square-dribbble: \f397;
$fa-var-dribbble-square: \f397;
@ -2131,6 +2136,7 @@ $fa-var-cc-mastercard: \f1f1;
$fa-var-itunes-note: \f3b5;
$fa-var-golang: \e40f;
$fa-var-kickstarter: \f3bb;
$fa-var-square-kickstarter: \f3bb;
$fa-var-grav: \f2d6;
$fa-var-weibo: \f18a;
$fa-var-uncharted: \e084;
@ -2151,6 +2157,7 @@ $fa-var-meta: \e49b;
$fa-var-laravel: \f3bd;
$fa-var-hotjar: \f3b1;
$fa-var-bluetooth-b: \f294;
$fa-var-square-letterboxd: \e62e;
$fa-var-sticker-mule: \f3f7;
$fa-var-creative-commons-zero: \f4f3;
$fa-var-hips: \f452;
@ -2162,6 +2169,7 @@ $fa-var-app-store-ios: \f370;
$fa-var-cc-discover: \f1f2;
$fa-var-wpbeginner: \f297;
$fa-var-confluence: \f78d;
$fa-var-shoelace: \e60c;
$fa-var-mdb: \f8ca;
$fa-var-dochub: \f394;
$fa-var-accessible-icon: \f368;
@ -2203,6 +2211,7 @@ $fa-var-angrycreative: \f36e;
$fa-var-y-combinator: \f23b;
$fa-var-empire: \f1d1;
$fa-var-envira: \f299;
$fa-var-google-scholar: \e63b;
$fa-var-square-gitlab: \e5ae;
$fa-var-gitlab-square: \e5ae;
$fa-var-studiovinari: \f3f8;
@ -2247,6 +2256,7 @@ $fa-var-less: \f41d;
$fa-var-blogger-b: \f37d;
$fa-var-opencart: \f23d;
$fa-var-vine: \f1ca;
$fa-var-signal-messenger: \e663;
$fa-var-paypal: \f1ed;
$fa-var-gitlab: \f296;
$fa-var-typo3: \f42b;
@ -2258,6 +2268,7 @@ $fa-var-pied-piper-pp: \f1a7;
$fa-var-bootstrap: \f836;
$fa-var-odnoklassniki: \f263;
$fa-var-nfc-symbol: \e531;
$fa-var-mintbit: \e62f;
$fa-var-ethereum: \f42e;
$fa-var-speaker-deck: \f83c;
$fa-var-creative-commons-nc-eu: \f4e9;
@ -2266,9 +2277,11 @@ $fa-var-avianex: \f374;
$fa-var-ello: \f5f1;
$fa-var-gofore: \f3a7;
$fa-var-bimobject: \f378;
$fa-var-brave-reverse: \e63d;
$fa-var-facebook-f: \f39e;
$fa-var-square-google-plus: \f0d4;
$fa-var-google-plus-square: \f0d4;
$fa-var-web-awesome: \e682;
$fa-var-mandalorian: \f50f;
$fa-var-first-order-alt: \f50a;
$fa-var-osi: \f41a;
@ -2300,6 +2313,7 @@ $fa-var-viber: \f409;
$fa-var-soundcloud: \f1be;
$fa-var-digg: \f1a6;
$fa-var-tencent-weibo: \f1d5;
$fa-var-letterboxd: \e62d;
$fa-var-symfony: \f83d;
$fa-var-maxcdn: \f136;
$fa-var-etsy: \f2d7;
@ -2322,6 +2336,7 @@ $fa-var-palfed: \f3d8;
$fa-var-superpowers: \f2dd;
$fa-var-resolving: \f3e7;
$fa-var-xbox: \f412;
$fa-var-square-web-awesome-stroke: \e684;
$fa-var-searchengin: \f3eb;
$fa-var-tiktok: \e07b;
$fa-var-square-facebook: \f082;
@ -2346,6 +2361,7 @@ $fa-var-cc-amazon-pay: \f42d;
$fa-var-dropbox: \f16b;
$fa-var-instagram: \f16d;
$fa-var-cmplid: \e360;
$fa-var-upwork: \e641;
$fa-var-facebook: \f09a;
$fa-var-gripfire: \f3ac;
$fa-var-jedi-order: \f50e;
@ -2357,6 +2373,7 @@ $fa-var-earlybirds: \f39a;
$fa-var-trade-federation: \f513;
$fa-var-autoprefixer: \f41c;
$fa-var-whatsapp: \f232;
$fa-var-square-upwork: \e67c;
$fa-var-slideshare: \f1e7;
$fa-var-google-play: \f3ab;
$fa-var-viadeo: \f2a9;
@ -2383,6 +2400,7 @@ $fa-var-yandex: \f413;
$fa-var-readme: \f4d5;
$fa-var-html5: \f13b;
$fa-var-sellsy: \f213;
$fa-var-square-web-awesome: \e683;
$fa-var-sass: \f41e;
$fa-var-wirsindhandwerk: \e2d0;
$fa-var-wsh: \e2d0;
@ -2395,6 +2413,7 @@ $fa-var-pinterest-p: \f231;
$fa-var-apper: \f371;
$fa-var-fort-awesome: \f286;
$fa-var-waze: \f83f;
$fa-var-bluesky: \e671;
$fa-var-cc-jcb: \f24b;
$fa-var-snapchat: \f2ab;
$fa-var-snapchat-ghost: \f2ab;
@ -2404,6 +2423,7 @@ $fa-var-wix: \f5cf;
$fa-var-square-behance: \f1b5;
$fa-var-behance-square: \f1b5;
$fa-var-supple: \f3f9;
$fa-var-webflow: \e65c;
$fa-var-rebel: \f1d0;
$fa-var-css3: \f13c;
$fa-var-staylinked: \f3f5;
@ -3266,6 +3286,7 @@ $fa-icons: (
"couch": $fa-var-couch,
"cedi-sign": $fa-var-cedi-sign,
"italic": $fa-var-italic,
"table-cells-column-lock": $fa-var-table-cells-column-lock,
"church": $fa-var-church,
"comments-dollar": $fa-var-comments-dollar,
"democrat": $fa-var-democrat,
@ -3990,6 +4011,7 @@ $fa-icons: (
"tree-city": $fa-var-tree-city,
"play": $fa-var-play,
"font": $fa-var-font,
"table-cells-row-lock": $fa-var-table-cells-row-lock,
"rupiah-sign": $fa-var-rupiah-sign,
"magnifying-glass": $fa-var-magnifying-glass,
"search": $fa-var-search,
@ -4333,7 +4355,6 @@ $fa-icons: (
"warning": $fa-var-warning,
"database": $fa-var-database,
"share": $fa-var-share,
"arrow-turn-right": $fa-var-arrow-turn-right,
"mail-forward": $fa-var-mail-forward,
"bottle-droplet": $fa-var-bottle-droplet,
"mask-face": $fa-var-mask-face,
@ -4474,6 +4495,7 @@ $fa-brand-icons: (
"yoast": $fa-var-yoast,
"cloudflare": $fa-var-cloudflare,
"ups": $fa-var-ups,
"pixiv": $fa-var-pixiv,
"wpexplorer": $fa-var-wpexplorer,
"dyalog": $fa-var-dyalog,
"bity": $fa-var-bity,
@ -4494,6 +4516,7 @@ $fa-brand-icons: (
"centercode": $fa-var-centercode,
"glide-g": $fa-var-glide-g,
"drupal": $fa-var-drupal,
"jxl": $fa-var-jxl,
"hire-a-helper": $fa-var-hire-a-helper,
"creative-commons-by": $fa-var-creative-commons-by,
"unity": $fa-var-unity,
@ -4509,6 +4532,7 @@ $fa-brand-icons: (
"contao": $fa-var-contao,
"square-font-awesome": $fa-var-square-font-awesome,
"deskpro": $fa-var-deskpro,
"brave": $fa-var-brave,
"sistrix": $fa-var-sistrix,
"square-instagram": $fa-var-square-instagram,
"instagram-square": $fa-var-instagram-square,
@ -4565,6 +4589,7 @@ $fa-brand-icons: (
"centos": $fa-var-centos,
"adn": $fa-var-adn,
"cloudsmith": $fa-var-cloudsmith,
"opensuse": $fa-var-opensuse,
"pied-piper-alt": $fa-var-pied-piper-alt,
"square-dribbble": $fa-var-square-dribbble,
"dribbble-square": $fa-var-dribbble-square,
@ -4593,6 +4618,7 @@ $fa-brand-icons: (
"itunes-note": $fa-var-itunes-note,
"golang": $fa-var-golang,
"kickstarter": $fa-var-kickstarter,
"square-kickstarter": $fa-var-square-kickstarter,
"grav": $fa-var-grav,
"weibo": $fa-var-weibo,
"uncharted": $fa-var-uncharted,
@ -4613,6 +4639,7 @@ $fa-brand-icons: (
"laravel": $fa-var-laravel,
"hotjar": $fa-var-hotjar,
"bluetooth-b": $fa-var-bluetooth-b,
"square-letterboxd": $fa-var-square-letterboxd,
"sticker-mule": $fa-var-sticker-mule,
"creative-commons-zero": $fa-var-creative-commons-zero,
"hips": $fa-var-hips,
@ -4624,6 +4651,7 @@ $fa-brand-icons: (
"cc-discover": $fa-var-cc-discover,
"wpbeginner": $fa-var-wpbeginner,
"confluence": $fa-var-confluence,
"shoelace": $fa-var-shoelace,
"mdb": $fa-var-mdb,
"dochub": $fa-var-dochub,
"accessible-icon": $fa-var-accessible-icon,
@ -4665,6 +4693,7 @@ $fa-brand-icons: (
"y-combinator": $fa-var-y-combinator,
"empire": $fa-var-empire,
"envira": $fa-var-envira,
"google-scholar": $fa-var-google-scholar,
"square-gitlab": $fa-var-square-gitlab,
"gitlab-square": $fa-var-gitlab-square,
"studiovinari": $fa-var-studiovinari,
@ -4709,6 +4738,7 @@ $fa-brand-icons: (
"blogger-b": $fa-var-blogger-b,
"opencart": $fa-var-opencart,
"vine": $fa-var-vine,
"signal-messenger": $fa-var-signal-messenger,
"paypal": $fa-var-paypal,
"gitlab": $fa-var-gitlab,
"typo3": $fa-var-typo3,
@ -4720,6 +4750,7 @@ $fa-brand-icons: (
"bootstrap": $fa-var-bootstrap,
"odnoklassniki": $fa-var-odnoklassniki,
"nfc-symbol": $fa-var-nfc-symbol,
"mintbit": $fa-var-mintbit,
"ethereum": $fa-var-ethereum,
"speaker-deck": $fa-var-speaker-deck,
"creative-commons-nc-eu": $fa-var-creative-commons-nc-eu,
@ -4728,9 +4759,11 @@ $fa-brand-icons: (
"ello": $fa-var-ello,
"gofore": $fa-var-gofore,
"bimobject": $fa-var-bimobject,
"brave-reverse": $fa-var-brave-reverse,
"facebook-f": $fa-var-facebook-f,
"square-google-plus": $fa-var-square-google-plus,
"google-plus-square": $fa-var-google-plus-square,
"web-awesome": $fa-var-web-awesome,
"mandalorian": $fa-var-mandalorian,
"first-order-alt": $fa-var-first-order-alt,
"osi": $fa-var-osi,
@ -4762,6 +4795,7 @@ $fa-brand-icons: (
"soundcloud": $fa-var-soundcloud,
"digg": $fa-var-digg,
"tencent-weibo": $fa-var-tencent-weibo,
"letterboxd": $fa-var-letterboxd,
"symfony": $fa-var-symfony,
"maxcdn": $fa-var-maxcdn,
"etsy": $fa-var-etsy,
@ -4784,6 +4818,7 @@ $fa-brand-icons: (
"superpowers": $fa-var-superpowers,
"resolving": $fa-var-resolving,
"xbox": $fa-var-xbox,
"square-web-awesome-stroke": $fa-var-square-web-awesome-stroke,
"searchengin": $fa-var-searchengin,
"tiktok": $fa-var-tiktok,
"square-facebook": $fa-var-square-facebook,
@ -4808,6 +4843,7 @@ $fa-brand-icons: (
"dropbox": $fa-var-dropbox,
"instagram": $fa-var-instagram,
"cmplid": $fa-var-cmplid,
"upwork": $fa-var-upwork,
"facebook": $fa-var-facebook,
"gripfire": $fa-var-gripfire,
"jedi-order": $fa-var-jedi-order,
@ -4819,6 +4855,7 @@ $fa-brand-icons: (
"trade-federation": $fa-var-trade-federation,
"autoprefixer": $fa-var-autoprefixer,
"whatsapp": $fa-var-whatsapp,
"square-upwork": $fa-var-square-upwork,
"slideshare": $fa-var-slideshare,
"google-play": $fa-var-google-play,
"viadeo": $fa-var-viadeo,
@ -4845,6 +4882,7 @@ $fa-brand-icons: (
"readme": $fa-var-readme,
"html5": $fa-var-html5,
"sellsy": $fa-var-sellsy,
"square-web-awesome": $fa-var-square-web-awesome,
"sass": $fa-var-sass,
"wirsindhandwerk": $fa-var-wirsindhandwerk,
"wsh": $fa-var-wsh,
@ -4857,6 +4895,7 @@ $fa-brand-icons: (
"apper": $fa-var-apper,
"fort-awesome": $fa-var-fort-awesome,
"waze": $fa-var-waze,
"bluesky": $fa-var-bluesky,
"cc-jcb": $fa-var-cc-jcb,
"snapchat": $fa-var-snapchat,
"snapchat-ghost": $fa-var-snapchat-ghost,
@ -4866,6 +4905,7 @@ $fa-brand-icons: (
"square-behance": $fa-var-square-behance,
"behance-square": $fa-var-behance-square,
"supple": $fa-var-supple,
"webflow": $fa-var-webflow,
"rebel": $fa-var-rebel,
"css3": $fa-var-css3,
"staylinked": $fa-var-staylinked,

View File

@ -1,7 +1,7 @@
/*!
* Font Awesome Free 6.4.2 by @fontawesome - https://fontawesome.com
* Font Awesome Free 6.5.2 by @fontawesome - https://fontawesome.com
* License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
* Copyright 2023 Fonticons, Inc.
* Copyright 2024 Fonticons, Inc.
*/
@import "functions";
@import "variables";

View File

@ -1,7 +1,7 @@
/*!
* Font Awesome Free 6.4.2 by @fontawesome - https://fontawesome.com
* Font Awesome Free 6.5.2 by @fontawesome - https://fontawesome.com
* License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
* Copyright 2023 Fonticons, Inc.
* Copyright 2024 Fonticons, Inc.
*/
// Font Awesome core compile (Web Fonts-based)
// -------------------------

View File

@ -1,7 +1,7 @@
/*!
* Font Awesome Free 6.4.2 by @fontawesome - https://fontawesome.com
* Font Awesome Free 6.5.2 by @fontawesome - https://fontawesome.com
* License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
* Copyright 2023 Fonticons, Inc.
* Copyright 2024 Fonticons, Inc.
*/
@import "functions";
@import "variables";

View File

@ -1,7 +1,7 @@
/*!
* Font Awesome Free 6.4.2 by @fontawesome - https://fontawesome.com
* Font Awesome Free 6.5.2 by @fontawesome - https://fontawesome.com
* License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
* Copyright 2023 Fonticons, Inc.
* Copyright 2024 Fonticons, Inc.
*/
@import "functions";
@import "variables";

View File

@ -1,7 +1,7 @@
/*!
* Font Awesome Free 6.4.2 by @fontawesome - https://fontawesome.com
* Font Awesome Free 6.5.2 by @fontawesome - https://fontawesome.com
* License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
* Copyright 2023 Fonticons, Inc.
* Copyright 2024 Fonticons, Inc.
*/
// V4 shims compile (Web Fonts-based)
// -------------------------

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.