I'm trying to typeset a word that contains a 'Č', and due to context, it has to appear in a sans, bold, quattrocento font.
However, whenever I have the fontencoding set to T1, then the character doesn't appear at all. The following MWE creates a blank page but should create a single bold sans 'Č'.
Commenting out the fontenc line seems to fix the problem, but I'd prefer to have a special case for this character then change the fontencoding for the entire document
MWE:
\documentclass{article}
\usepackage[T1]{fontenc}
\usepackage[sf,scaled=0.9]{quattrocento}
\begin{document}
\textbf{\textsf{\v{C}}}
\end{document}


ąęłżĄĘŁŻ? I managed to use the same solution, which you described for obtainingńśćźóŃŚĆŹÓ, but I failed to retrieve the latter ones. – andywiecko Dec 06 '19 at 15:18