From 0903b356079fa7b95918e74420ec62a65945c5d6 Mon Sep 17 00:00:00 2001 From: Max Beier Date: Thu, 16 Mar 2017 13:32:34 +0100 Subject: [PATCH] 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. --- scripts/template.tex | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/template.tex b/scripts/template.tex index 731161276..eaf4bed14 100644 --- a/scripts/template.tex +++ b/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}