I'm preparing some labels for sending some suitcases.
How can I change the line spacing according to the font size?
\documentclass{article}
\usepackage{eurosym}
\begin{document}
\bfseries\pagenumbering{gobble}\centering\vfill
\begin{minipage}{.75\linewidth}
Mittente:
\begin{LARGE}
Sender Name\newline
Sender Address\newline
12345 City (XX)\newline
tel.\ 123456789
\end{LARGE}
Destinatario:
\begin{Huge}
Receiver Name\newline
Receiver Address\newline
67890 Town (YY)\newline
tel.\ 01234567
\end{Huge}
\begin{LARGE}
Price \euro\ 11,11\newline
Booking n. 12345
\end{LARGE}
\end{minipage}\vfill
\end{document}
