change code font source code pro to courier

Courier improves the readability of inline code snippets
This commit is contained in:
Andreas Zweili 2019-03-11 14:18:54 +01:00
parent 16792662b7
commit 7876fa5735
1 changed files with 1 additions and 1 deletions

View File

@ -106,7 +106,7 @@
%Support for Code Snippets and Syntax Highlighting
\usepackage{listings}
\usepackage{color}
\usepackage{sourcecodepro}
\usepackage{courier}
\lstset{
basicstyle=\ttfamily,
language=bash,