Skip to content

Commit

Permalink
Set Default Font
Browse files Browse the repository at this point in the history
  • Loading branch information
Arthi-chaud committed Sep 23, 2023
1 parent c75d2f4 commit 3cc5c50
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
uses: xu-cheng/latex-action@v2
with:
root_file: ${{ matrix.source }}
#TODO Include Font
latexmk_use_xelatex: true
#TODO Check if needed
#latexmk_shell_escape: true
- name: Rename output
Expand Down
2 changes: 1 addition & 1 deletion tech_documentation/root.tex
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
\usepackage[utf8]{inputenc}
\usepackage[T1]{fontenc}
\usepackage[english]{babel}
\usepackage{fancyhdr, graphicx, float, color, fancyhdr}
\usepackage{fancyhdr, graphicx, float, color, fancyhdr, lexend}
\usepackage[margin=1in]{geometry}
\graphicspath{{./images/}}
\usepackage[hidelinks]{hyperref}
Expand Down

0 comments on commit 3cc5c50

Please sign in to comment.