Skip to content

Commit

Permalink
v1.0.0 added
Browse files Browse the repository at this point in the history
  • Loading branch information
ssojonn committed Oct 1, 2020
0 parents commit 7eac1b9
Show file tree
Hide file tree
Showing 8 changed files with 4,581 additions and 0 deletions.
21 changes: 21 additions & 0 deletions LICENSE
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
MIT License

Copyright (c) 2020 Md Sojon Islam

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
34 changes: 34 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
<h3 align="center">Bootstrap Icons v1.0.0</h3>

<p align="center">
Open source Webfont library with new Bootstrap icons.
<br>
<a href="https://icons.getbootstrap.com/"><strong>Explore Bootstrap Icons »</strong></a>
</p>

## Clone this project

```shell
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. <a href="https://icons.getbootstrap.com/"><strong>Explore Bootstrap Icons »</strong></a>

```shell
<link rel="stylesheet" href="css/webfont.bootstrap.css">
```
```shell
<i class="bi bi-arrow-up-right"></i>
```


## License

MIT
Loading

0 comments on commit 7eac1b9

Please sign in to comment.