Carlito and Source Pro are the new default typefaces.

Commit
5be638287d4e5f801e0aec738f598045f82552e3
Author
Blendoit <blendoit@gmail.com>
Author date
Committer
Blendoit <blendoit@gmail.com>
Committer date
templates/documents/default.org
index e0517d8d..e94b6df4 100644..100644
@@ -13,8 +13,8 @@
13 13
14 14 # Beautiful fonts ONLY
15 15 #+LATEX_HEADER: \usepackage{fontspec}
16 Removed: #+LATEX_HEADER: \setmainfont{Public Sans}
17 Removed: #+LATEX_HEADER: \setmonofont{Hack}
16 Added: #+LATEX_HEADER: \setmainfont{Carlito}
17 Added: #+LATEX_HEADER: \setmonofont{Courier Prime}
18 18
19 19 # Get total page count to insert in footer
20 20 #+LATEX_HEADER: \usepackage{lastpage}