Skip to content

ayosec/dejavu-fonts

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

DejaVu fonts

This gem just include the DejaVu fonts, to be used with Prawn or anything else similar.

You can get more information about DejaVu in the DejaVu site

Usage

In your Gemfile

gem "dejavu-fonts"

In your Prawn object,

font_families.update("dejavu" => DejaVu::Fonts::Paths)

# ...

font("dejavu") do
  # ...
end

About

DejaVu font TTF files in a gem for Ruby

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages