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

font awesome is broken in the demos #177

Open
andrewjwilson opened this issue Apr 6, 2021 · 1 comment
Open

font awesome is broken in the demos #177

andrewjwilson opened this issue Apr 6, 2021 · 1 comment

Comments

@andrewjwilson
Copy link

See, for example, https://webslides.tv/demos/portfolios#slide=18 (attached image). Is there a timeline to fix this or a workaround? I am without my presentations!

Screen Shot 2021-04-06 at 09 34 03

@andrewjwilson
Copy link
Author

I've fixed this by following instructions at https://fontawesome.com/how-to-use/on-the-web/setup/hosting-font-awesome-yourself

  • downloading fontawesome
  • placing all.js in the folder where svg-icons.js is
  • linking to it in index.html (commenting out svg-icon.js)
  • replacing e.g.
    <svg class="fa-users"></svg>
    with
    <i class="fas fa-users"></i>

Would be great if this could be updated in the demos. I'd be really interested to hear if there are implications on loading times, etc with this workaround.

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

1 participant