We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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>
<i class="bi bi-1-circle-fill"></i>
ERROR IS: only filled circle shows up without number
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!
index.html
Checked on Desktop:
Operating-System: Windows 10 / v21H2
Maybe someone is able to confirm that.
Best Regards Lakro
--- and big THKs for your wonderfull work here :-)
The text was updated successfully, but these errors were encountered:
Fix #1385: Adjust fill-rule of 1-circle-fill
ae6b3b9
792c1ff
This issue is Happening Again:
Sorry, something went wrong.
I confirm - just came across this issue today. Version 1.9.1,
Code:
Same with the CSS use:
.my-icon-1-bi { font-family: bootstrap-icons; font-size: 2rem; content: "\F796"; }
Expected:
Actual result:
(please ignore different color - purpose of illustration only)
Successfully merging a pull request may close this issue.
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:
Same issue when opening
index.html
from download package!
Checked on Desktop:
Operating-System: Windows 10 / v21H2
Maybe someone is able to confirm that.
Best Regards
Lakro
--- and big THKs for your wonderfull work here :-)
The text was updated successfully, but these errors were encountered: