diff options
author | Blendoit <blendoit@gmail.com> | 2020-12-13 18:22:36 -0800 |
---|---|---|
committer | Blendoit <blendoit@gmail.com> | 2020-12-13 18:22:36 -0800 |
commit | 5be638287d4e5f801e0aec738f598045f82552e3 (patch) | |
tree | b3b1e5b9c76f64139445ad6dbaead504aa4ce4cc /templates | |
parent | cc3e0cfb4ecec13e4a5153f3fd52a4bdefd4cc6c (diff) |
Carlito and Source Pro are the new default typefaces.
Diffstat (limited to 'templates')
-rw-r--r-- | templates/documents/default.org | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/templates/documents/default.org b/templates/documents/default.org index e0517d8..e94b6df 100644 --- a/templates/documents/default.org +++ b/templates/documents/default.org @@ -13,8 +13,8 @@ # Beautiful fonts ONLY #+LATEX_HEADER: \usepackage{fontspec} -#+LATEX_HEADER: \setmainfont{Public Sans} -#+LATEX_HEADER: \setmonofont{Hack} +#+LATEX_HEADER: \setmainfont{Carlito} +#+LATEX_HEADER: \setmonofont{Courier Prime} # Get total page count to insert in footer #+LATEX_HEADER: \usepackage{lastpage} |