Skip to content

Instantly share code, notes, and snippets.

@bradediger
Created February 5, 2009 18:31
Show Gist options
  • Save bradediger/58901 to your computer and use it in GitHub Desktop.
Save bradediger/58901 to your computer and use it in GitHub Desktop.
doc.font_families.update(
"DejaVu Sans" => {
:normal => font_path('DejaVuSans.ttf'),
:bold => font_path('DejaVuSans-Bold.ttf'),
:oblique => font_path('DejaVuSans-Oblique.ttf')
}
)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment