Skip to content

Commit

Permalink
use fontawesome5 instead of fontawesome
Browse files Browse the repository at this point in the history
  • Loading branch information
juliantao committed Jun 5, 2024
1 parent 6e48833 commit adfcce3
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion _extensions/qletter/_extension.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ contributes:
- "margin=1in"
colorlinks: true
header-includes: |
\usepackage{fontawesome, setspace}
\usepackage{fontawesome5, setspace}
\usepackage[absolute,overlay]{textpos}
\setlength{\TPHorizModule}{1cm}
\setlength{\TPVertModule}{1cm}
Expand Down
6 changes: 3 additions & 3 deletions _extensions/qletter/partials/before-body.tex
Original file line number Diff line number Diff line change
Expand Up @@ -34,9 +34,9 @@
{\large\textbf{$fromname$}}, $fromqualifications$\\
$fromtitle$\\[1ex]
\begin{tabular}{@{}ll@{}}
\faicon{home} & \href{https://$fromWWW$}{$fromWWW$} \\
\faicon{envelope} & \href{mailto:$fromemail$}{$fromemail$} \\
\faicon{phone} & $fromphone$
\faIcon{home} & \href{https://$fromWWW$}{$fromWWW$} \\
\faIcon{envelope} & \href{mailto:$fromemail$}{$fromemail$} \\
\faIcon{phone} & $fromphone$
\end{tabular}}}

% define letterhead address
Expand Down

0 comments on commit adfcce3

Please sign in to comment.