Security News
Node.js EOL Versions CVE Dubbed the "Worst CVE of the Year" by Security Experts
Critics call the Node.js EOL CVE a misuse of the system, sparking debate over CVE standards and the growing noise in vulnerability databases.
@datacamp/waffles-fonts
Advanced tools
Simple command-line utility to add optimized DataCamp web fonts. Supports common Create React App and NextJS projects configurations. Alternatively, it's possible to initialize a custom setup and adjust files as you wish. In this case, fonts should be put in the project's public assets directory, and the project's cutom HTML template should be updated with an appropriate link to the CSS file.
A package contains Studio Feixen Sans and Jet Brains Mono fonts split by unicode ranges and a compatible CSS style sheet.
Navigate to the root directory of the app. To get started, use the following command and follow the instructions:
npx @datacamp/waffles-fonts
Afterward, use Waffles fontFamilies
design tokens to define font-face
s in custom components:
sansSerif
mono
If it's not possible to use design tokens, put the following font stacks in CSS:
font-face: Studio-Feixen-Sans, Arial, sans-serif
font-face: JetBrainsMonoNL, Menlo, Monaco, 'Courier New', monospace
FAQs
Optimized DataCamp fonts utility.
The npm package @datacamp/waffles-fonts receives a total of 2 weekly downloads. As such, @datacamp/waffles-fonts popularity was classified as not popular.
We found that @datacamp/waffles-fonts demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 71 open source maintainers 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
Critics call the Node.js EOL CVE a misuse of the system, sparking debate over CVE standards and the growing noise in vulnerability databases.
Security News
cURL and Go security teams are publicly rejecting CVSS as flawed for assessing vulnerabilities and are calling for more accurate, context-aware approaches.
Security News
Bun 1.2 enhances its JavaScript runtime with 90% Node.js compatibility, built-in S3 and Postgres support, HTML Imports, and faster, cloud-first performance.