all repos — resume @ 45fefc2a027df68d424c351ebd013c7f433b3d9c

my résumé

Fix fonts
Anirudh Oppiliappan x@icyphox.sh
Thu, 12 Aug 2021 17:11:23 +0530
commit

45fefc2a027df68d424c351ebd013c7f433b3d9c

parent

7ab92d7f6639df6dd6902e17252a363fb6a99848

1 files changed, 2 insertions(+), 2 deletions(-)

jump to
M config.clsconfig.cls

@@ -26,7 +26,7 @@

% Set main fonts \usepackage{fontspec} \setmainfont[Color=primary, Path = fonts/,BoldFont=Inter-Regular]{Inter-Regular} -\setsansfont[Scale=MatchLowercase,Mapping=tex-text, Path = fonts/]{Inter-Light-BETA} +\setsansfont[Scale=MatchLowercase,Mapping=tex-text, Path = fonts/]{Inter-Light} % Date command \usepackage[absolute]{textpos}

@@ -34,7 +34,7 @@ \usepackage[UKenglish]{isodate}

\setlength{\TPHorizModule}{1mm} \setlength{\TPVertModule}{1mm} \newcommand{\lastupdated}{\begin{textblock}{60}(155,5) -\color{date}\fontspec[Path = fonts/]{Inter-Light-BETA}\fontsize{8pt}{10pt}\selectfont +\color{date}\fontspec[Path = fonts/]{Inter-Light}\fontsize{8pt}{10pt}\selectfont Last Updated on \today \end{textblock}}