Giter Club home page Giter Club logo

font-d2coding's Introduction

D2Coding Web Fonts

D2Coding license

D2Coding Web Font who careted by NAVER Corp.

License

Copyright © NAVER Copr. All Rights Reserved.

OFL(Open Font License)

THE FONT SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO ANY WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT OF COPYRIGHT, PATENT, TRADEMARK, OR OTHER RIGHT. IN NO EVENT SHALL THE COPYRIGHT HOLDER BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, INCLUDING ANY GENERAL, SPECIAL, INDIRECT, INCIDENTAL, OR CONSEQUENTIAL DAMAGES, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF THE USE OR INABILITY TO USE THE FONT SOFTWARE OR FROM OTHER DEALINGS IN THE FONT SOFTWARE.

Font information

Weights

  • Bold (700)
  • Normal (400)

Support type

  • eot
  • woff
  • woff2
  • ttf

Installation

Insert d2coding.css or create @font-face css to HTML:

<link href="/path/d2coding.css" rel="stylesheet" type="text/css">

or

@font-face {
  font-family: 'D2 coding';
  font-style: normal;
  font-weight: 700;
  src: url('/path/d2codingbold.eot');
  src: local('※'), local('D2Coding Bold'),
       url('/path/d2codingbold.eot?#iefix') format('embedded-opentype'),
       url('/path/d2codingbold.woff2') format('x-woff2'),
       url('/path/d2codingbold.woff') format('woff'),
       url('/path/d2codingbold.ttf') format('truetype'),
       url('/path/d2codingbold.svg') format('svg');
}
@font-face {
  font-family: 'D2 coding';
  font-style: normal;
  font-weight: 400;
  src: url('/path/d2coding.eot');
  src: local('※'), local('D2Coding'),
       url('/path/d2coding.eot?#iefix') format('embedded-opentype'),
       url('/path/d2coding.woff2') format('x-woff2'),
       url('/path/d2coding.woff') format('woff'),
       url('/path/d2coding.ttf') format('truetype'),
       url('/path/d2coding.svg') format('svg');
}

Adding to CSS:

body {
	font-family: D2Coding, 'D2 coding', monosapce;
}

first, search local D2Coding font and next call D2 conding web font, and last load monospace

font-d2coding's People

Contributors

joungkyun avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.