question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Icon font not visible

See original GitHub issue

Everywhere you can use Bootstrap icons via the icon font, they are not showing up. Do note that they show up by other means (like img and svg).

image

I am using Windows 10 , and this was tested on Chrome 105.0.5195.127 and Firefox 105.0.1.

Issue Analytics

  • State:closed
  • Created a year ago
  • Comments:5 (1 by maintainers)

github_iconTop GitHub Comments

1reaction
mdocommented, Nov 11, 2022

Should be fixed now

0reactions
nitinprojectscommented, Dec 22, 2022

for now it can be fixed by downloading fonts https://github.com/twbs/icons/tree/main/font/fonts and loading them on you web page using @font-face.

@font-face {
  font-family: bootstrapIcon;
  src:  url('bootstrap-icons.woff2') format('woff2'),
        url(bootstrap-icons.woff') format('woff');
}
 .bi::before,
[class^="bi-"]::before,
[class*=" bi-"]::before {
  font-family: bootstrapIcon !important;
}
Read more comments on GitHub >

github_iconTop Results From Across the Web

html - Font Awesome icons are not working, I have included all ...
I am trying to use Font Awesome icons of version 4.1.0 on my website but they are not working, I have referenced them...
Read more >
[Solved]: Font Awesome icons not showing on my website
If the Font Awesome CSS file is not properly loaded on a web page, then its icons won't be displayed. There are different...
Read more >
Troubleshooting | Font Awesome Docs
Are you using Font Awesome Free or Pro? - Some icons are only available in Font Awesome Pro. Double-check that the icon you...
Read more >
How to Fix Font Awesome Icons Showing as Box? - WebNots
1. Host Fonts on Your Server · 2. Link Correct CSS Version · 3. Conflicting CSS Versions · 4. Use Correct Font Family...
Read more >
Font Awesome Icons Not Showing: Ultimate Reference Guide
Font Awesome icons not showing? This reference post aggregates common issues into one place. This post also covers Font Awesome 5.
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found