[Tex/LaTex] the font family name for Cabin

fonts

I need to set cabin font locally in my document. what is font family for cabin font?

{
   \fontfamily{x}\selectfont
    Some text in anttlc...
}

x = ?

Regards

Best Answer

According to the LaTeX font catalogue, there is a package providing the Cabin font. According to the package, the font family is Cabin-TLF:

\fontfamily{Cabin-TLF}\selectfont

Of course it much easier to just load the package:

\usepackage[sfdefault]{cabin}
\usepackage[T1]{fontenc}

Also see:

Related Question