🚀 Socket Launch Week Day 4:Socket MCP Adds Org Alerts, Threat Feed Review, and Package Inspection.Learn more
Sign In

@dt-dds/fonts

Package Overview
Dependencies
Maintainers
1
Versions
9
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@dt-dds/fonts

DT-DDS Design System Fonts

latest
npmnpm
Version
1.0.0-beta.9
Version published
Weekly downloads
462
6.94%
Maintainers
1
Weekly downloads
 
Created
Source

Fonts Package

The Fonts Package simplifies the process of integrating Daimler Truck fonts into the different applications.

Fonts Usage

  • Install the package. Example using yarn:
yarn add @dt-dds/fonts
  • Import the css file into your application:
import '@dt-dds/fonts/index.css';

or use the exported fonts object:

import { fonts } from '@dt-dds/fonts';

Additionally, the fonts are also directly accessible on the package:

  • @dt-dds/fonts/DaimlerCS-Regular.woff
  • @dt-dds/fonts/DaimlerCS-Regular.woff2
  • @dt-dds/fonts/DaimlerCS-Bold.woff
  • @dt-dds/fonts/DaimlerCS-Bold.woff2

Stack

  • TypeScript for static type checking
  • ESLint for code linting
  • Prettier for code formatting
  • Tsup — TypeScript bundler powered by esbuild
  • Yarn from managing packages

Commands

  • yarn build - Build the package
  • yarn dev - Run the package locally
  • yarn lint - Lint all files within this package

Compilation

Running yarn build from the root of the package will use tsup to compile the raw TypeScript code to plain JavaScript.

The /dist folder contains the compiled output.

typography
└── dist
    ├── index.d.ts  <-- Types
    ├── index.js    <-- CommonJS version
    └── index.mjs   <-- ES Modules version
    ...

Versioning

Follows semantic versioning

© License

Licensed under MIT License

FAQs

Package last updated on 29 Apr 2026

Did you know?

Socket

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.

Install

Related posts