Follow

Keep Up to Date with the Most Important News

By pressing the Subscribe button, you confirm that you have read and are agreeing to our Privacy Policy and Terms of Use
Contact

Are these icons missing from the Bootstrap icons web font, or am I doing something wrong?

I’m using the web font for Bootstrap Icons, and most of my icons are working, but there are a few which are listed on the website that don’t seem to be included in the web font. These include: bi-envelope-plus,bi-quote and bi-mortarboard. I’m using the CDN from https://cdn.jsdelivr.net/npm/bootstrap-icons@1.5.0/font/bootstrap-icons.css and including them as follows:

<i class="bi bi-envelope-plus"></i>

Are some of the icons not included in the web font, or am I going crazy? The website provides the syntax to use them with the web font.

MEDevel.com: Open-source for Healthcare and Education

Collecting and validating open-source software for healthcare, education, enterprise, development, medical imaging, medical records, and digital pathology.

Visit Medevel

>Solution :

Use the latest CDN from Bootstrap site

<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bootstrap-icons@1.8.3/font/bootstrap-icons.css">

Working Example

Add a comment

Leave a Reply

Keep Up to Date with the Most Important News

By pressing the Subscribe button, you confirm that you have read and are agreeing to our Privacy Policy and Terms of Use

Discover more from Dev solutions

Subscribe now to keep reading and get access to the full archive.

Continue reading