Options for pairing Concrete Roman with a .ttf font

David Carlisle d.p.carlisle at gmail.com
Tue Sep 21 16:32:49 CEST 2021


Going back to the original posting

\documentclass{article}
\usepackage{fontspec}

\setmainfont{Computer Modern Concrete}

\usepackage{lipsum}
\begin{document}
\lipsum[1-10]
\end{document}


The error here is in the font name, the Opentype Computer Modern
Concrete from the Computer Modern Unicode collection is CMU Concrete


\documentclass{article}
\usepackage{fontspec}

\setmainfont{CMU Concrete}

\usepackage{lipsum}
\begin{document}
\lipsum[1-10]
\end{document}



runs without error and pdffonts shows

name                                 type              encoding
 emb sub uni object ID
------------------------------------ -----------------
---------------- --- --- --- ---------
QVDAUS+CMUConcrete-Roman-Identity-H  CID Type 0C       Identity-H
 yes yes yes      4  0


More information about the texhax mailing list.