dejavu-sans-condensed-bold
v1.0.0
Published
DejaVu Sans Condensed Bold Web-Font Package
Maintainers
Readme
DejaVu Sans Condensed Bold
DejaVu Sans Condensed Bold Web-Font Package.
Installation
Install With Bower:
$ bower install dejavu-sans-condensed-bold --saveInstall With NPM:
$ npm install dejavu-sans-condensed-bold --saveInstall Manualy
- Downloading Package Archive
- Place
/css/and/fonts/directories to your project.
Usage
Place the following code between <head>...</head> tag in your HTML:
<link rel="stylesheet" href="/bower_components/dejavu-sans-condensed-bold/css/dejavu-sans-condensed-bold.css">for NPM:
<link rel="stylesheet" href="/node_modules/dejavu-sans-condensed-bold/css/dejavu-sans-condensed-bold.css">Place the following code to your stylesheets, or use another css selector instead of body.
body {
font-family: 'DejaVu Sans Condensed Bold', sans-serif;
}Preview
Preview DejaVu Sans Condensed Bold in Browser
Licence
The DejaVu Sans Condensed Bold package is open-sourced software licensed under the MIT license, but the Font files are licenced under CC BY-NC-ND 4.0.
