File size: 971 Bytes
d431d95 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 | \NeedsTeXFormat{LaTeX2e}
\ProvidesPackage{hfstyle/manrope}[Provides the manrope font]
% Write the fd file
\begin{filecontents}{t1manrope.fd}
\ProvidesFile{t1manrope.fd}[Font definitions for T1/manrope.]
\DeclareFontFamily{T1}{manrope}{}
\DeclareFontShape{T1}{manrope}{m} {n} {<-> manroperegular } {}
\DeclareFontShape{T1}{manrope}{b} {n} {<-> manropebold } {}
\DeclareFontShape{T1}{manrope}{m} {it}{<-> ssub * manrope/m/n} {}
\DeclareFontShape{T1}{manrope}{b} {it}{<-> ssub * manrope/b/n} {}
\DeclareFontShape{T1}{manrope}{m} {sc}{<-> ssub * manrope/m/n} {}
\DeclareFontShape{T1}{manrope}{b} {sc}{<-> ssub * manrope/b/n} {}
\DeclareFontShape{T1}{manrope}{m} {sl}{<-> ssub * manrope/m/n} {}
\DeclareFontShape{T1}{manrope}{b} {sl}{<-> ssub * manrope/b/n} {}
\end{filecontents}
% Write the map lines
\pdfmapline{+manroperegular < hfstyle/manrope/Manrope-Regular.ttf <T1-WGL4.enc}
\pdfmapline{+manropebold < hfstyle/manrope/Manrope-Bold.ttf <T1-WGL4.enc}
\endinput
|