| \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 |
| |