summaryrefslogtreecommitdiff
path: root/pygments/formatters
diff options
context:
space:
mode:
authoranshks <41546616+anshks@users.noreply.github.com>2019-10-22 11:35:45 +0530
committerGitHub <noreply@github.com>2019-10-22 11:35:45 +0530
commitc6d10f57207fac8ad911eb8e5a24bf1c4041964c (patch)
tree9bbdf1d67193e786c67aee70e7bb28530117659c /pygments/formatters
parent95e15c2c8fac34e418b4d8866c23fc5a7d61d1bc (diff)
downloadpygments-git-c6d10f57207fac8ad911eb8e5a24bf1c4041964c.tar.gz
Update img.py
changed font style to DejaVu Sans Mono in DEFAULT_FONT_NAME_NIX
Diffstat (limited to 'pygments/formatters')
-rw-r--r--pygments/formatters/img.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/pygments/formatters/img.py b/pygments/formatters/img.py
index de0ea0a4..87badb32 100644
--- a/pygments/formatters/img.py
+++ b/pygments/formatters/img.py
@@ -46,7 +46,7 @@ STYLES = {
}
# A sane default for modern systems
-DEFAULT_FONT_NAME_NIX = 'Bitstream Vera Sans Mono'
+DEFAULT_FONT_NAME_NIX = 'DejaVu Sans Mono'
DEFAULT_FONT_NAME_WIN = 'Courier New'
DEFAULT_FONT_NAME_MAC = 'Courier New'