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

bi-1-circle-fill | Icon not working | Using as font #1385

Closed
Lakro opened this issue Jul 22, 2022 · 2 comments · Fixed by #1425
Closed

bi-1-circle-fill | Icon not working | Using as font #1385

Lakro opened this issue Jul 22, 2022 · 2 comments · Fixed by #1425
Labels
bug Something isn't working

Comments

@Lakro
Copy link

Lakro commented Jul 22, 2022

Hi,

I found following Icon not working when using it by icon-font v1.9.1:

bi-1-circle-fill
Used HTML-Code: <i class="bi bi-1-circle-fill"></i>

ERROR IS:
only filled circle shows up without number

Tried with CSS Local + official CDN
In both cases I found following CSS-Code:

  .bi-1-circle-fill::before { content: "\f796"; }

Same issue when opening index.html
from download package!

Checked on Desktop:

  • Firefox v102
  • Chrome v103

Operating-System: Windows 10 / v21H2

Maybe someone is able to confirm that.

Best Regards
Lakro

--- and big THKs for your wonderfull work here :-)

@Lakro Lakro added the bug Something isn't working label Jul 22, 2022
@mdo mdo closed this as completed in #1425 Aug 28, 2022
@amaurisa-insight
Copy link

This issue is Happening Again:

ERROR IS:
only filled circle shows up without number

.bi-1-circle-fill::before {
content: "\f796";
}

@grrinch
Copy link

grrinch commented Oct 4, 2022

I confirm - just came across this issue today. Version 1.9.1,

Code:

<i class="bi bi-1-circle-fill"></i>

Same with the CSS use:

.my-icon-1-bi {
    font-family: bootstrap-icons;
    font-size: 2rem;
    content: "\F796";
}

Expected:
image

Actual result:
image

(please ignore different color - purpose of illustration only)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants