
Product
Introducing Webhook Events for Alert Changes
Add real-time Socket webhook events to your workflows to automatically receive software supply chain alert changes in real time.
apfel-grotezk-pkg
Advanced tools
A type-safe package for using Apfel Grotezk fonts in your projects.
npm install apfel-grotezk-pkg
import { getFontByWeightAndVariant } from 'apfel-grotezk-pkg';
// Get a specific font file path
const fontPath = getFontByWeightAndVariant('Regular', 'woff');
// Use in CSS
const styles = {
'@font-face': {
fontFamily: 'Apfel Grotezk',
src: `url(${fontPath}) format('woff')`,
fontWeight: 'normal',
fontStyle: 'normal'
}
};
// Available weights: 'Regular', 'Brukt', 'Fett', 'Mittel', 'Satt'
// Available variants: 'woff', 'woff2'
Each weight is available in both WOFF and WOFF2 formats.
Please ensure you have the appropriate license to use these fonts in your project.
FAQs
Type-safe Apfel Grotezk font package
The npm package apfel-grotezk-pkg receives a total of 0 weekly downloads. As such, apfel-grotezk-pkg popularity was classified as not popular.
We found that apfel-grotezk-pkg demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 0 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.

Product
Add real-time Socket webhook events to your workflows to automatically receive software supply chain alert changes in real time.

Security News
ENISA has become a CVE Program Root, giving the EU a central authority for coordinating vulnerability reporting, disclosure, and cross-border response.

Product
Socket now scans OpenVSX extensions, giving teams early detection of risky behaviors, hidden capabilities, and supply chain threats in developer tools.