diff options
| author | Jake Gutierrez <[email protected]> | 2020-08-28 22:58:42 -0500 |
|---|---|---|
| committer | GitHub <[email protected]> | 2020-08-28 22:58:42 -0500 |
| commit | 78de3c917058f79387b0913cf884ccc2e9a66b8c (patch) | |
| tree | 60254797deaa7d446bb91c9510875021f651a3a4 | |
| parent | Create resume.tex (diff) | |
| download | resume-78de3c917058f79387b0913cf884ccc2e9a66b8c.tar.xz resume-78de3c917058f79387b0913cf884ccc2e9a66b8c.zip | |
Add popular font options
| -rw-r--r-- | resume.tex | 22 |
1 files changed, 18 insertions, 4 deletions
@@ -20,6 +20,19 @@ \usepackage{tabularx} \input{glyphtounicode} + +%----------FONT OPTIONS---------- +% sans-serif +% \usepackage[sfdefault]{FiraSans} +% \usepackage[sfdefault]{roboto} +% \usepackage[sfdefault]{noto-sans} +% \usepackage[default]{sourcesanspro} + +% serif +% \usepackage{CormorantGaramond} +% \usepackage{charter} + + \pagestyle{fancy} \fancyhf{} % clear all header and footer fields \fancyfoot{} @@ -92,16 +105,17 @@ \begin{document} -%----------HEADING----------------- +%----------HEADING---------- % \begin{tabular*}{\textwidth}{l@{\extracolsep{\fill}}r} % \textbf{\href{http://sourabhbajaj.com/}{\Large Sourabh Bajaj}} & Email : \href{mailto:[email protected]}{[email protected]}\\ % \href{http://sourabhbajaj.com/}{http://www.sourabhbajaj.com} & Mobile : +1-123-456-7890 \\ % \end{tabular*} \begin{center} - \textbf{\Huge \scshape Jake Gutierrez} \\ \vspace{1pt} - \small xxx-xxx-xxxx $|$ \href{mailto:[email protected]}{\underline{[email protected]}} $|$ \href{https://linkedin.com/in/jakegut}{\underline{linkedin.com/in/jakegut}} $|$ - \href{https://github.com/jakeryang}{\underline{github.com/jakeryang}} + \textbf{\Huge \scshape Jake Ryan} \\ \vspace{1pt} + \small 123-456-7890 $|$ \href{mailto:[email protected]}{\underline{[email protected]}} $|$ + \href{https://linkedin.com/in/...}{\underline{linkedin.com/in/jake}} $|$ + \href{https://github.com/...}{\underline{github.com/jake}} \end{center} |