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.
This commit is contained in:
Max Beier 2017-03-16 13:32:34 +01:00 committed by Agniva De Sarker
parent 7103d8fa31
commit 0903b35607

View File

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