simple-icons-font 12.3.0 → 13.0.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 +2 -2
- 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 +3170 -3260
- package/font/simple-icons.min.css +1 -1
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -22,13 +22,13 @@ The font can be served from a CDN such as [JSDelivr][jsdelivr-link] or [Unpkg][u
|
|
|
22
22
|
#### JSDelivr
|
|
23
23
|
|
|
24
24
|
```html
|
|
25
|
-
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/simple-icons-font@
|
|
25
|
+
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/simple-icons-font@v13/font/simple-icons.min.css" type="text/css">
|
|
26
26
|
```
|
|
27
27
|
|
|
28
28
|
#### Unpkg
|
|
29
29
|
|
|
30
30
|
```html
|
|
31
|
-
<link rel="stylesheet" href="https://unpkg.com/simple-icons-font@
|
|
31
|
+
<link rel="stylesheet" href="https://unpkg.com/simple-icons-font@v13/font/simple-icons.min.css" type="text/css">
|
|
32
32
|
```
|
|
33
33
|
|
|
34
34
|
These examples use the latest major version. This means you won't receive any updates following the next major release. You can use `@latest` instead to receive updates indefinitely. However this may cause an icon to disappear if it has been removed in the latest version.
|
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
|