![Create React App Officially Deprecated Amid React 19 Compatibility Issues](https://cdn.sanity.io/images/cgdhsj6q/production/04fa08cf844d798abc0e1a6391c129363cc7e2ab-1024x1024.webp?w=400&fit=max&auto=format)
Security News
Create React App Officially Deprecated Amid React 19 Compatibility Issues
Create React App is officially deprecated due to React 19 issues and lack of maintenance—developers should switch to Vite or other modern alternatives.
@jsweb/font-awesome-base64
Advanced tools
Font Awesome icons compiled with base64 embedded font to CSS instead of link to font files
Font Awesome icons compiled with base64 embedded font to CSS instead of link to font files.
This compilation uses original files from fontawesome package and a little custom hack to replace @font-face src url
settings and embed font with data-uri
.
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:
<link rel="stylesheet" href="https://unpkg.com/@jsweb/font-awesome-base64" />
npm i -S @jsweb/font-awesome-base64
yarn add @jsweb/font-awesome-base64
If you download the package using NPM or Yarn, you must use files as follows:
dist/fa-base.css
: Fontawesome base icon classes (55.8 kB)dist/fa-brands.css
: Web font for brand icons (101.5 kB)dist/fa-regular.css
: Web font for regular icons (18.4 kB)dist/fa-solid.css
: Web font for solid icons (101,7 kB)dist/fa-all.css
: All above (277.3 kB)Only free icons are included and you can see them at Fontawesome icons index:
https://fontawesome.com/icons?d=gallery&s=brands,regular,solid&m=free
FAQs
Font Awesome Free icons compiled with WOFF2 base64 embedded font to CSS instead of link to font files
The npm package @jsweb/font-awesome-base64 receives a total of 173 weekly downloads. As such, @jsweb/font-awesome-base64 popularity was classified as not popular.
We found that @jsweb/font-awesome-base64 demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
Create React App is officially deprecated due to React 19 issues and lack of maintenance—developers should switch to Vite or other modern alternatives.
Security News
Oracle seeks to dismiss fraud claims in the JavaScript trademark dispute, delaying the case and avoiding questions about its right to the name.
Security News
The Linux Foundation is warning open source developers that compliance with global sanctions is mandatory, highlighting legal risks and restrictions on contributions.