New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

@kfonts/d2coding-ligature

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

@kfonts/d2coding-ligature

D2Coding ligature typeface

latest
Source
npmnpm
Version
0.2.0
Version published
Maintainers
1
Created
Source

@kfonts/d2coding-ligature

@kfonts/d2coding-ligature on npmjs.com

The CSS and web font files for using “D2Coding ligature” font on your website without external resource.

Quick Start

Installation

# npm
npm install --save @kfonts/d2coding-ligature

# yarn
yarn add @kfonts/d2coding-ligature

# pnpm
pnpm install @kfonts/d2coding-ligature

Embeding

// ES6+ with import assertion
import '@kfonts/d2coding-ligature' assert { type: 'css' };

// ES6+
import '@kfonts/d2coding-ligature';

// CommonJS
require('@kfonts/d2coding-ligature');

Styling

body {
  font-family: 'D2Coding ligature', monospace;
}

Without self-host

If you can not use self-host method but want to this font, you can embed this from unpkg.

<link rel="stylesheet" href="https://unpkg.com/@kfonts/d2coding-ligature/index.css" />

Original font

Original font can download here: naver/d2codingfont

Licence

OFL-1.1

You can check full license description here: Open Font License

Keywords

@kfonts

FAQs

Package last updated on 05 May 2024

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