![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.
@font/nunito
Advanced tools
Use the Nunito Google Font with your css pre-processor.
Nunito is a well balanced Sans Serif with rounded terminals. Nunito has been designed mainly to be used as a display font but is usable as a text font too. Nunito has been designed to be used freely across the Internet by web browsers on desktop computers, laptops and mobile devices.
It is similar to the popular Avenir.
Table of Contents generated with DocToc
npm i -S @font/nunito
You'll also want a css-preprocessor that is capable of inlining @import
statements and using CSS4 variable syntax. atomify, rework, and postcss are all good choices.
@import "@font/nunito";
body {
font-family: var(--fontFamily-nunito);
}
/* or get specific weights only */
@import "@font/nuninto/regular";
body {
font-family: var(--fontFamily-nunito);
font-weight: var(--fontWeight-nunito-regular);
}
:root {
--fontWeight-nunito-light: 300;
--fontWeight-nunito-regular: 400;
--fontWeight-nunito-bold: 700;
--fontFamily-nunito: 'Nunito', sans-serif;
}
To publish, run npm run release -- [{patch,minor,major}]
NOTE: you might need to sudo ln -s /usr/local/bin/node /usr/bin/node
to ensure node is in your path for the git hooks to work
npm i -g npm
git push --follow-tags
will work. brew install git
Artistic 2.0 © Joey Baker
v1.0.3 | 2015-05-14
FAQs
Use the Nunito Google Font with your css pre-processor.
We found that @font/nunito 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.