Browse Source

Change font in template.tex

Very small change due to https://github.com/tldr-pages/tldr-pages.github.io/pull/21#issuecomment-287008958

> Consolas is a proprietary font. Inconsolata, on the other hand, is an openly-licensed font inspired by Consolas, so it would probably be the best choice in our case.
Max Beier 8 years ago
parent
commit
0903b35607
1 changed files with 1 additions and 1 deletions
  1. 1 1
      scripts/template.tex

+ 1 - 1
scripts/template.tex

@@ -19,7 +19,7 @@
 % Fonts
 \setmainfont[Ligatures = TeX]{Verdana}
 \setsansfont[Ligatures = TeX]{Verdana}
-\setmonofont{Consolas}
+\setmonofont{Inconsolata}
 
 % Set Sans font in headings
 \usepackage{sectsty}