
Product
Announcing Bun and vlt Support in Socket
Bringing supply chain security to the next generation of JavaScript package managers
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
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
Bringing supply chain security to the next generation of JavaScript package managers

Product
A safer, faster way to eliminate vulnerabilities without updating dependencies

Product
Reachability analysis for Ruby is now in beta, helping teams identify which vulnerabilities are truly exploitable in their applications.