simple-icons-font 6.1.0 → 6.5.0
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 +1 -1
- package/font/SimpleIcons.eot +0 -0
- package/font/SimpleIcons.otf +0 -0
- package/font/SimpleIcons.ttf +0 -0
- package/font/SimpleIcons.woff +0 -0
- package/font/SimpleIcons.woff2 +0 -0
- package/font/simple-icons.css +2354 -2316
- package/font/simple-icons.min.css +1 -1
- package/package.json +6 -6
package/README.md
CHANGED
|
@@ -50,7 +50,7 @@ After installation, the icons font and stylesheet font can be found in `node_mod
|
|
|
50
50
|
The font is also available through our Packagist package. To install, simply run:
|
|
51
51
|
|
|
52
52
|
```shell
|
|
53
|
-
composer require simple-icons-font
|
|
53
|
+
composer require simple-icons/simple-icons-font
|
|
54
54
|
```
|
|
55
55
|
|
|
56
56
|
The font can then be used by linking to the stylesheet in your HTML or PHP file (see example in [Manual Setup](#manual-setup)).
|
package/font/SimpleIcons.eot
CHANGED
|
Binary file
|
package/font/SimpleIcons.otf
CHANGED
|
Binary file
|
package/font/SimpleIcons.ttf
CHANGED
|
Binary file
|
package/font/SimpleIcons.woff
CHANGED
|
Binary file
|
package/font/SimpleIcons.woff2
CHANGED
|
Binary file
|