Forced all the icons of the "letters" icon set to be of the same width
This commit is contained in:
@ -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~}
|
||||
|
||||
Reference in New Issue
Block a user