Skip to content

Latest commit

 

History

History
37 lines (27 loc) · 998 Bytes

README.md

File metadata and controls

37 lines (27 loc) · 998 Bytes

Bootstrap Webfont

Open source Webfont library with new Bootstrap icons.
Explore Bootstrap Icons »

Clone this project

git clone https://github.com/sojonatgithub/bootstrap-webfont.git

How to use

Depending on your setup, you can include Bootstrap Icons in a handful of ways.

  • You need to copy the entire font directory into your project folder.
  • In the <head> of your html files, reference the location to your webfont.bootstrap.css.
  • Icon class names are same as Bootstrap icon name. Explore Bootstrap Icons »
<link rel="stylesheet" href="css/webfont.bootstrap.css">
<i class="bi bi-arrow-up-right"></i>

License

MIT