DejaVu Sans
DejaVu Sans Web-Font Package.
Installation
Install With Bower:
$ bower install dejavu-sans --save
Install With NPM:
$ npm install dejavu-sans --save
Install 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/css/dejavu-sans.css">
for NPM:
<link rel="stylesheet" href="/node_modules/dejavu-sans/css/dejavu-sans.css">
Place the following code to your stylesheets, or use another css selector instead of
body
.body {
font-family: 'DejaVu Sans', sans-serif;
}