@jsweb/font-awesome-base64
Advanced tools
Comparing version 2.1.0 to 2.1.1
{ | ||
"name": "@jsweb/font-awesome-base64", | ||
"description": "Font Awesome icons compiled with base64 embedded font to CSS instead of link to font files", | ||
"version": "2.1.0", | ||
"version": "2.1.1", | ||
"main": "dist/fa-all.css", | ||
@@ -6,0 +6,0 @@ "repository": "git@github.com:jsweb/font-awesome-base64.git", |
@@ -9,4 +9,6 @@ # @jsweb/font-awesome-base64 ![img](https://travis-ci.com/jsweb/font-awesome-base64.svg?branch=master) | ||
Only WOFF2 fonts are included to minify the compiled CSS at most as possible and because WOFF2 is supported by all major modern browsers. Web is the focus here. | ||
Only WOFF2 fonts are included to minify the compiled CSS at most as possible and because WOFF2 is supported by all major modern browsers. | ||
Web projects are the target. Specially PWA with offline capabilities, caching the CSS icons lib easy. | ||
IE compatibility is not a concern. For a compatibility reference see the link: | ||
@@ -21,3 +23,3 @@ | ||
```html | ||
<link rel="stylesheet" href="https://unpkg.com/@jsweb/font-awesome-base64"/> | ||
<link rel="stylesheet" href="https://unpkg.com/@jsweb/font-awesome-base64" /> | ||
``` | ||
@@ -46,2 +48,1 @@ | ||
https://fontawesome.com/icons?d=gallery&s=brands,regular,solid&m=free | ||
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
573739
46