diff options
| author | Mohit Agarwal <mohit.agarwal@sky.com> | 2021-07-26 00:13:35 +0100 |
|---|---|---|
| committer | Mohit Agarwal <mohit.agarwal@sky.com> | 2021-07-26 00:13:35 +0100 |
| commit | 1ab530097f407fc7d753aa72142381c221865f5c (patch) | |
| tree | 842c1c3249b1830b69fb8af970938c4bec3d2738 | |
| parent | 38b6eccb6b175d2124f890d5f44e08762881e122 (diff) | |
Change of font in pdf.
| -rw-r--r-- | formatting.tex | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/formatting.tex b/formatting.tex index e978a6f..ad0e33e 100644 --- a/formatting.tex +++ b/formatting.tex @@ -8,11 +8,13 @@ \PassOptionsToPackage{hyphens}{url} \usepackage{titlesec} \usepackage{xcolor} -\usepackage[top=1.3in, bottom=1.5in, right=1.9in, left=1.9in]{geometry} +\usepackage[top=1.3in, bottom=1.5in, right=1.7in, left=1.7in]{geometry} \usepackage[scale=0.82]{plex-mono} \usepackage[scale=0.87]{plex-sans} -\usepackage{CormorantGaramond} +\usepackage{fontspec} +%\setmainfont{sabon-regular.ttf} +\setmainfont{Sabon} %\renewcommand{\familydefault}{\sfdefault} \usepackage{titling} |
