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

@kfonts/bm-yeonsung

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/bm-yeonsung

배달의민족 연성 typeface

latest
Source
npmnpm
Version
0.2.0
Version published
Maintainers
1
Created
Source

@kfonts/bm-yeonsung

@kfonts/bm-yeonsung on npmjs.com

The CSS and web font files for using “배달의민족 연성” font on your website without external resource.

Quick Start

Installation

# npm
npm install --save @kfonts/bm-yeonsung

# yarn
yarn add @kfonts/bm-yeonsung

# pnpm
pnpm install @kfonts/bm-yeonsung

Embeding

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

// ES6+
import '@kfonts/bm-yeonsung';

// CommonJS
require('@kfonts/bm-yeonsung');

Styling

body {
  font-family: '배달의민족 연성', 'BM YEONSUNG', serif;
}

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/bm-yeonsung/index.css" />

Original font

Original font can download here: 우아한형제들 글꼴

Licence

OFL-1.1

You can check full license description here: 배달의민족 글꼴 라이센스 정책

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