mirror of
https://github.com/moderncv/moderncv.git
synced 2026-02-06 10:05:19 +01:00
Forced all the icons of the "letters" icon set to be of the same width
This commit is contained in:
parent
110afbd9ac
commit
b7ef28ae28
8 changed files with 6 additions and 4 deletions
|
|
@ -35,10 +35,10 @@
|
|||
%\renewcommand*{\labelitemiv} {\labelitemiii} % no change from default in moderncv.cls
|
||||
|
||||
\renewcommand*{\addresssymbol} {}
|
||||
\renewcommand*{\mobilephonesymbol}{\textbf{M}~}
|
||||
\renewcommand*{\fixedphonesymbol} {\textbf{T}~}
|
||||
\renewcommand*{\faxphonesymbol} {\textbf{F}~}
|
||||
\renewcommand*{\emailsymbol} {\textbf{E}~}
|
||||
\renewcommand*{\mobilephonesymbol}{\hbox to 1em{\textbf{M}}~}% 1em is the width of the M capital in most fonts
|
||||
\renewcommand*{\fixedphonesymbol} {\hbox to 1em{\textbf{T}}~}
|
||||
\renewcommand*{\faxphonesymbol} {\hbox to 1em{\textbf{F}}~}
|
||||
\renewcommand*{\emailsymbol} {\hbox to 1em{\textbf{E}}~}
|
||||
\renewcommand*{\homepagesymbol} {}
|
||||
|
||||
\renewcommand*{\listitemsymbol} {\labelitemi~}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue