summaryrefslogtreecommitdiff
path: root/cv.cls
diff options
context:
space:
mode:
authorJosh <joshott16@gmail.com>2025-06-25 14:04:04 -0400
committerJosh <joshott16@gmail.com>2025-06-25 14:04:04 -0400
commit678a4c7951f84801c8a6d2722923a7883a9f6f0e (patch)
treed1b4cddb81001a1756ad021ff90c2e9b8ecefe24 /cv.cls
parent2d41e9780cffa6aa97546e9efd5c6bc9629dd4fa (diff)
downloadcv-678a4c7951f84801c8a6d2722923a7883a9f6f0e.tar.gz
cv-678a4c7951f84801c8a6d2722923a7883a9f6f0e.zip
changed font
Diffstat (limited to 'cv.cls')
-rw-r--r--cv.cls12
1 files changed, 6 insertions, 6 deletions
diff --git a/cv.cls b/cv.cls
index 746469b..5acf691 100644
--- a/cv.cls
+++ b/cv.cls
@@ -5,7 +5,7 @@
\pagenumbering{gobble}
-\usepackage[backend=bibtex,maxcitenames=4,giveninits=true]{biblatex}
+\usepackage[backend=bibtex,maxcitenames=4]{biblatex}
\usepackage{tabto}
\usepackage{changepage}
\usepackage{hyperref}
@@ -13,8 +13,8 @@
\usepackage{calc}
\usepackage{xifthen}
\usepackage{fontspec}
-\setmainfont[BoldFont={Fira Sans SemiBold}]{Fira Sans Regular}
-\setmonofont[SizeFeatures={Size=10}]{FiraCode Nerd Font}
+\setmainfont{HelveticaNeue-Roman}
+\newfontface\fontlight{HelveticaNeue-Light}
\def \spacing {0.1in}
\def \rightedge {0.3in}
@@ -37,14 +37,14 @@
% location
% date
\newcommand\presentation[5][]{
- {\tabto{\spacing}#3, {\small #4} \hfill \textsl{#5}}
+ {\tabto{\spacing}#3, {\small #4} \dotfill \textsl{#5}}
{\tabto{\bullet}{``#2''} \ifthenelse{\isempty{#1}}{}{\footnotesize(#1)}}
\vspace{0.3em}
}
\newcommand\publication[1]{
-\citenames{#1} [arXiv:\texttt{\citefield{#1}{eprint}}]
+ \citenames{#1} [arXiv:\citefield{#1}{eprint}]
}
\newbibmacro*{name:fixed-given-family}[4]{%
@@ -90,4 +90,4 @@
\usebibmacro{note+pages}\adddot
}{}{}
-\newcommand\header[1]{\vspace{0.2em} \textsc{\Large #1} \hrulefill \vspace{0.2em}}
+\newcommand\header[1]{\vspace{0.2em} {\fontlight\Large #1} \hrulefill \vspace{0.2em}}