
\documentclass{article}
\begin{document}
\sffamily
\begin{tabular}{|l|l|} \hline
Sample header & Sample header \\ \hline\hline
Key & Value \\
Key 2 & Value 2\\ \hline
\end{tabular}
\end{document}
Como você não forneceu nenhuma especificação de coluna, escrevi um arquivo tabular
.