mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-22 06:22:07 +02: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
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue