cv

Source code for my CV

Commit
329817976ab30c123d2c076cb3423f036db52c68
Parent
1432546a2827cefe88eaa9acf82fc0ecf6b27215
Author
Pablo <pablo-escobar@riseup.net>
Date

Replaced the Roboto fonts with the Fira fonts

Diffstat

20 files changed, 11 insertions, 30 deletions

Status File Name N° Changes Insertions Deletions
Modified awesome-cv.cls 40 11 29
Modified cv.tex 1 0 1
Deleted fonts/Roboto-Bold.ttf 0 0 0
Deleted fonts/Roboto-BoldItalic.ttf 0 0 0
Deleted fonts/Roboto-Italic.ttf 0 0 0
Deleted fonts/Roboto-Light.ttf 0 0 0
Deleted fonts/Roboto-LightItalic.ttf 0 0 0
Deleted fonts/Roboto-Medium.ttf 0 0 0
Deleted fonts/Roboto-MediumItalic.ttf 0 0 0
Deleted fonts/Roboto-Regular.ttf 0 0 0
Deleted fonts/Roboto-Thin.ttf 0 0 0
Deleted fonts/Roboto-ThinItalic.ttf 0 0 0
Deleted fonts/SourceSansPro-Bold.otf 0 0 0
Deleted fonts/SourceSansPro-BoldIt.otf 0 0 0
Deleted fonts/SourceSansPro-It.otf 0 0 0
Deleted fonts/SourceSansPro-Light.otf 0 0 0
Deleted fonts/SourceSansPro-LightIt.otf 0 0 0
Deleted fonts/SourceSansPro-Regular.otf 0 0 0
Deleted fonts/SourceSansPro-Semibold.otf 0 0 0
Deleted fonts/SourceSansPro-SemiboldIt.otf 0 0 0
diff --git a/awesome-cv.cls b/awesome-cv.cls
@@ -75,7 +75,7 @@
 % Needed to use icons from font-awesome
 % (https://github.com/posquit0/latex-fontawesome)
 %\RequirePackage{fontawesome}
-\RequirePackage[default,opentype]{sourcesanspro}
+\RequirePackage{FiraMono}
 % Needed for the photo ID
 \RequirePackage[skins]{tcolorbox}
 % Needed to deal a paragraphs
@@ -91,14 +91,6 @@
 
 
 %-------------------------------------------------------------------------------
-%                Configuration for directory locations
-%-------------------------------------------------------------------------------
-% Configure a directory location for fonts(default: 'fonts/')
-\newcommand*{\fontdir}[1][fonts/]{\def\@fontdir{#1}}
-\fontdir
-
-
-%-------------------------------------------------------------------------------
 %                Configuration for layout
 %-------------------------------------------------------------------------------
 %% Page Layout
@@ -161,26 +153,16 @@
 %                Configuration for fonts
 %-------------------------------------------------------------------------------
 
-% Set font for header (default is Roboto)
-\newfontfamily\headerfont[
-  Path=\@fontdir,
-  UprightFont=*-Regular,
-  ItalicFont=*-Italic,
-  BoldFont=*-Bold,
-  BoldItalicFont=*-BoldItalic,
-]{Roboto}
-
-\newfontfamily\headerfontlight[
-  Path=\@fontdir,
-  UprightFont=*-Thin,
-  ItalicFont=*-ThinItalic,
-  BoldFont=*-Medium,
-  BoldItalicFont=*-MediumItalic,
-]{Roboto}
-
-\newcommand*{\footerfont}{\sourcesanspro}
-\newcommand*{\bodyfont}{\sourcesanspro}
-\newcommand*{\bodyfontlight}{\sourcesansprolight}
+\newfontfamily\firasans{Fira Sans}
+\newfontfamily\firasanslight{Fira Sans Light}
+
+\setmathfont{Fira Math}
+
+\newcommand*{\headerfont}{\firasans}
+\newcommand*{\headerfontlight}{\firasanslight}
+\newcommand*{\footerfont}{\firasans}
+\newcommand*{\bodyfont}{\firasans}
+\newcommand*{\bodyfontlight}{\firasanslight}
 
 %-------------------------------------------------------------------------------
 %                Configuration for styles
diff --git a/cv.tex b/cv.tex
@@ -1,7 +1,6 @@
 \documentclass[11pt, a4paper]{awesome-cv} 
 
 \geometry{left=2cm, top=1.5cm, right=2cm, bottom=2cm, footskip=.5cm}
-\fontdir[fonts/] % Specify the location of the included fonts
 
 \name{Thiago Brevidelli}{Garcia}
 
diff --git a/fonts/Roboto-Bold.ttf b/fonts/Roboto-Bold.ttf
Binary files differ.
diff --git a/fonts/Roboto-BoldItalic.ttf b/fonts/Roboto-BoldItalic.ttf
Binary files differ.
diff --git a/fonts/Roboto-Italic.ttf b/fonts/Roboto-Italic.ttf
Binary files differ.
diff --git a/fonts/Roboto-Light.ttf b/fonts/Roboto-Light.ttf
Binary files differ.
diff --git a/fonts/Roboto-LightItalic.ttf b/fonts/Roboto-LightItalic.ttf
Binary files differ.
diff --git a/fonts/Roboto-Medium.ttf b/fonts/Roboto-Medium.ttf
Binary files differ.
diff --git a/fonts/Roboto-MediumItalic.ttf b/fonts/Roboto-MediumItalic.ttf
Binary files differ.
diff --git a/fonts/Roboto-Regular.ttf b/fonts/Roboto-Regular.ttf
Binary files differ.
diff --git a/fonts/Roboto-Thin.ttf b/fonts/Roboto-Thin.ttf
Binary files differ.
diff --git a/fonts/Roboto-ThinItalic.ttf b/fonts/Roboto-ThinItalic.ttf
Binary files differ.
diff --git a/fonts/SourceSansPro-Bold.otf b/fonts/SourceSansPro-Bold.otf
Binary files differ.
diff --git a/fonts/SourceSansPro-BoldIt.otf b/fonts/SourceSansPro-BoldIt.otf
Binary files differ.
diff --git a/fonts/SourceSansPro-It.otf b/fonts/SourceSansPro-It.otf
Binary files differ.
diff --git a/fonts/SourceSansPro-Light.otf b/fonts/SourceSansPro-Light.otf
Binary files differ.
diff --git a/fonts/SourceSansPro-LightIt.otf b/fonts/SourceSansPro-LightIt.otf
Binary files differ.
diff --git a/fonts/SourceSansPro-Regular.otf b/fonts/SourceSansPro-Regular.otf
Binary files differ.
diff --git a/fonts/SourceSansPro-Semibold.otf b/fonts/SourceSansPro-Semibold.otf
Binary files differ.
diff --git a/fonts/SourceSansPro-SemiboldIt.otf b/fonts/SourceSansPro-SemiboldIt.otf
Binary files differ.