Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bug:icon not loading in version 6 but loading in version 5 #20155

Open
1 of 2 tasks
JuvitaSaini09 opened this issue Mar 12, 2024 · 1 comment
Open
1 of 2 tasks

Bug:icon not loading in version 6 but loading in version 5 #20155

JuvitaSaini09 opened this issue Mar 12, 2024 · 1 comment
Labels
bug needs-triage This bug needs to be confirmed waiting for feedback

Comments

@JuvitaSaini09
Copy link

JuvitaSaini09 commented Mar 12, 2024

Bug description

I pasted script link from "your kit" section in font awesome website in head section of my html file.
that kit links looks like this :

<script src="https://kit.fontawesome.com/##########.js" crossorigin="anonymous"></script>

########## = numeric code

i chose a free icon from website "Home" icon ,this icon is loading in case of version 5 but not in case of version 6

image
image

Reproducible test case

No response

Screenshots

image

My Solution

i am using cdn link:
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.1/css/all.min.css" integrity="sha512-DTOQO9RWCH3ppGqcWaEA1BIZOC6xxalwEsw9c2QQeAIftl+Vegovlnee1c9QX4TctnWMn13TZye+giMm8e2LwA==" crossorigin="anonymous" referrerpolicy="no-referrer" />
image

Font Awesome version

v6

Serving

Kit

Implementation

CSS

Browser and Operating System

chrome : Version 122.0.6261.111 (Official Build) (64-bit)
os : ubuntu

Web bug report checklist

  • I have included a test case because my odds go way up that the team can fix this when I do
  • I have searched for existing issues and to the best of my knowledge this is not a duplicate
@JuvitaSaini09 JuvitaSaini09 added bug needs-triage This bug needs to be confirmed labels Mar 12, 2024
@tagliala
Copy link
Member

Hi!

Thanks for being part of the Font Awesome Community.

Could you please provide a reproducible test case, like a link to a publicly accessible website?

My best guesses are:

  • A third-party library / plugin is loading an older version of font awesome which takes priority on the kit
  • The kit is misconfigured to use 5.x

Check kit version by using "inspect" on the browser
image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug needs-triage This bug needs to be confirmed waiting for feedback
Projects
None yet
Development

No branches or pull requests

2 participants