npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2024 – Pkg Stats / Ryan Hefner

@vintproykt/dejavu-fonts-ttf

v2.37.0

Published

DejaVu fonts in TrueType format. This package published to keep its content up to date with original release of DejaVu fonts. Original package by @senotrusov.

Downloads

5

Readme

DejaVu fonts in TrueType format

This is a package for npm public registry containing DejaVu fonts in TrueType format. The current packaged version is 2.37 from 30 July 2016.

For more information on DejaVu fonts please see dejavu-fonts.org and README-dejavu.

The DejaVu fonts are a font family based on the Bitstream Vera Fonts version 1.10. Its purpose is to provide a wider range of characters (see status.txt for more information) while maintaining the original look and feel.

For license information see LICENSE. What's new is described in NEWS. Known bugs are in BUGS. All authors are mentioned in AUTHORS.

The information added in order to produce the package including but not limited to README.md and package.json files is in public domain.

If you have any questions regarding this package, please do not hesitate to contact me.

Usage

With the help from webpack module bundler it is possible to refer from CSS to the font file in the installed package with ~ path accessor. If you are not using it, replace ~ to node_modules/ or whatever in following code.

All fonts and faces included:

@font-face {
  font-family: 'DejaVu Sans';
  src: local('DejaVu Sans'), url('~dejavu-fonts-ttf/ttf/DejaVuSans.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'DejaVu Sans';
  src: local('DejaVu Sans'), url('~dejavu-fonts-ttf/ttf/DejaVuSans-Bold.ttf') format('truetype');
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: 'DejaVu Sans';
  src: local('DejaVu Sans'), url('~dejavu-fonts-ttf/ttf/DejaVuSans-Oblique.ttf') format('truetype');
  font-weight: normal;
  font-style: italic;
}
@font-face {
  font-family: 'DejaVu Sans';
  src: local('DejaVu Sans'), url('~dejavu-fonts-ttf/ttf/DejaVuSans-BoldOblique.ttf') format('truetype');
  font-weight: bold;
  font-style: italic;
}
@font-face {
  font-family: 'DejaVu Sans Condensed';
  src: local('DejaVu Sans Condensed'), url('~dejavu-fonts-ttf/ttf/DejaVuSansCondensed.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'DejaVu Sans Condensed';
  src: local('DejaVu Sans Condensed'), url('~dejavu-fonts-ttf/ttf/DejaVuSansCondensed-Bold.ttf') format('truetype');
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: 'DejaVu Sans Condensed';
  src: local('DejaVu Sans Condensed'), url('~dejavu-fonts-ttf/ttf/DejaVuSansCondensed-Oblique.ttf') format('truetype');
  font-weight: normal;
  font-style: italic;
}
@font-face {
  font-family: 'DejaVu Sans Condensed';
  src: local('DejaVu Sans Condensed'), url('~dejavu-fonts-ttf/ttf/DejaVuSansCondensed-BoldOblique.ttf') format('truetype');
  font-weight: bold;
  font-style: italic;
}
@font-face {
  font-family: 'DejaVu Sans Mono';
  src: local('DejaVu Sans Mono'), url('~dejavu-fonts-ttf/ttf/DejaVuSansMono.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'DejaVu Sans Mono';
  src: local('DejaVu Sans Mono'), url('~dejavu-fonts-ttf/ttf/DejaVuSansMono-Bold.ttf') format('truetype');
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: 'DejaVu Sans';
  src: local('DejaVu Sans Mono'), url('~dejavu-fonts-ttf/ttf/DejaVuSansMono-Oblique.ttf') format('truetype');
  font-weight: normal;
  font-style: italic;
}
@font-face {
  font-family: 'DejaVu Sans Mono';
  src: local('DejaVu Sans Mono'), url('~dejavu-fonts-ttf/ttf/DejaVuSansMono-BoldOblique.ttf') format('truetype');
  font-weight: bold;
  font-style: italic;
}
@font-face {
  font-family: 'DejaVu Serif';
  src: local('DejaVu Serif'), url('~dejavu-fonts-ttf/ttf/DejaVuSerif.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'DejaVu Serif';
  src: local('DejaVu Serif'), url('~dejavu-fonts-ttf/ttf/DejaVuSerif-Bold.ttf') format('truetype');
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: 'DejaVu Serif';
  src: local('DejaVu Serif'), url('~dejavu-fonts-ttf/ttf/DejaVuSerif-Italic.ttf') format('truetype');
  font-weight: normal;
  font-style: italic;
}
@font-face {
  font-family: 'DejaVu Serif';
  src: local('DejaVu Serif'), url('~dejavu-fonts-ttf/ttf/DejaVuSerif-BoldItalic.ttf') format('truetype');
  font-weight: bold;
  font-style: italic;
}
@font-face {
  font-family: 'DejaVu Serif Condensed';
  src: local('DejaVu Serif Condensed'), url('~dejavu-fonts-ttf/ttf/DejaVuSerifCondensed.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'DejaVu Serif Condensed';
  src: local('DejaVu Serif Condensed'), url('~dejavu-fonts-ttf/ttf/DejaVuSerifCondensed-Bold.ttf') format('truetype');
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: 'DejaVu Serif Condensed';
  src: local('DejaVu Serif Condensed'), url('~dejavu-fonts-ttf/ttf/DejaVuSerifCondensed-Italic.ttf') format('truetype');
  font-weight: normal;
  font-style: italic;
}
@font-face {
  font-family: 'DejaVu Serif Condensed';
  src: local('DejaVu Serif Condensed'), url('~dejavu-fonts-ttf/ttf/DejaVuSerifCondensed-BoldItalic.ttf') format('truetype');
  font-weight: bold;
  font-style: italic;
}
@font-face {
  font-family: 'DejaVu Math TeX Gyre';
  src: local('DejaVu Sans Condensed'), url('~dejavu-fonts-ttf/ttf/DejaVuMathTeXGyre.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}

The following font files are included in the package:

DejaVuSans.ttf
DejaVuSans-Bold.ttf
DejaVuSans-BoldOblique.ttf
DejaVuSans-ExtraLight.ttf
DejaVuSans-Oblique.ttf
DejaVuSansCondensed.ttf
DejaVuSansCondensed-Bold.ttf
DejaVuSansCondensed-BoldOblique.ttf
DejaVuSansCondensed-Oblique.ttf
DejaVuSansMono.ttf
DejaVuSansMono-Bold.ttf
DejaVuSansMono-BoldOblique.ttf
DejaVuSansMono-Oblique.ttf
DejaVuSerif.ttf
DejaVuSerif-Bold.ttf
DejaVuSerif-BoldItalic.ttf
DejaVuSerif-Italic.ttf
DejaVuSerifCondensed.ttf
DejaVuSerifCondensed-Bold.ttf
DejaVuSerifCondensed-BoldItalic.ttf
DejaVuSerifCondensed-Italic.ttf
DejaVuMathTeXGyre.ttf

Installation

Install with the npm package manager:

npm install --save dejavu-fonts-ttf