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

FontAwesomeIcon showing up as blank square #21

Open
miguel-martinr opened this issue Jun 11, 2022 · 3 comments
Open

FontAwesomeIcon showing up as blank square #21

miguel-martinr opened this issue Jun 11, 2022 · 3 comments

Comments

@miguel-martinr
Copy link

miguel-martinr commented Jun 11, 2022

Node version: 14.17.4
npm version: 6.14.14
Browser version: Chrome 102

Steps to reproduce

  1. Clone Volt's repo
  2. Add .env file with SKIP_PREFLIGHT_CHECK=true
  3. Install dependencies and run npm start

Transactions page example

image

@miguel-martinr miguel-martinr changed the title FontAwesome FontAwesomeIcon showing up as blank square Jun 11, 2022
@biapar
Copy link

biapar commented Jul 11, 2022

I've the same problem. How to solve?

@biapar
Copy link

biapar commented Jul 11, 2022

I solved.
I add in the index.html in the react public folder a reference
<link href="%PUBLIC_URL%/assets/css/all.css" rel="stylesheet">
Download the fontawesome-free-5.15.4-web.zip from FontAwesome web site.

@Krisslk
Copy link

Krisslk commented Aug 29, 2023

I included this in index.html

<link href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.13.0/css/all.min.css" rel="stylesheet">

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants