I need to use different font for only few words in my document.
Font that I need to use is that one or Arial Black (I think they are the same):
http://www.tug.dk/FontCatalogue/grotesk/
Example of what I mean:
Code: Select all
\documentclass[9pt,a4paper]{article}
\usepackage[polish]{babel}
\usepackage[utf8]{inputenc}
\usepackage[T1]{fontenc}
\usepackage{helvet}
\renewcommand{\familydefault}{\sfdefault}
\normalfont
\begin{document}
this is in helvet. This needs to be ingrotesk. This is in helvet .
\end{document}
