inticons 0.5.3 → 0.5.5
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +10 -0
- package/fonts/config.json +489 -475
- package/fonts/css/inticons-codes.css +190 -189
- package/fonts/css/inticons-embedded.css +196 -195
- package/fonts/css/inticons-ie7-codes.css +190 -189
- package/fonts/css/inticons-ie7.css +190 -189
- package/fonts/css/inticons.css +197 -196
- package/fonts/font/inticons.eot +0 -0
- package/fonts/font/inticons.svg +191 -189
- package/fonts/font/inticons.ttf +0 -0
- package/fonts/font/inticons.woff +0 -0
- package/fonts/font/inticons.woff2 +0 -0
- package/fonts/inticons.bundle.css +192 -189
- package/fonts/inticons.bundle.min.css +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -93,6 +93,16 @@ Inticons contains many helper classes to quickly modify the look of the icons.
|
|
|
93
93
|
<i class="ii ii-arrow-right ii-spin"></i>
|
|
94
94
|
```
|
|
95
95
|
|
|
96
|
+
#### Weight
|
|
97
|
+
|
|
98
|
+
Some icons has `ii-weight-600` class, which thicken the icon.
|
|
99
|
+
|
|
100
|
+
- `ii-weight-600`: Thicken the icon.
|
|
101
|
+
|
|
102
|
+
```html
|
|
103
|
+
<i class="ii ii-arrow-right ii-weight-600"></i>
|
|
104
|
+
```
|
|
105
|
+
|
|
96
106
|
## Contributor
|
|
97
107
|
|
|
98
108
|
### 👥 [**INTEGRATION Corp.**](https://github.com/medistream-team)
|