-
Notifications
You must be signed in to change notification settings - Fork 122
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
boostrap icons: ExclamationCircle rendered incorrectly, PersonSlash missing #176
Comments
Enable icons feature. should give more icons. Also note that the boostrap icons we are using are a few years old. I dont know how to update it yet so i have not done so. For the ExclamationCircle if that is not working it is either messed up in the font if it exists of Cosmic-text is not rendering it correctly from the font. |
Even with the Regarding the age of the included icons: I noticed the file containing them claims to be machine generated but I have yet to discover the mechanism by which they are generated. The |
i created this pull reuquest updating those files: |
Thanks! That solved it. |
Consider the following code:
This is the resulting window:
As you can see the gift icon renders correctly, the
ExclamationCircle
does not and thePersonSlash
variant is missing although listed on the bootstrap website.The text was updated successfully, but these errors were encountered: