The desired result should be as follows
What I've tried so far is \raggedleft and tabular with r. But the results are not as desired.
\documentclass{article}
\usepackage[T1]{fontenc}
\usepackage{helvet}
\begin{document}
\fontfamily{phv}\selectfont
{\raggedleft\fontsize{40}{40}\selectfont Journal\par}
{\raggedleft\fontsize{32}{32}\selectfont 2021\par}
{\raggedleft\fontsize{24}{24}\selectfont Vol. 1\par}
{\raggedleft\fontsize{12}{12}\selectfont Issue 1\par}
\begin{tabular}{r}
{\fontsize{40}{40}\selectfont Journal}\
{\fontsize{32}{32}\selectfont 2021}\
{\fontsize{24}{24}\selectfont Vol. 1}\
{\fontsize{12}{12}\selectfont Issue 1}
\end{tabular}
\end{document}
This is what I get



{r@{}}as the tabular preamble? – Bernard Oct 30 '21 at 09:43{r@{}}has no effect – wolfrevo Oct 30 '21 at 09:47