mirror of
https://github.com/tldr-pages/tldr.git
synced 2024-12-24 17:34:44 +03:00
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:
parent
7103d8fa31
commit
0903b35607
@ -19,7 +19,7 @@
|
||||
% Fonts
|
||||
\setmainfont[Ligatures = TeX]{Verdana}
|
||||
\setsansfont[Ligatures = TeX]{Verdana}
|
||||
\setmonofont{Consolas}
|
||||
\setmonofont{Inconsolata}
|
||||
|
||||
% Set Sans font in headings
|
||||
\usepackage{sectsty}
|
||||
|
Loading…
Reference in New Issue
Block a user