1.0.0 • Published 8 years ago

dejavu-sans-extra-light v1.0.0

Weekly downloads
3
License
-
Repository
github
Last release
8 years ago

DejaVu Sans Extra Light

Bower npm Author

DejaVu Sans Extra Light Web-Font Package.

Installation

Install With Bower:

$ bower install dejavu-sans-extra-light --save

Install With NPM:

$ npm install dejavu-sans-extra-light --save

Install Manualy

Usage

Place the following code between <head>...</head> tag in your HTML:

<link rel="stylesheet" href="/bower_components/dejavu-sans-extra-light/css/dejavu-sans-extra-light.css">

for NPM:

<link rel="stylesheet" href="/node_modules/dejavu-sans-extra-light/css/dejavu-sans-extra-light.css">

Place the following code to your stylesheets, or use another css selector instead of body.

body {
    font-family: 'DejaVu Sans Extra Light', sans-serif;
}

Preview

Preview DejaVu Sans Extra Light in Browser

Licence

The DejaVu Sans Extra Light package is open-sourced software licensed under the MIT license, but the Font files are licenced under CC BY-NC-ND 4.0.