Skip to content

Commit 5827c9b

Browse files
committed
Add support multiple font styles
1 parent 81c6f7b commit 5827c9b

9 files changed

Lines changed: 844 additions & 502 deletions

File tree

README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,13 @@ Where `[ICON NAME]` is replaced by the icon name, for example:
7777
<i class="si si-simpleicons si--color"></i>
7878
```
7979

80+
Or use the squared font, all font will rendered in the same-sized square:
81+
82+
```html
83+
<i class="si-squared si-simpleicons"></i>
84+
<i class="si-squared si-simpleicons si--color"></i>
85+
```
86+
8087
In this example we use the `<i>` tag, but any inline HTML tag should work as you expect.
8188

8289
[latest-release]: https://github.com/simple-icons/simple-icons-font/releases/latest

0 commit comments

Comments
 (0)