New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

koddiud-ongothic

Package Overview
Dependencies
Maintainers
0
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

koddiud-ongothic

KoddiUD 온고딕 서체

  • 1.0.0
  • latest
  • Source
  • npm
  • Socket score

Version published
Maintainers
0
Created
Source

KoddiUD 온고딕 서체

유니버설 디자인 개념을 담은 서체로 '더 많은 사람들이 읽기 쉽도록' 만들어졌습니다.

서체 저작권

KoddiUD 온고딕 서체는 상업적, 비상업적 디자인 및 2차 저작물 등에 자유롭게 사용할 수 있으나 서체 자체를 판매, 유통하여 이익을 취하는 상업적 이용은 금지하고 있습니다.

서체 파일의 데이터 수정을 통한 디자인 변형, 수정, 개작하여 사용하는 것을 제한하며 KoddiUD 온고딕의 디자인 가치가 훼손되지 않는 범위 내에서 다양하게 사용해 주시기 바랍니다.

사용 방법

<link href="https://cdn.jsdelivr.net/npm/koddiud-ongothic@1/index.css" rel="stylesheet" />

<style>
  body {
    font-family: 'KoddiUD OnGothic', sans-serif;
  }
</style>
패키지 설치 방식
npm i koddiud-ongothic

폰트 패밀리 지정

body {
  font-family: 'KoddiUD OnGothic', sans-serif;
}

CSS 파일 불러오기

node_modules/koddiud-ongothic/index.css

Vite 상에선 다음과 같이 불러올 수 있습니다.

/* CSS */
@import url('koddiud-ongothic');
// JavaScript, TypeScript
import 'koddiud-ongothic';

FAQs

Package last updated on 03 Oct 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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc