1
0
mirror of https://github.com/silkeh/latex-sourceserifpro.git synced 2024-06-26 07:39:00 +02:00

Compare commits

..

No commits in common. "master" and "v1.0" have entirely different histories.
master ... v1.0

1205 changed files with 800 additions and 4373 deletions

3
.gitignore vendored
View File

@ -5,5 +5,4 @@
*.run.xml
*.synctex.gz
*.toc
*.tds.zip
*.xdv

View File

@ -1,5 +1,5 @@
Source Serif Pro v1.4
=====================
Source Serif Pro v2.4
====================
This package provides the Source Serif Pro typeface as a LaTeX package.
Full documentation and revision history in `sourceserifpro.pdf`.
@ -11,13 +11,10 @@ The following options can be used:
* `lining, nf`: use lining numbers.
* `tabular`: use fixed-width numbers.
* `proportional`: use normal numbers.
* `black`: `\bfseries` is black.
* `semibold`: `\bfseries` is semibold.
* `bold`: `\bfseries` is bold.
* `light`: `\mdseries` is light.
* `extralight`: `\mdseries` is extra light.
* `regular`: `\mdseries` is regular.
* `scale, scaled`: set scaling for the font, eg: `scale=.5`
* `scale, scaled`: set scaling for the font, eg: scale=.5
* `default`: Source Serif Pro is set as default font family.
* `normdefault`: Source Serif Pro is not set as roman (serif) family.
* `type1, t1`: override detection and load the Type1 font family.

0
doc/latex/sourceserifpro/LICENSE.txt Normal file → Executable file
View File

View File

@ -3,27 +3,18 @@
\usepackage[opentype]{sourceserifpro}
\newcommand*\spA{abcde}
\newcommand*\spB{01469}
\newcommand*\spr[1][\spA]{& #1 & #1 & #1 & #1 & #1 & #1 & #1\\}
\newcommand*\spr[1][\spA]{& #1 & #1 & #1 \\}
\begin{document}
\centering
\begin{tabular}{
>{\sourceserifpro}l
>{}c
>{\sourceserifproextreme}c
>{\sourceserifprolight}c
>{\sourceserifpro}c
>{\sourceserifprolight\bfseries}c
>{\sourceserifpro\bfseries}c
>{\sourceserifproextreme\bfseries}c }
& Default & ExtraLight & Light & Regular & Semibold & Bold & Black \\
>{\sourceserifprosemibold\bfseries}c
>{\sourceserifpro\bfseries}c }
& Regular & Semibold & Bold \\
normal \spr
italic \spr[\itshape\spA]
small-caps \spr[\scshape\spA]
capitals \spr[\MakeUppercase\spA]
lining \spr[\spB]
lining italic \spr[\itshape\spB]
lining small-caps \spr[\scshape\spB]
old-style \spr[\oldstylenums{\spB}]
old-style italic \spr[\oldstylenums{\itshape \spB}]
old-style small-caps \spr[\oldstylenums{\scshape\spB}]
\end{tabular}
\end{document}
\end{document}

View File

@ -3,27 +3,18 @@
\usepackage[type1]{sourceserifpro}
\newcommand*\spA{abcde}
\newcommand*\spB{01469}
\newcommand*\spr[1][\spA]{& #1 & #1 & #1 & #1 & #1 & #1 & #1\\}
\newcommand*\spr[1][\spA]{& #1 & #1 & #1 \\}
\begin{document}
\centering
\begin{tabular}{
l
>{}c
>{\fontseries{el}\fontshape{n}\selectfont}c
>{\fontseries{l}\fontshape{n}\selectfont}c
l
>{\fontseries{m}\fontshape{n}\selectfont}c
>{\fontseries{sb}\fontshape{n}\selectfont}c
>{\fontseries{b}\fontshape{n}\selectfont}c
>{\fontseries{k}\fontshape{n}\selectfont}c }
& Default & ExtraLight & Light & Regular & Semibold & Bold & Black \\
>{\fontseries{b}\fontshape{n}\selectfont}c }
& Regular & Semibold & Bold \\
normal \spr
italic \spr[\itshape\spA]
small-caps \spr[\scshape\spA]
capitals \spr[\MakeUppercase\spA]
lining \spr[\spB]
lining italic \spr[\itshape\spB]
lining small-caps \spr[\scshape\spB]
old-style \spr[\oldstylenums{\spB}]
old-style italic \spr[\oldstylenums{\itshape \spB}]
old-style small-caps \spr[\oldstylenums{\scshape\spB}]
\end{tabular}
\end{document}
\end{document}

View File

@ -1,5 +1,5 @@
\documentclass[10pt,a4paper,english]{article}
\usepackage{geometry,metalogo,hyperref,babel,mdwlist,array,multicol}
\documentclass[11pt,a4paper,english]{article}
\usepackage{geometry,dtklogos,hyperref,babel,mdwlist,array,multicol}
\usepackage[default,osf]{sourceserifpro}
\usepackage[scaled=.95]{sourcecodepro}
@ -18,14 +18,12 @@
}
\author{Silke Hofstra, \href{mailto:tex@slxh.nl}{tex@slxh.nl}}
\date{Documentation for sourceserifpro v1.4.\\ \today}
\date{Documentation for sourceserifpro v1.0.\\ \today}
\begin{document}
\maketitle
\begin{multicols}{2}
This package provides the Source Serif Pro font in an easy to use way. For \XeLaTeX\ and \LuaLaTeX\ users the original OpenType fonts from \href{https://github.com/adobe-fonts/source-serif-pro}{GitHub} are used. The entire font family is included.
This package is also available on \href{https://github.com/silkeh/latex-sourceserifpro}{GitHub}.
This package provides the Source Serif Pro font in an easy to use way. For \XeLaTeX\ and \LuaLaTeX\ users the original OpenType fonts are used. The entire font family is included, which can also be downloaded from \href{sourceforge.net/projects/sourceserifpro.adobe}{SourceForge}.
\section{Options}
The package has the following options:
@ -34,15 +32,12 @@ The package has the following options:
\item \textbf{lining, nf, lf}: use lining numbers.
\item \textbf{tabular}: use fixed-width numbers.
\item \textbf{proportional}: use normal numbers.
\item \textbf{black}: \texttt{\textbackslash bfseries} is black.
\item \textbf{semibold}: \texttt{\textbackslash bfseries} is semibold.
\item \textbf{bold}: \texttt{\textbackslash bfseries} is bold.
\item \textbf{light}: \texttt{\textbackslash mdseries} is light.
\item \textbf{extralight}: \texttt{\textbackslash mdseries} is extra light.
\item \textbf{regular}: \texttt{\textbackslash mdseries} is regular.
\item \textbf{scale, scaled}: Change the scaling with a factor. For example: \texttt{scale=.5}
\item \textbf{default}: Source Serif Pro is set as the default font family.
\item \textbf{normdefault}: Source Serif Pro is not set as the roman (serif) family.
\item \textbf{default}: Source Sans Pro is set as the default font family.
\item \textbf{normdefault}: Source Sans Pro is not set as the roman (serif) family.
\item \textbf{type1, t1}: Override automatic detection and use the Type 1 fonts.
\item \textbf{opentype, otf}: Override automatic detection and use OpenType fonts.
\end{itemize*}
@ -53,10 +48,8 @@ Commands for all weights are also provided for \XeLaTeX\ and \LuaLaTeX\ users.
\begin{itemize*}
\item \texttt{\bfseries \textbackslash sourceserifpro}
-- the regular and bold weights.
\item \texttt{\bfseries \textbackslash sourceserifprolight}
-- the light and semibold weights.
\item \texttt{\bfseries \textbackslash sourceserifproextreme}
-- the extra light and black weights.
\item \texttt{\bfseries \textbackslash sourceserifprosemibold}
-- the regular and semibold weights.
\end{itemize*}
\section{Licence}
@ -74,18 +67,9 @@ A complete list of available font features is available on page \pageref{sec:otf
\subsection{Files}
\begin{itemize*}
\item SourceSerifPro-Black.otf
\item SourceSerifPro-BlackIt.otf
\item SourceSerifPro-Bold.otf
\item SourceSerifPro-BoldIt.otf
\item SourceSerifPro-ExtraLight.otf
\item SourceSerifPro-ExtraLightIt.otf
\item SourceSerifPro-Light.otf
\item SourceSerifPro-LightIt.otf
\item SourceSerifPro-Regular.otf
\item SourceSerifPro-RegularIt.otf
\item SourceSerifPro-Semibold.otf
\item SourceSerifPro-SemiboldIt.otf
\item SourceSerifPro-Bold.otf
\end{itemize*}
\section{Type1}
@ -96,41 +80,19 @@ The following Type1 font families are included:
\item SourceSerifPro-OsF
\item SourceSerifPro-TOsF
\end{itemize*}
With series el, l, m, sb, b, k and shape n, i and sc.
With series m, and sb, and shape n.
\section{Version history}
\subsection*{1.4}
\begin{itemize*}
\item Fix OpenType italics
\end{itemize*}
\subsection*{1.3}
\begin{itemize*}
\item Update fonts to 2.007R-ro/1.007R-it
\item Add small caps (Github issue \#2)
\item Add italics (Github issue \#3)
\end{itemize*}
\subsection*{1.2}
\begin{itemize*}
\item Fixed unimplemented weights (Github issue \#1)
\end{itemize*}
\subsection*{1.1}
\begin{itemize*}
\item Updated package with fonts 1.017
\end{itemize*}
\subsection*{1.0}
\begin{itemize*}
\begin{itemize}
\item Initial release with fonts 1.014
\end{itemize*}
\end{itemize}
\section{Known issues}
\begin{itemize*}
\item There are no known issues.
\end{itemize*}
\vspace{0pt plus 1filll}\mbox{}
\newpage
\end{multicols}
@ -158,23 +120,18 @@ This table can also be found in \file{sourceserifpro-type1-specimen}.
\centering
\begin{tabular}{>{\ttfamily}l l}
aalt & Access All Alternates \\
c2sc & Small Capitals From Capitals \\
case & Case-Sensitive Forms \\
ccmp & Glyph Composition/Decomposition \\
dnom & Denominators \\
frac & Fractions \\
kern & Kerning \\
liga & Standard Ligatures \\
lnum & Lining Figures \\
mark & Mark Positioning \\
mkmk & Mark to Mark Positioning \\
numr & Numerators \\
onum & Oldstyle Figures \\
ordn & Ordinals \\
pnum & Proportional Figures \\
sinf & Scientific Inferiors \\
size & Optical Size \\
smcp & Small Capitals \\
subs & Subscript \\
sups & Superscript \\
tnum & Tabular Figures \\
@ -184,3 +141,4 @@ This table can also be found in \file{sourceserifpro-type1-specimen}.
\textit{(list generated with otfinfo)}
\end{document}

View File

@ -1,15 +1,15 @@
% THIS FILE WAS AUTOMATICALLY GENERATED -- DO NOT EDIT
%%AutoEnc_g6m65jexkb7th7sfx4qzjrjrgb
% Encoding created by otftotfm on Wed Sep 5 11:16:52 2018
%%AutoEnc_3gun5dllfpxf7fzjok4dhhdhjc
% Encoding created by otftotfm on Wed Sep 17 12:38:15 2014
% Command line follows encoding
/AutoEnc_g6m65jexkb7th7sfx4qzjrjrgb [
/AutoEnc_3gun5dllfpxf7fzjok4dhhdhjc [
%00
/grave /acute /circumflex /tilde /dieresis /hungarumlaut /ring /caron
/breve /macron /dotaccent /cedilla /ogonek /quotesinglbase /guilsinglleft /guilsinglright
%10
/quotedblleft /quotedblright /quotedblbase /guillemotleft /guillemotright /endash /emdash /.notdef
/f_t /dotlessi /uni0237 /f_i /f_l /f_f /f_f_i /f_f_l
/.notdef /dotlessi /.notdef /f_i /f_l /f_t /.notdef /.notdef
%20
/.notdef /exclam /quotedbl /numbersign /dollar /percent /ampersand /quoteright
/parenleft /parenright /asterisk /plus /comma /hyphen /period /slash
@ -62,5 +62,5 @@
% --map-file=fonts/map/dvips/sourceserifpro/SourceSerifPro.map --no-updmap
% --coding-scheme=EXTENDED TEX FONT ENCODING - LATIN --feature=kern
% --feature=liga --feature=onum --feature=tnum
% fonts/opentype/adobe/sourceserifpro/SourceSerifPro-Black.otf
% SourceSerifPro-Black-tosf-t1'
% fonts/opentype/adobe/sourceserifpro/SourceSerifPro-Bold.otf
% SourceSerifPro-Bold-tosf-t1'

View File

@ -1,66 +0,0 @@
% THIS FILE WAS AUTOMATICALLY GENERATED -- DO NOT EDIT
%%AutoEnc_5mjl2dovzk23f5cvifl7btewwc
% Encoding created by otftotfm on Wed Sep 5 11:17:23 2018
% Command line follows encoding
/AutoEnc_5mjl2dovzk23f5cvifl7btewwc [
%00
/grave /acute /circumflex /tilde /dieresis /hungarumlaut /ring /caron
/breve /macron /dotaccent /cedilla /ogonek /quotesinglbase /guilsinglleft /guilsinglright
%10
/quotedblleft /quotedblright /quotedblbase /guillemotleft /guillemotright /endash /emdash /.notdef
/f_b /dotlessi /uni0237 /f_f /f_i /f_l /f_f_i /f_f_l
%20
/.notdef /exclam /quotedbl /numbersign /dollar /percent /ampersand /quoteright
/parenleft /parenright /asterisk /plus /comma /hyphen /period /slash
%30
/zero.lf /one.lf /two.lf /three.lf /four.lf /five.lf /six.lf /seven.lf
/eight.lf /nine.lf /colon /semicolon /less /equal /greater /question
%40
/at /A /B /C /D /E /F /G
/H /I /J /K /L /M /N /O
%50
/P /Q /R /S /T /U /V /W
/X /Y /Z /bracketleft /backslash /bracketright /asciicircum /underscore
%60
/quoteleft /a /b /c /d /e /f /g
/h /i /j /k /l /m /n /o
%70
/p /q /r /s /t /u /v /w
/x /y /z /braceleft /bar /braceright /asciitilde /hyphen
%80
/Abreve /Aogonek /Cacute /Ccaron /Dcaron /Ecaron /Eogonek /Gbreve
/Lacute /Lcaron /Lslash /Nacute /Ncaron /f_h /Ohungarumlaut /Racute
%90
/Rcaron /Sacute /Scaron /uni015E /Tcaron /uni0162 /Uhungarumlaut /Uring
/Ydieresis /Zacute /Zcaron /Zdotaccent /.notdef /Idotaccent /dcroat /section
%A0
/abreve /aogonek /cacute /ccaron /dcaron /ecaron /eogonek /gbreve
/lacute /lcaron /lslash /nacute /ncaron /f_j /ohungarumlaut /racute
%B0
/rcaron /sacute /scaron /uni015F /tcaron /uni0163 /uhungarumlaut /uring
/ydieresis /zacute /zcaron /zdotaccent /.notdef /exclamdown /questiondown /sterling
%C0
/Agrave /Aacute /Acircumflex /Atilde /Adieresis /Aring /AE /Ccedilla
/Egrave /Eacute /Ecircumflex /Edieresis /Igrave /Iacute /Icircumflex /Idieresis
%D0
/Eth /Ntilde /Ograve /Oacute /Ocircumflex /Otilde /Odieresis /OE
/Oslash /Ugrave /Uacute /Ucircumflex /Udieresis /Yacute /Thorn /.notdef
%E0
/agrave /aacute /acircumflex /atilde /adieresis /aring /ae /ccedilla
/egrave /eacute /ecircumflex /edieresis /igrave /iacute /icircumflex /idieresis
%F0
/eth /ntilde /ograve /oacute /ocircumflex /otilde /odieresis /oe
/oslash /ugrave /uacute /ucircumflex /udieresis /yacute /thorn /germandbls
] def
% Command line: 'otftotfm --automatic --encoding=fontools_t1
% --tfm-directory=fonts/tfm/adobe/sourceserifpro
% --vf-directory=fonts/vf/adobe/sourceserifpro
% --type1-directory=fonts/type1/adobe/sourceserifpro
% --truetype-directory=fonts/truetype/adobe/sourceserifpro
% --encoding-directory=fonts/enc/dvips/sourceserifpro
% --map-file=fonts/map/dvips/sourceserifpro/SourceSerifPro.map --no-updmap
% --coding-scheme=EXTENDED TEX FONT ENCODING - LATIN --feature=kern
% --feature=liga --feature=lnum --feature=pnum
% fonts/opentype/adobe/sourceserifpro/SourceSerifPro-BlackIt.otf
% SourceSerifPro-BlackIt-lf-t1'

View File

@ -1,15 +1,15 @@
% THIS FILE WAS AUTOMATICALLY GENERATED -- DO NOT EDIT
%%AutoEnc_3wqk3b45ztnjhss2x7wvgnk5sh
% Encoding created by otftotfm on Wed Sep 5 11:17:03 2018
%%AutoEnc_64kcwv5ktbqkgucjabmsi2zk4e
% Encoding created by otftotfm on Wed Sep 17 12:38:14 2014
% Command line follows encoding
/AutoEnc_3wqk3b45ztnjhss2x7wvgnk5sh [
/AutoEnc_64kcwv5ktbqkgucjabmsi2zk4e [
%00
/grave /acute /circumflex /tilde /dieresis /hungarumlaut /ring /caron
/breve /macron /dotaccent /cedilla /ogonek /quotesinglbase /guilsinglleft /guilsinglright
%10
/quotedblleft /quotedblright /quotedblbase /guillemotleft /guillemotright /endash /emdash /.notdef
/f_t /dotlessi /uni0237 /f_i /f_l /f_f /f_f_i /f_f_l
/.notdef /dotlessi /.notdef /f_i /f_l /f_t /.notdef /.notdef
%20
/.notdef /exclam /quotedbl /numbersign /dollar /percent /ampersand /quoteright
/parenleft /parenright /asterisk /plus /comma /hyphen /period /slash
@ -62,5 +62,5 @@
% --map-file=fonts/map/dvips/sourceserifpro/SourceSerifPro.map --no-updmap
% --coding-scheme=EXTENDED TEX FONT ENCODING - LATIN --feature=kern
% --feature=liga --feature=onum --feature=pnum
% fonts/opentype/adobe/sourceserifpro/SourceSerifPro-Black.otf
% SourceSerifPro-Black-osf-t1'
% fonts/opentype/adobe/sourceserifpro/SourceSerifPro-Bold.otf
% SourceSerifPro-Bold-osf-t1'

View File

@ -1,66 +0,0 @@
% THIS FILE WAS AUTOMATICALLY GENERATED -- DO NOT EDIT
%%AutoEnc_6lyhkvbmyboo6b6b7r7iziug4c
% Encoding created by otftotfm on Wed Sep 5 11:17:06 2018
% Command line follows encoding
/AutoEnc_6lyhkvbmyboo6b6b7r7iziug4c [
%00
/f_i /Euro /f_l /f_f /fraction /dotaccent /hungarumlaut /ogonek
/f_f_i /f_f_l /.notdef /f_t /.notdef /.notdef /.notdef /.notdef
%10
/dotlessi /uni0237 /grave /acute /caron /breve /macron /ring
/cedilla /germandbls /ae /oe /oslash /AE /OE /Oslash
%20
/space /exclam /quotedbl /numbersign /dollar /percent /ampersand /quoteright
/parenleft /parenright /asterisk /plus /comma /hyphen /period /slash
%30
/zero.osf /one.osf /two.osf /three.osf /four.osf /five.osf /six.osf /seven.osf
/eight.osf /nine.osf /colon /semicolon /less /equal /greater /question
%40
/at /A /B /C /D /E /F /G
/H /I /J /K /L /M /N /O
%50
/P /Q /R /S /T /U /V /W
/X /Y /Z /bracketleft /backslash /bracketright /circumflex /underscore
%60
/quoteleft /a /b /c /d /e /f /g
/h /i /j /k /l /m /n /o
%70
/p /q /r /s /t /u /v /w
/x /y /z /braceleft /bar /braceright /tilde /dieresis
%80
/Lslash /quotesingle /quotesinglbase /uni0192 /quotedblbase /ellipsis /dagger /daggerdbl
/circumflex /perthousand /Scaron /guilsinglleft /OE /Zcaron /asciicircum /minus
%90
/lslash /quoteleft /quoteright /quotedblleft /quotedblright /bullet /endash /emdash
/tilde /trademark /scaron /guilsinglright /oe /zcaron /asciitilde /Ydieresis
%A0
/space /exclamdown /cent /sterling /currency /yen /brokenbar /section
/dieresis /copyright /ordfeminine /guillemotleft /logicalnot /hyphen /registered /macron
%B0
/degree /plusminus /two.sups /three.sups /acute /mu /paragraph /periodcentered
/cedilla /one.sups /ordmasculine /guillemotright /onequarter /onehalf /threequarters /questiondown
%C0
/Agrave /Aacute /Acircumflex /Atilde /Adieresis /Aring /AE /Ccedilla
/Egrave /Eacute /Ecircumflex /Edieresis /Igrave /Iacute /Icircumflex /Idieresis
%D0
/Eth /Ntilde /Ograve /Oacute /Ocircumflex /Otilde /Odieresis /multiply
/Oslash /Ugrave /Uacute /Ucircumflex /Udieresis /Yacute /Thorn /germandbls
%E0
/agrave /aacute /acircumflex /atilde /adieresis /aring /ae /ccedilla
/egrave /eacute /ecircumflex /edieresis /igrave /iacute /icircumflex /idieresis
%F0
/eth /ntilde /ograve /oacute /ocircumflex /otilde /odieresis /divide
/oslash /ugrave /uacute /ucircumflex /udieresis /yacute /thorn /ydieresis
] def
% Command line: 'otftotfm --automatic --encoding=fontools_ly1
% --tfm-directory=fonts/tfm/adobe/sourceserifpro
% --vf-directory=fonts/vf/adobe/sourceserifpro
% --type1-directory=fonts/type1/adobe/sourceserifpro
% --truetype-directory=fonts/truetype/adobe/sourceserifpro
% --encoding-directory=fonts/enc/dvips/sourceserifpro
% --map-file=fonts/map/dvips/sourceserifpro/SourceSerifPro.map --no-updmap
% --coding-scheme=TEX TYPEWRITER AND WINDOWS ANSI --feature=kern
% --feature=liga --feature=onum --feature=pnum
% fonts/opentype/adobe/sourceserifpro/SourceSerifPro-Black.otf
% SourceSerifPro-Black-osf-ly1'

View File

@ -1,14 +1,14 @@
% THIS FILE WAS AUTOMATICALLY GENERATED -- DO NOT EDIT
%%AutoEnc_n7bg2csbattzft5zxcjnz4tfxh
% Encoding created by otftotfm on Wed Sep 5 11:17:26 2018
%%AutoEnc_7c323s52iwnfxfphstmcwmdtja
% Encoding created by otftotfm on Wed Sep 17 12:38:14 2014
% Command line follows encoding
/AutoEnc_n7bg2csbattzft5zxcjnz4tfxh [
/AutoEnc_7c323s52iwnfxfphstmcwmdtja [
%00
/.notdef /Euro /.notdef /.notdef /fraction /dotaccent /hungarumlaut /ogonek
/.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef
%10
/dotlessi /uni0237 /grave /acute /caron /breve /macron /ring
/dotlessi /.notdef /grave /acute /caron /breve /macron /ring
/cedilla /germandbls /ae /oe /oslash /AE /OE /Oslash
%20
/space /exclam /quotedbl /numbersign /dollar /percent /ampersand /quoteright
@ -21,7 +21,7 @@
/H /I /J /K /L /M /N /O
%50
/P /Q /R /S /T /U /V /W
/X /Y /Z /bracketleft.dnom /backslash /bracketright.dnom /circumflex /underscore
/X /Y /Z /bracketleft /backslash /bracketright /circumflex /underscore
%60
/quoteleft /a /b /c /d /e /f /g
/h /i /j /k /l /m /n /o
@ -35,8 +35,8 @@
/lslash /quoteleft /quoteright /quotedblleft /quotedblright /bullet /endash /emdash
/tilde /trademark /scaron /guilsinglright /oe /zcaron /asciitilde /Ydieresis
%A0
/space /exclamdown /cent /sterling /currency /yen /brokenbar /section
/dieresis /copyright /ordfeminine /guillemotleft /logicalnot /hyphen /registered /macron
/uni00A0 /exclamdown /cent /sterling /currency /yen /brokenbar /section
/dieresis /copyright /ordfeminine /guillemotleft /logicalnot /uni00AD /registered /macron
%B0
/degree /plusminus /two.sups /three.sups /acute /uni00B5 /paragraph /periodcentered
/cedilla /one.sups /ordmasculine /guillemotright /onequarter /onehalf /threequarters /questiondown
@ -62,5 +62,5 @@
% --map-file=fonts/map/dvips/sourceserifpro/SourceSerifPro.map --no-updmap
% --coding-scheme=TEX TYPEWRITER AND WINDOWS ANSI --feature=dnom
% --feature=kern --feature=liga --ligkern=* {KL} *
% fonts/opentype/adobe/sourceserifpro/SourceSerifPro-BlackIt.otf
% SourceSerifPro-BlackIt-dnom-ly1'
% fonts/opentype/adobe/sourceserifpro/SourceSerifPro-Bold.otf
% SourceSerifPro-Bold-dnom-ly1'

View File

@ -0,0 +1,66 @@
% THIS FILE WAS AUTOMATICALLY GENERATED -- DO NOT EDIT
%%AutoEnc_7vfhsm6ipz47hrlbexufufykia
% Encoding created by otftotfm on Wed Sep 17 12:38:13 2014
% Command line follows encoding
/AutoEnc_7vfhsm6ipz47hrlbexufufykia [
%00
/grave /acute /circumflex /tilde /dieresis /hungarumlaut /ring /caron
/breve /macron /dotaccent /cedilla /ogonek /quotesinglbase /guilsinglleft /guilsinglright
%10
/quotedblleft /quotedblright /quotedblbase /guillemotleft /guillemotright /endash /emdash /.notdef
/.notdef /dotlessi /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef
%20
/.notdef /exclam /quotedbl /numbersign /dollar /percent /ampersand /quoteright
/parenleft.subs /parenright.subs /asterisk /plus /comma.subs /hyphen /period.subs /slash
%30
/zero.subs /one.subs /two.subs /three.subs /four.subs /five.subs /six.subs /seven.subs
/eight.subs /nine.subs /colon /semicolon /less /equal /greater /question
%40
/at /A /B /C /D /E /F /G
/H /I /J /K /L /M /N /O
%50
/P /Q /R /S /T /U /V /W
/X /Y /Z /bracketleft /backslash /bracketright /asciicircum /underscore
%60
/quoteleft /a /b /c /d /e /f /g
/h /i /j /k /l /m /n /o
%70
/p /q /r /s /t /u /v /w
/x /y /z /braceleft /bar /braceright /asciitilde /hyphen
%80
/Abreve /Aogonek /Cacute /Ccaron /Dcaron /Ecaron /Eogonek /Gbreve
/Lacute /Lcaron /Lslash /Nacute /Ncaron /.notdef /Ohungarumlaut /Racute
%90
/Rcaron /Sacute /Scaron /uni015E /Tcaron /uni0162 /Uhungarumlaut /Uring
/Ydieresis /Zacute /Zcaron /Zdotaccent /.notdef /Idotaccent /dcroat /section
%A0
/abreve /aogonek /cacute /ccaron /dcaron /ecaron /eogonek /gbreve
/lacute /lcaron /lslash /nacute /ncaron /.notdef /ohungarumlaut /racute
%B0
/rcaron /sacute /scaron /uni015F /tcaron /uni0163 /uhungarumlaut /uring
/ydieresis /zacute /zcaron /zdotaccent /.notdef /exclamdown /questiondown /sterling
%C0
/Agrave /Aacute /Acircumflex /Atilde /Adieresis /Aring /AE /Ccedilla
/Egrave /Eacute /Ecircumflex /Edieresis /Igrave /Iacute /Icircumflex /Idieresis
%D0
/Eth /Ntilde /Ograve /Oacute /Ocircumflex /Otilde /Odieresis /OE
/Oslash /Ugrave /Uacute /Ucircumflex /Udieresis /Yacute /Thorn /.notdef
%E0
/agrave /aacute /acircumflex /atilde /adieresis /aring /ae /ccedilla
/egrave /eacute /ecircumflex /edieresis /igrave /iacute /icircumflex /idieresis
%F0
/eth /ntilde /ograve /oacute /ocircumflex /otilde /odieresis /oe
/oslash /ugrave /uacute /ucircumflex /udieresis /yacute /thorn /germandbls
] def
% Command line: 'otftotfm --automatic --encoding=fontools_t1
% --tfm-directory=fonts/tfm/adobe/sourceserifpro
% --vf-directory=fonts/vf/adobe/sourceserifpro
% --type1-directory=fonts/type1/adobe/sourceserifpro
% --truetype-directory=fonts/truetype/adobe/sourceserifpro
% --encoding-directory=fonts/enc/dvips/sourceserifpro
% --map-file=fonts/map/dvips/sourceserifpro/SourceSerifPro.map --no-updmap
% --coding-scheme=EXTENDED TEX FONT ENCODING - LATIN --feature=kern
% --feature=liga --feature=sinf --ligkern=* {KL} *
% fonts/opentype/adobe/sourceserifpro/SourceSerifPro-Bold.otf
% SourceSerifPro-Bold-inf-t1'

View File

@ -1,15 +1,15 @@
% THIS FILE WAS AUTOMATICALLY GENERATED -- DO NOT EDIT
%%AutoEnc_rlbtkr46srpbtit6fkv63gjpyc
% Encoding created by otftotfm on Wed Sep 5 11:16:40 2018
%%AutoEnc_a5mxzoyri6ucgtnr6jaowbo2pb
% Encoding created by otftotfm on Wed Sep 17 12:38:15 2014
% Command line follows encoding
/AutoEnc_rlbtkr46srpbtit6fkv63gjpyc [
/AutoEnc_a5mxzoyri6ucgtnr6jaowbo2pb [
%00
/grave /acute /circumflex /tilde /dieresis /hungarumlaut /ring /caron
/breve /macron /dotaccent /cedilla /ogonek /quotesinglbase /guilsinglleft /guilsinglright
%10
/quotedblleft /quotedblright /quotedblbase /guillemotleft /guillemotright /endash /emdash /.notdef
/f_t /dotlessi /uni0237 /f_i /f_l /f_f /f_f_i /f_f_l
/.notdef /dotlessi /.notdef /f_i /f_l /f_t /.notdef /.notdef
%20
/.notdef /exclam /quotedbl /numbersign /dollar /percent /ampersand /quoteright
/parenleft /parenright /asterisk /plus /comma /hyphen /period /slash
@ -62,5 +62,5 @@
% --map-file=fonts/map/dvips/sourceserifpro/SourceSerifPro.map --no-updmap
% --coding-scheme=EXTENDED TEX FONT ENCODING - LATIN --feature=kern
% --feature=liga --feature=lnum --feature=pnum
% fonts/opentype/adobe/sourceserifpro/SourceSerifPro-Black.otf
% SourceSerifPro-Black-lf-t1'
% fonts/opentype/adobe/sourceserifpro/SourceSerifPro-Bold.otf
% SourceSerifPro-Bold-lf-t1'

View File

@ -1,66 +0,0 @@
% THIS FILE WAS AUTOMATICALLY GENERATED -- DO NOT EDIT
%%AutoEnc_abavx3fnku5izxyiwfceyanhwc
% Encoding created by otftotfm on Wed Sep 5 11:17:01 2018
% Command line follows encoding
/AutoEnc_abavx3fnku5izxyiwfceyanhwc [
%00
/.notdef /Euro /.notdef /.notdef /fraction /dotaccent /hungarumlaut /ogonek
/.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef
%10
/dotlessi /uni0237 /grave /acute /caron /breve /macron /ring
/cedilla /germandbls /ae /oe /oslash /AE /OE /Oslash
%20
/space /exclam /quotedbl /numbersign /dollar /percent /ampersand /quoteright
/parenleft.sups /parenright.sups /asterisk /plus /comma.sups /hyphen.sups /period.sups /slash
%30
/zero.sups /one.sups /two.sups /three.sups /four.sups /five.sups /six.sups /seven.sups
/eight.sups /nine.sups /colon.sups /semicolon /less /equal /greater /question
%40
/at /A.sups /B.sups /C.sups /D.sups /E.sups /F.sups /G.sups
/H.sups /I.sups /J.sups /K.sups /L.sups /M.sups /N.sups /O.sups
%50
/P.sups /Q.sups /R.sups /S.sups /T.sups /U.sups /V.sups /W.sups
/X.sups /Y.sups /Z.sups /bracketleft.sups /backslash /bracketright.sups /circumflex /underscore
%60
/quoteleft /a.sups /b.sups /c.sups /d.sups /e.sups /f.sups /g.sups
/h.sups /i.sups /j.sups /k.sups /l.sups /m.sups /n.sups /o.sups
%70
/p.sups /q.sups /r.sups /s.sups /t.sups /u.sups /v.sups /w.sups
/x.sups /y.sups /z.sups /braceleft /bar /braceright /tilde /dieresis
%80
/Lslash /quotesingle /quotesinglbase /uni0192 /quotedblbase /ellipsis /dagger /daggerdbl
/circumflex /perthousand /Scaron /guilsinglleft /OE /Zcaron /asciicircum /minus
%90
/lslash /quoteleft /quoteright /quotedblleft /quotedblright /bullet /endash.sups /emdash.sups
/tilde /trademark /scaron /guilsinglright /oe /zcaron /asciitilde /Ydieresis
%A0
/space /exclamdown /cent /sterling /currency /yen /brokenbar /section
/dieresis /copyright /ordfeminine /guillemotleft /logicalnot /hyphen.sups /registered /macron
%B0
/degree /plusminus /two.sups /three.sups /acute /mu /paragraph /periodcentered
/cedilla /one.sups /ordmasculine /guillemotright /onequarter /onehalf /threequarters /questiondown
%C0
/Agrave /Aacute /Acircumflex /Atilde /Adieresis /Aring /AE /Ccedilla
/Egrave /Eacute /Ecircumflex /Edieresis /Igrave /Iacute /Icircumflex /Idieresis
%D0
/Eth /Ntilde /Ograve /Oacute /Ocircumflex /Otilde /Odieresis /multiply
/Oslash /Ugrave /Uacute /Ucircumflex /Udieresis /Yacute /Thorn /germandbls
%E0
/agrave /aacute /acircumflex /atilde /adieresis /aring /ae /ccedilla
/egrave.sups /eacute.sups /ecircumflex /edieresis /igrave /iacute /icircumflex /idieresis
%F0
/eth /ntilde /ograve /oacute /ocircumflex /otilde /odieresis /divide
/oslash /ugrave /uacute /ucircumflex /udieresis /yacute /thorn /ydieresis
] def
% Command line: 'otftotfm --automatic --encoding=fontools_ly1
% --tfm-directory=fonts/tfm/adobe/sourceserifpro
% --vf-directory=fonts/vf/adobe/sourceserifpro
% --type1-directory=fonts/type1/adobe/sourceserifpro
% --truetype-directory=fonts/truetype/adobe/sourceserifpro
% --encoding-directory=fonts/enc/dvips/sourceserifpro
% --map-file=fonts/map/dvips/sourceserifpro/SourceSerifPro.map --no-updmap
% --coding-scheme=TEX TYPEWRITER AND WINDOWS ANSI --feature=kern
% --feature=liga --feature=sups --ligkern=* {KL} *
% fonts/opentype/adobe/sourceserifpro/SourceSerifPro-Black.otf
% SourceSerifPro-Black-sup-ly1'

View File

@ -1,66 +0,0 @@
% THIS FILE WAS AUTOMATICALLY GENERATED -- DO NOT EDIT
%%AutoEnc_bizpe5zneg7uwhs5qd5ll66b6d
% Encoding created by otftotfm on Wed Sep 5 11:17:35 2018
% Command line follows encoding
/AutoEnc_bizpe5zneg7uwhs5qd5ll66b6d [
%00
/grave /acute /circumflex /tilde /dieresis /hungarumlaut /ring /caron
/breve /macron /dotaccent /cedilla /ogonek /quotesinglbase /guilsinglleft /guilsinglright
%10
/quotedblleft /quotedblright /quotedblbase /guillemotleft /guillemotright /endash /emdash /.notdef
/f_b /dotlessi /uni0237 /f_f /f_i /f_l /f_f_i /f_f_l
%20
/.notdef /exclam /quotedbl /numbersign /dollar /percent /ampersand /quoteright
/parenleft /parenright /asterisk /plus /comma /hyphen /period /slash
%30
/zero /one /two /three /four /five /six /seven
/eight /nine /colon /semicolon /less /equal /greater /question
%40
/at /A /B /C /D /E /F /G
/H /I /J /K /L /M /N /O
%50
/P /Q /R /S /T /U /V /W
/X /Y /Z /bracketleft /backslash /bracketright /asciicircum /underscore
%60
/quoteleft /a /b /c /d /e /f /g
/h /i /j /k /l /m /n /o
%70
/p /q /r /s /t /u /v /w
/x /y /z /braceleft /bar /braceright /asciitilde /hyphen
%80
/Abreve /Aogonek /Cacute /Ccaron /Dcaron /Ecaron /Eogonek /Gbreve
/Lacute /Lcaron /Lslash /Nacute /Ncaron /f_h /Ohungarumlaut /Racute
%90
/Rcaron /Sacute /Scaron /uni015E /Tcaron /uni0162 /Uhungarumlaut /Uring
/Ydieresis /Zacute /Zcaron /Zdotaccent /.notdef /Idotaccent /dcroat /section
%A0
/abreve /aogonek /cacute /ccaron /dcaron /ecaron /eogonek /gbreve
/lacute /lcaron /lslash /nacute /ncaron /f_j /ohungarumlaut /racute
%B0
/rcaron /sacute /scaron /uni015F /tcaron /uni0163 /uhungarumlaut /uring
/ydieresis /zacute /zcaron /zdotaccent /.notdef /exclamdown /questiondown /sterling
%C0
/Agrave /Aacute /Acircumflex /Atilde /Adieresis /Aring /AE /Ccedilla
/Egrave /Eacute /Ecircumflex /Edieresis /Igrave /Iacute /Icircumflex /Idieresis
%D0
/Eth /Ntilde /Ograve /Oacute /Ocircumflex /Otilde /Odieresis /OE
/Oslash /Ugrave /Uacute /Ucircumflex /Udieresis /Yacute /Thorn /.notdef
%E0
/agrave /aacute /acircumflex /atilde /adieresis /aring /ae /ccedilla
/egrave /eacute /ecircumflex /edieresis /igrave /iacute /icircumflex /idieresis
%F0
/eth /ntilde /ograve /oacute /ocircumflex /otilde /odieresis /oe
/oslash /ugrave /uacute /ucircumflex /udieresis /yacute /thorn /germandbls
] def
% Command line: 'otftotfm --automatic --encoding=fontools_t1
% --tfm-directory=fonts/tfm/adobe/sourceserifpro
% --vf-directory=fonts/vf/adobe/sourceserifpro
% --type1-directory=fonts/type1/adobe/sourceserifpro
% --truetype-directory=fonts/truetype/adobe/sourceserifpro
% --encoding-directory=fonts/enc/dvips/sourceserifpro
% --map-file=fonts/map/dvips/sourceserifpro/SourceSerifPro.map --no-updmap
% --coding-scheme=EXTENDED TEX FONT ENCODING - LATIN --feature=kern
% --feature=liga --feature=lnum --feature=tnum
% fonts/opentype/adobe/sourceserifpro/SourceSerifPro-BlackIt.otf
% SourceSerifPro-BlackIt-tlf-t1'

View File

@ -1,14 +1,14 @@
% THIS FILE WAS AUTOMATICALLY GENERATED -- DO NOT EDIT
%%AutoEnc_bdm2kibvmdgoxyx26z3b5ozzje
% Encoding created by otftotfm on Wed Sep 5 11:17:37 2018
%%AutoEnc_c5lvgev7pakzhx5ieh2gkotgxg
% Encoding created by otftotfm on Wed Sep 17 12:38:13 2014
% Command line follows encoding
/AutoEnc_bdm2kibvmdgoxyx26z3b5ozzje [
/AutoEnc_c5lvgev7pakzhx5ieh2gkotgxg [
%00
/.notdef /uni2206 /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef
/.notdef /.notdef /uni2126 /.notdef /.notdef /.notdef /.notdef /.notdef
%10
/dotlessi /uni0237 /grave /acute /caron /breve /macron /ring
/dotlessi /.notdef /grave /acute /caron /breve /macron /ring
/cedilla /germandbls /ae /oe /oslash /AE /OE /Oslash
%20
/space /exclam /quotedblright /numbersign /dollar /percent /ampersand /quoteright
@ -21,7 +21,7 @@
/H /I /J /K /L /M /N /O
%50
/P /Q /R /S /T /U /V /W
/X /Y /Z /bracketleft.numr /quotedblleft /bracketright.numr /circumflex /dotaccent
/X /Y /Z /bracketleft /quotedblleft /bracketright /circumflex /dotaccent
%60
/quoteleft /a /b /c /d /e /f /g
/h /i /j /k /l /m /n /o
@ -30,13 +30,13 @@
/x /y /z /endash /emdash /hungarumlaut /tilde /dieresis
%80
/.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef
/.notdef /.notdef /Lslash /.notdef /.notdef /.notdef /.notdef /.notdef
/.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef
%90
/.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef
/.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef
%A0
/.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef
/.notdef /.notdef /lslash /.notdef /.notdef /.notdef /.notdef /.notdef
/.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef
%B0
/.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef
/.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef
@ -62,5 +62,5 @@
% --map-file=fonts/map/dvips/sourceserifpro/SourceSerifPro.map --no-updmap
% --coding-scheme=TEX TEXT --feature=kern --feature=liga --feature=numr
% --ligkern=* {KL} *
% fonts/opentype/adobe/sourceserifpro/SourceSerifPro-BlackIt.otf
% SourceSerifPro-BlackIt-numr-ot1'
% fonts/opentype/adobe/sourceserifpro/SourceSerifPro-Bold.otf
% SourceSerifPro-Bold-numr-ot1'

View File

@ -1,14 +1,14 @@
% THIS FILE WAS AUTOMATICALLY GENERATED -- DO NOT EDIT
%%AutoEnc_osimgjo4i3mm5lawo2mv77qjoh
% Encoding created by otftotfm on Wed Sep 5 11:17:33 2018
%%AutoEnc_c6mgd7gu356i324u76idk7nxnh
% Encoding created by otftotfm on Wed Sep 17 12:38:14 2014
% Command line follows encoding
/AutoEnc_osimgjo4i3mm5lawo2mv77qjoh [
/AutoEnc_c6mgd7gu356i324u76idk7nxnh [
%00
/f_f /Euro /f_i /f_l /fraction /dotaccent /hungarumlaut /ogonek
/f_f_i /f_f_l /.notdef /f_b /f_h /f_j /f_k /f_t
/f_i /Euro /f_l /f_t /fraction /dotaccent /hungarumlaut /ogonek
/.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef
%10
/dotlessi /uni0237 /grave /acute /caron /breve /macron /ring
/dotlessi /.notdef /grave /acute /caron /breve /macron /ring
/cedilla /germandbls /ae /oe /oslash /AE /OE /Oslash
%20
/space /exclam /quotedbl /numbersign /dollar /percent /ampersand /quoteright
@ -35,8 +35,8 @@
/lslash /quoteleft /quoteright /quotedblleft /quotedblright /bullet /endash /emdash
/tilde /trademark /scaron /guilsinglright /oe /zcaron /asciitilde /Ydieresis
%A0
/space /exclamdown /cent /sterling /currency /yen /brokenbar /section
/dieresis /copyright /ordfeminine /guillemotleft /logicalnot /hyphen /registered /macron
/uni00A0 /exclamdown /cent /sterling /currency /yen /brokenbar /section
/dieresis /copyright /ordfeminine /guillemotleft /logicalnot /uni00AD /registered /macron
%B0
/degree /plusminus /two.sups /three.sups /acute /uni00B5 /paragraph /periodcentered
/cedilla /one.sups /ordmasculine /guillemotright /onequarter /onehalf /threequarters /questiondown
@ -62,5 +62,5 @@
% --map-file=fonts/map/dvips/sourceserifpro/SourceSerifPro.map --no-updmap
% --coding-scheme=TEX TYPEWRITER AND WINDOWS ANSI --feature=kern
% --feature=liga --feature=onum --feature=pnum
% fonts/opentype/adobe/sourceserifpro/SourceSerifPro-BlackIt.otf
% SourceSerifPro-BlackIt-osf-ly1'
% fonts/opentype/adobe/sourceserifpro/SourceSerifPro-Bold.otf
% SourceSerifPro-Bold-osf-ly1'

View File

@ -1,15 +1,15 @@
% THIS FILE WAS AUTOMATICALLY GENERATED -- DO NOT EDIT
%%AutoEnc_nx47sxd2ryq5zobo3v55rrabde
% Encoding created by otftotfm on Wed Sep 5 11:17:30 2018
%%AutoEnc_cx2wj7q6lsnmag5swz6da3egbh
% Encoding created by otftotfm on Wed Sep 17 12:38:14 2014
% Command line follows encoding
/AutoEnc_nx47sxd2ryq5zobo3v55rrabde [
/AutoEnc_cx2wj7q6lsnmag5swz6da3egbh [
%00
/grave /acute /circumflex /tilde /dieresis /hungarumlaut /ring /caron
/breve /macron /dotaccent /cedilla /ogonek /quotesinglbase /guilsinglleft /guilsinglright
%10
/quotedblleft /quotedblright /quotedblbase /guillemotleft /guillemotright /endash.sups /emdash.sups /.notdef
/.notdef /dotlessi /uni0237 /.notdef /.notdef /.notdef /.notdef /.notdef
/.notdef /dotlessi /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef
%20
/.notdef /exclam /quotedbl /numbersign /dollar /percent /ampersand /quoteright
/parenleft.sups /parenright.sups /asterisk /plus /comma.sups /hyphen.sups /period.sups /slash
@ -21,7 +21,7 @@
/H /I /J /K /L /M /N /O
%50
/P /Q /R /S /T /U /V /W
/X /Y /Z /bracketleft.sups /backslash /bracketright.sups /asciicircum /underscore
/X /Y /Z /bracketleft /backslash /bracketright /asciicircum /underscore
%60
/quoteleft /a.sups /b.sups /c.sups /d.sups /e.sups /f.sups /g.sups
/h.sups /i.sups /j.sups /k.sups /l.sups /m.sups /n.sups /o.sups
@ -62,5 +62,5 @@
% --map-file=fonts/map/dvips/sourceserifpro/SourceSerifPro.map --no-updmap
% --coding-scheme=EXTENDED TEX FONT ENCODING - LATIN --feature=kern
% --feature=liga --feature=sups --ligkern=* {KL} *
% fonts/opentype/adobe/sourceserifpro/SourceSerifPro-BlackIt.otf
% SourceSerifPro-BlackIt-sup-t1'
% fonts/opentype/adobe/sourceserifpro/SourceSerifPro-Bold.otf
% SourceSerifPro-Bold-sup-t1'

View File

@ -1,66 +0,0 @@
% THIS FILE WAS AUTOMATICALLY GENERATED -- DO NOT EDIT
%%AutoEnc_dc746jbnw3m3nfn2gy3zc54z5b
% Encoding created by otftotfm on Wed Sep 5 11:17:14 2018
% Command line follows encoding
/AutoEnc_dc746jbnw3m3nfn2gy3zc54z5b [
%00
/f_i /Euro /f_l /f_f /fraction /dotaccent /hungarumlaut /ogonek
/f_f_i /f_f_l /.notdef /f_t /.notdef /.notdef /.notdef /.notdef
%10
/dotlessi /uni0237 /grave /acute /caron /breve /macron /ring
/cedilla /germandbls /ae /oe /oslash /AE /OE /Oslash
%20
/space /exclam /quotedbl /numbersign /dollar /percent /ampersand /quoteright
/parenleft /parenright /asterisk /plus /comma /hyphen /period /slash
%30
/zero /one /two /three /four /five /six /seven
/eight /nine /colon /semicolon /less /equal /greater /question
%40
/at /A /B /C /D /E /F /G
/H /I /J /K /L /M /N /O
%50
/P /Q /R /S /T /U /V /W
/X /Y /Z /bracketleft /backslash /bracketright /circumflex /underscore
%60
/quoteleft /a /b /c /d /e /f /g
/h /i /j /k /l /m /n /o
%70
/p /q /r /s /t /u /v /w
/x /y /z /braceleft /bar /braceright /tilde /dieresis
%80
/Lslash /quotesingle /quotesinglbase /uni0192 /quotedblbase /ellipsis /dagger /daggerdbl
/circumflex /perthousand /Scaron /guilsinglleft /OE /Zcaron /asciicircum /minus
%90
/lslash /quoteleft /quoteright /quotedblleft /quotedblright /bullet /endash /emdash
/tilde /trademark /scaron /guilsinglright /oe /zcaron /asciitilde /Ydieresis
%A0
/space /exclamdown /cent /sterling /currency /yen /brokenbar /section
/dieresis /copyright /ordfeminine /guillemotleft /logicalnot /hyphen /registered /macron
%B0
/degree /plusminus /two.sups /three.sups /acute /mu /paragraph /periodcentered
/cedilla /one.sups /ordmasculine /guillemotright /onequarter /onehalf /threequarters /questiondown
%C0
/Agrave /Aacute /Acircumflex /Atilde /Adieresis /Aring /AE /Ccedilla
/Egrave /Eacute /Ecircumflex /Edieresis /Igrave /Iacute /Icircumflex /Idieresis
%D0
/Eth /Ntilde /Ograve /Oacute /Ocircumflex /Otilde /Odieresis /multiply
/Oslash /Ugrave /Uacute /Ucircumflex /Udieresis /Yacute /Thorn /germandbls
%E0
/agrave /aacute /acircumflex /atilde /adieresis /aring /ae /ccedilla
/egrave /eacute /ecircumflex /edieresis /igrave /iacute /icircumflex /idieresis
%F0
/eth /ntilde /ograve /oacute /ocircumflex /otilde /odieresis /divide
/oslash /ugrave /uacute /ucircumflex /udieresis /yacute /thorn /ydieresis
] def
% Command line: 'otftotfm --automatic --encoding=fontools_ly1
% --tfm-directory=fonts/tfm/adobe/sourceserifpro
% --vf-directory=fonts/vf/adobe/sourceserifpro
% --type1-directory=fonts/type1/adobe/sourceserifpro
% --truetype-directory=fonts/truetype/adobe/sourceserifpro
% --encoding-directory=fonts/enc/dvips/sourceserifpro
% --map-file=fonts/map/dvips/sourceserifpro/SourceSerifPro.map --no-updmap
% --coding-scheme=TEX TYPEWRITER AND WINDOWS ANSI --feature=kern
% --feature=liga --feature=lnum --feature=tnum
% fonts/opentype/adobe/sourceserifpro/SourceSerifPro-Black.otf
% SourceSerifPro-Black-tlf-ly1'

View File

@ -1,66 +0,0 @@
% THIS FILE WAS AUTOMATICALLY GENERATED -- DO NOT EDIT
%%AutoEnc_etdltzih2ry32f6t6sjtdt642h
% Encoding created by otftotfm on Wed Sep 5 11:16:53 2018
% Command line follows encoding
/AutoEnc_etdltzih2ry32f6t6sjtdt642h [
%00
/f_i /Euro /f_l /f_f /fraction /dotaccent /hungarumlaut /ogonek
/f_f_i /f_f_l /.notdef /f_t /.notdef /.notdef /.notdef /.notdef
%10
/dotlessi /uni0237 /grave /acute /caron /breve /macron /ring
/cedilla /germandbls /ae /oe /oslash /AE /OE /Oslash
%20
/space /exclam /quotedbl /numbersign /dollar /percent /ampersand /quoteright
/parenleft /parenright /asterisk /plus /comma /hyphen /period /slash
%30
/zero.tosf /one.tosf /two.tosf /three.tosf /four.tosf /five.tosf /six.tosf /seven.tosf
/eight.tosf /nine.tosf /colon /semicolon /less /equal /greater /question
%40
/at /A /B /C /D /E /F /G
/H /I /J /K /L /M /N /O
%50
/P /Q /R /S /T /U /V /W
/X /Y /Z /bracketleft /backslash /bracketright /circumflex /underscore
%60
/quoteleft /a /b /c /d /e /f /g
/h /i /j /k /l /m /n /o
%70
/p /q /r /s /t /u /v /w
/x /y /z /braceleft /bar /braceright /tilde /dieresis
%80
/Lslash /quotesingle /quotesinglbase /uni0192 /quotedblbase /ellipsis /dagger /daggerdbl
/circumflex /perthousand /Scaron /guilsinglleft /OE /Zcaron /asciicircum /minus
%90
/lslash /quoteleft /quoteright /quotedblleft /quotedblright /bullet /endash /emdash
/tilde /trademark /scaron /guilsinglright /oe /zcaron /asciitilde /Ydieresis
%A0
/space /exclamdown /cent /sterling /currency /yen /brokenbar /section
/dieresis /copyright /ordfeminine /guillemotleft /logicalnot /hyphen /registered /macron
%B0
/degree /plusminus /two.sups /three.sups /acute /mu /paragraph /periodcentered
/cedilla /one.sups /ordmasculine /guillemotright /onequarter /onehalf /threequarters /questiondown
%C0
/Agrave /Aacute /Acircumflex /Atilde /Adieresis /Aring /AE /Ccedilla
/Egrave /Eacute /Ecircumflex /Edieresis /Igrave /Iacute /Icircumflex /Idieresis
%D0
/Eth /Ntilde /Ograve /Oacute /Ocircumflex /Otilde /Odieresis /multiply
/Oslash /Ugrave /Uacute /Ucircumflex /Udieresis /Yacute /Thorn /germandbls
%E0
/agrave /aacute /acircumflex /atilde /adieresis /aring /ae /ccedilla
/egrave /eacute /ecircumflex /edieresis /igrave /iacute /icircumflex /idieresis
%F0
/eth /ntilde /ograve /oacute /ocircumflex /otilde /odieresis /divide
/oslash /ugrave /uacute /ucircumflex /udieresis /yacute /thorn /ydieresis
] def
% Command line: 'otftotfm --automatic --encoding=fontools_ly1
% --tfm-directory=fonts/tfm/adobe/sourceserifpro
% --vf-directory=fonts/vf/adobe/sourceserifpro
% --type1-directory=fonts/type1/adobe/sourceserifpro
% --truetype-directory=fonts/truetype/adobe/sourceserifpro
% --encoding-directory=fonts/enc/dvips/sourceserifpro
% --map-file=fonts/map/dvips/sourceserifpro/SourceSerifPro.map --no-updmap
% --coding-scheme=TEX TYPEWRITER AND WINDOWS ANSI --feature=kern
% --feature=liga --feature=onum --feature=tnum
% fonts/opentype/adobe/sourceserifpro/SourceSerifPro-Black.otf
% SourceSerifPro-Black-tosf-ly1'

View File

@ -1,14 +1,14 @@
% THIS FILE WAS AUTOMATICALLY GENERATED -- DO NOT EDIT
%%AutoEnc_5ts2b6rtccbijvnvuuko6odurg
% Encoding created by otftotfm on Wed Sep 5 11:17:22 2018
%%AutoEnc_fv7osbehfa5mre7efx6f625gca
% Encoding created by otftotfm on Wed Sep 17 12:38:15 2014
% Command line follows encoding
/AutoEnc_5ts2b6rtccbijvnvuuko6odurg [
/AutoEnc_fv7osbehfa5mre7efx6f625gca [
%00
/.notdef /uni2206 /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef
/.notdef /.notdef /uni2126 /.notdef /.notdef /.notdef /.notdef /.notdef
%10
/dotlessi /uni0237 /grave /acute /caron /breve /macron /ring
/dotlessi /.notdef /grave /acute /caron /breve /macron /ring
/cedilla /germandbls /ae /oe /oslash /AE /OE /Oslash
%20
/space /exclam /quotedblright /numbersign /dollar /percent /ampersand /quoteright
@ -29,14 +29,14 @@
/p /q /r /s /t /u /v /w
/x /y /z /endash /emdash /hungarumlaut /tilde /dieresis
%80
/f_f /f_i /f_l /f_f_i /f_f_l /f_b /f_h /f_j
/f_k /f_t /Lslash /f_f_b /f_f_f /f_f_h /f_f_j /f_f_k
/f_i /f_l /f_t /.notdef /.notdef /.notdef /.notdef /.notdef
/.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef
%90
/f_f_t /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef
/.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef
/.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef
%A0
/.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef
/.notdef /.notdef /lslash /.notdef /.notdef /.notdef /.notdef /.notdef
/.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef
%B0
/.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef
/.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef
@ -61,6 +61,5 @@
% --encoding-directory=fonts/enc/dvips/sourceserifpro
% --map-file=fonts/map/dvips/sourceserifpro/SourceSerifPro.map --no-updmap
% --coding-scheme=TEX TEXT --feature=kern --feature=liga --feature=lnum
% --feature=pnum
% fonts/opentype/adobe/sourceserifpro/SourceSerifPro-BlackIt.otf
% SourceSerifPro-BlackIt-lf-ot1'
% --feature=pnum fonts/opentype/adobe/sourceserifpro/SourceSerifPro-Bold.otf
% SourceSerifPro-Bold-lf-ot1'

View File

@ -1,14 +1,14 @@
% THIS FILE WAS AUTOMATICALLY GENERATED -- DO NOT EDIT
%%AutoEnc_ob4xxwcboyrbensb5svehw6j5f
% Encoding created by otftotfm on Wed Sep 5 11:17:38 2018
%%AutoEnc_iem7z5so3heaof4blnfz4vwrwh
% Encoding created by otftotfm on Wed Sep 17 12:38:13 2014
% Command line follows encoding
/AutoEnc_ob4xxwcboyrbensb5svehw6j5f [
/AutoEnc_iem7z5so3heaof4blnfz4vwrwh [
%00
/.notdef /Euro /.notdef /.notdef /fraction /dotaccent /hungarumlaut /ogonek
/.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef
%10
/dotlessi /uni0237 /grave /acute /caron /breve /macron /ring
/dotlessi /.notdef /grave /acute /caron /breve /macron /ring
/cedilla /germandbls /ae /oe /oslash /AE /OE /Oslash
%20
/space /exclam /quotedbl /numbersign /dollar /percent /ampersand /quoteright
@ -21,7 +21,7 @@
/H /I /J /K /L /M /N /O
%50
/P /Q /R /S /T /U /V /W
/X /Y /Z /bracketleft.numr /backslash /bracketright.numr /circumflex /underscore
/X /Y /Z /bracketleft /backslash /bracketright /circumflex /underscore
%60
/quoteleft /a /b /c /d /e /f /g
/h /i /j /k /l /m /n /o
@ -35,8 +35,8 @@
/lslash /quoteleft /quoteright /quotedblleft /quotedblright /bullet /endash /emdash
/tilde /trademark /scaron /guilsinglright /oe /zcaron /asciitilde /Ydieresis
%A0
/space /exclamdown /cent /sterling /currency /yen /brokenbar /section
/dieresis /copyright /ordfeminine /guillemotleft /logicalnot /hyphen /registered /macron
/uni00A0 /exclamdown /cent /sterling /currency /yen /brokenbar /section
/dieresis /copyright /ordfeminine /guillemotleft /logicalnot /uni00AD /registered /macron
%B0
/degree /plusminus /two.sups /three.sups /acute /uni00B5 /paragraph /periodcentered
/cedilla /one.sups /ordmasculine /guillemotright /onequarter /onehalf /threequarters /questiondown
@ -62,5 +62,5 @@
% --map-file=fonts/map/dvips/sourceserifpro/SourceSerifPro.map --no-updmap
% --coding-scheme=TEX TYPEWRITER AND WINDOWS ANSI --feature=kern
% --feature=liga --feature=numr --ligkern=* {KL} *
% fonts/opentype/adobe/sourceserifpro/SourceSerifPro-BlackIt.otf
% SourceSerifPro-BlackIt-numr-ly1'
% fonts/opentype/adobe/sourceserifpro/SourceSerifPro-Bold.otf
% SourceSerifPro-Bold-numr-ly1'

View File

@ -1,66 +0,0 @@
% THIS FILE WAS AUTOMATICALLY GENERATED -- DO NOT EDIT
%%AutoEnc_jevuw6bv6jqaq5iczjdonuqgpd
% Encoding created by otftotfm on Wed Sep 5 11:16:58 2018
% Command line follows encoding
/AutoEnc_jevuw6bv6jqaq5iczjdonuqgpd [
%00
/Gamma /Delta /Theta /Lambda /Xi /Pi /Sigma /Upsilon
/Phi /Psi /Omega /.notdef /.notdef /.notdef /.notdef /.notdef
%10
/dotlessi /uni0237 /grave /acute /caron /breve /macron /ring
/cedilla /germandbls /ae /oe /oslash /AE /OE /Oslash
%20
/space /exclam /quotedblright /numbersign /dollar /percent /ampersand /quoteright
/parenleft.sups /parenright.sups /asterisk /plus /comma.sups /hyphen.sups /period.sups /slash
%30
/zero.sups /one.sups /two.sups /three.sups /four.sups /five.sups /six.sups /seven.sups
/eight.sups /nine.sups /colon.sups /semicolon /exclamdown /equal /questiondown /question
%40
/at /A.sups /B.sups /C.sups /D.sups /E.sups /F.sups /G.sups
/H.sups /I.sups /J.sups /K.sups /L.sups /M.sups /N.sups /O.sups
%50
/P.sups /Q.sups /R.sups /S.sups /T.sups /U.sups /V.sups /W.sups
/X.sups /Y.sups /Z.sups /bracketleft.sups /quotedblleft /bracketright.sups /circumflex /dotaccent
%60
/quoteleft /a.sups /b.sups /c.sups /d.sups /e.sups /f.sups /g.sups
/h.sups /i.sups /j.sups /k.sups /l.sups /m.sups /n.sups /o.sups
%70
/p.sups /q.sups /r.sups /s.sups /t.sups /u.sups /v.sups /w.sups
/x.sups /y.sups /z.sups /endash.sups /emdash.sups /hungarumlaut /tilde /dieresis
%80
/.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef
/.notdef /.notdef /Lslash /.notdef /.notdef /.notdef /.notdef /.notdef
%90
/.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef
/.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef
%A0
/.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef
/.notdef /.notdef /lslash /.notdef /.notdef /.notdef /.notdef /.notdef
%B0
/.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef
/.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef
%C0
/.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef
/.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef
%D0
/.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef
/.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef
%E0
/.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef
/.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef
%F0
/.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef
/.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef
] def
% Command line: 'otftotfm --automatic --encoding=fontools_ot1
% --tfm-directory=fonts/tfm/adobe/sourceserifpro
% --vf-directory=fonts/vf/adobe/sourceserifpro
% --type1-directory=fonts/type1/adobe/sourceserifpro
% --truetype-directory=fonts/truetype/adobe/sourceserifpro
% --encoding-directory=fonts/enc/dvips/sourceserifpro
% --map-file=fonts/map/dvips/sourceserifpro/SourceSerifPro.map --no-updmap
% --coding-scheme=TEX TEXT --feature=kern --feature=liga --feature=sups
% --ligkern=* {KL} *
% fonts/opentype/adobe/sourceserifpro/SourceSerifPro-Black.otf
% SourceSerifPro-Black-sup-ot1'

View File

@ -1,14 +1,14 @@
% THIS FILE WAS AUTOMATICALLY GENERATED -- DO NOT EDIT
%%AutoEnc_oi66c4ejrft4j3jwaoj2ojbvfh
% Encoding created by otftotfm on Wed Sep 5 11:17:34 2018
%%AutoEnc_kuzlbpkykzunan6kqwzec7tpjf
% Encoding created by otftotfm on Wed Sep 17 12:38:15 2014
% Command line follows encoding
/AutoEnc_oi66c4ejrft4j3jwaoj2ojbvfh [
/AutoEnc_kuzlbpkykzunan6kqwzec7tpjf [
%00
/.notdef /uni2206 /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef
/.notdef /.notdef /uni2126 /.notdef /.notdef /.notdef /.notdef /.notdef
%10
/dotlessi /uni0237 /grave /acute /caron /breve /macron /ring
/dotlessi /.notdef /grave /acute /caron /breve /macron /ring
/cedilla /germandbls /ae /oe /oslash /AE /OE /Oslash
%20
/space /exclam /quotedblright /numbersign /dollar /percent /ampersand /quoteright
@ -29,14 +29,14 @@
/p /q /r /s /t /u /v /w
/x /y /z /endash /emdash /hungarumlaut /tilde /dieresis
%80
/f_f /f_i /f_l /f_f_i /f_f_l /f_b /f_h /f_j
/f_k /f_t /Lslash /f_f_b /f_f_f /f_f_h /f_f_j /f_f_k
/f_i /f_l /f_t /.notdef /.notdef /.notdef /.notdef /.notdef
/.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef
%90
/f_f_t /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef
/.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef
/.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef
%A0
/.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef
/.notdef /.notdef /lslash /.notdef /.notdef /.notdef /.notdef /.notdef
/.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef
%B0
/.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef
/.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef
@ -61,6 +61,5 @@
% --encoding-directory=fonts/enc/dvips/sourceserifpro
% --map-file=fonts/map/dvips/sourceserifpro/SourceSerifPro.map --no-updmap
% --coding-scheme=TEX TEXT --feature=kern --feature=liga --feature=lnum
% --feature=tnum
% fonts/opentype/adobe/sourceserifpro/SourceSerifPro-BlackIt.otf
% SourceSerifPro-BlackIt-tlf-ot1'
% --feature=tnum fonts/opentype/adobe/sourceserifpro/SourceSerifPro-Bold.otf
% SourceSerifPro-Bold-tlf-ot1'

View File

@ -1,67 +0,0 @@
% THIS FILE WAS AUTOMATICALLY GENERATED -- DO NOT EDIT
%%AutoEnc_lseshjlbcnmaaockgepg55lppg
% Encoding created by otftotfm on Wed Sep 5 11:16:43 2018
% Command line follows encoding
/AutoEnc_lseshjlbcnmaaockgepg55lppg [
%00
/grave /acute /circumflex /tilde /dieresis /hungarumlaut /ring /caron
/breve /macron /dotaccent /cedilla /ogonek /quotesinglbase /guilsinglleft /guilsinglright
%10
/quotedblleft /quotedblright /quotedblbase /guillemotleft /guillemotright /endash /emdash /.notdef
/.notdef /I.sc /J.sc /.notdef /.notdef /.notdef /.notdef /.notdef
%20
/.notdef /exclam /quotedbl /numbersign /dollar /percent /ampersand /quoteright
/parenleft /parenright /asterisk /plus /comma /hyphen /period /slash
%30
/zero.sc /one.sc /two.sc /three.sc /four.sc /five.sc /six.sc /seven.sc
/eight.sc /nine.sc /colon /semicolon /less /equal /greater /question
%40
/at /A /B /C /D /E /F /G
/H /I /J /K /L /M /N /O
%50
/P /Q /R /S /T /U /V /W
/X /Y /Z /bracketleft /backslash /bracketright /asciicircum /underscore
%60
/quoteleft /A.sc /B.sc /C.sc /D.sc /E.sc /F.sc /G.sc
/H.sc /I.sc /J.sc /K.sc /L.sc /M.sc /N.sc /O.sc
%70
/P.sc /Q.sc /R.sc /S.sc /T.sc /U.sc /V.sc /W.sc
/X.sc /Y.sc /Z.sc /braceleft /bar /braceright /asciitilde /hyphen
%80
/Abreve /Aogonek /Cacute /Ccaron /Dcaron /Ecaron /Eogonek /Gbreve
/Lacute /Lcaron /Lslash /Nacute /Ncaron /.notdef /Ohungarumlaut /Racute
%90
/Rcaron /Sacute /Scaron /uni015E /Tcaron /uni0162 /Uhungarumlaut /Uring
/Ydieresis /Zacute /Zcaron /Zdotaccent /.notdef /Idotaccent /Dcroat.sc /section
%A0
/Abreve.sc /Aogonek.sc /Cacute.sc /Ccaron.sc /Dcaron.sc /Ecaron.sc /Eogonek.sc /Gbreve.sc
/Lacute.sc /Lcaron.sc /Lslash.sc /Nacute.sc /Ncaron.sc /.notdef /Ohungarumlaut.sc /Racute.sc
%B0
/Rcaron.sc /Sacute.sc /Scaron.sc /uni015E.sc /Tcaron.sc /uni0162.sc /Uhungarumlaut.sc /Uring.sc
/Ydieresis.sc /Zacute.sc /Zcaron.sc /Zdotaccent.sc /.notdef /exclamdown /questiondown /sterling
%C0
/Agrave /Aacute /Acircumflex /Atilde /Adieresis /Aring /AE /Ccedilla
/Egrave /Eacute /Ecircumflex /Edieresis /Igrave /Iacute /Icircumflex /Idieresis
%D0
/Eth /Ntilde /Ograve /Oacute /Ocircumflex /Otilde /Odieresis /OE
/Oslash /Ugrave /Uacute /Ucircumflex /Udieresis /Yacute /Thorn /.notdef
%E0
/Agrave.sc /Aacute.sc /Acircumflex.sc /Atilde.sc /Adieresis.sc /Aring.sc /AE.sc /Ccedilla.sc
/Egrave.sc /Eacute.sc /Ecircumflex.sc /Edieresis.sc /Igrave.sc /Iacute.sc /Icircumflex.sc /Idieresis.sc
%F0
/Eth.sc /Ntilde.sc /Ograve.sc /Oacute.sc /Ocircumflex.sc /Otilde.sc /Odieresis.sc /OE.sc
/Oslash.sc /Ugrave.sc /Uacute.sc /Ucircumflex.sc /Udieresis.sc /Yacute.sc /Thorn.sc /.notdef
] def
% Command line: 'otftotfm --automatic --encoding=fontools_t1
% --tfm-directory=fonts/tfm/adobe/sourceserifpro
% --vf-directory=fonts/vf/adobe/sourceserifpro
% --type1-directory=fonts/type1/adobe/sourceserifpro
% --truetype-directory=fonts/truetype/adobe/sourceserifpro
% --encoding-directory=fonts/enc/dvips/sourceserifpro
% --map-file=fonts/map/dvips/sourceserifpro/SourceSerifPro.map --no-updmap
% --coding-scheme=EXTENDED TEX FONT ENCODING - LATIN --feature=kern
% --feature=liga --feature=lnum --feature=pnum --feature=smcp
% --unicoding=germandbls =: SSsmall
% fonts/opentype/adobe/sourceserifpro/SourceSerifPro-Black.otf
% SourceSerifPro-Black-lf-sc-t1'

View File

@ -1,66 +0,0 @@
% THIS FILE WAS AUTOMATICALLY GENERATED -- DO NOT EDIT
%%AutoEnc_mjlzxhnfklhfclxuht2vwyuvae
% Encoding created by otftotfm on Wed Sep 5 11:16:42 2018
% Command line follows encoding
/AutoEnc_mjlzxhnfklhfclxuht2vwyuvae [
%00
/Gamma /Delta /Theta /Lambda /Xi /Pi /Sigma /Upsilon
/Phi /Psi /Omega /.notdef /.notdef /.notdef /.notdef /.notdef
%10
/I.sc /J.sc /grave /acute /caron /breve /macron /ring
/cedilla /.notdef /AE.sc /OE.sc /Oslash.sc /AE /OE /Oslash
%20
/space /exclam /quotedblright /numbersign /dollar /percent /ampersand /quoteright
/parenleft /parenright /asterisk /plus /comma /hyphen /period /slash
%30
/zero.sc /one.sc /two.sc /three.sc /four.sc /five.sc /six.sc /seven.sc
/eight.sc /nine.sc /colon /semicolon /exclamdown /equal /questiondown /question
%40
/at /A /B /C /D /E /F /G
/H /I /J /K /L /M /N /O
%50
/P /Q /R /S /T /U /V /W
/X /Y /Z /bracketleft /quotedblleft /bracketright /circumflex /dotaccent
%60
/quoteleft /A.sc /B.sc /C.sc /D.sc /E.sc /F.sc /G.sc
/H.sc /I.sc /J.sc /K.sc /L.sc /M.sc /N.sc /O.sc
%70
/P.sc /Q.sc /R.sc /S.sc /T.sc /U.sc /V.sc /W.sc
/X.sc /Y.sc /Z.sc /endash /emdash /hungarumlaut /tilde /dieresis
%80
/.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef
/.notdef /.notdef /Lslash /.notdef /.notdef /.notdef /.notdef /.notdef
%90
/.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef
/.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef
%A0
/.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef
/.notdef /.notdef /Lslash.sc /.notdef /.notdef /.notdef /.notdef /.notdef
%B0
/.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef
/.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef
%C0
/.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef
/.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef
%D0
/.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef
/.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef
%E0
/.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef
/.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef
%F0
/.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef
/.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef
] def
% Command line: 'otftotfm --automatic --encoding=fontools_ot1
% --tfm-directory=fonts/tfm/adobe/sourceserifpro
% --vf-directory=fonts/vf/adobe/sourceserifpro
% --type1-directory=fonts/type1/adobe/sourceserifpro
% --truetype-directory=fonts/truetype/adobe/sourceserifpro
% --encoding-directory=fonts/enc/dvips/sourceserifpro
% --map-file=fonts/map/dvips/sourceserifpro/SourceSerifPro.map --no-updmap
% --coding-scheme=TEX TEXT --feature=kern --feature=liga --feature=lnum
% --feature=pnum --feature=smcp --unicoding=germandbls =: SSsmall
% fonts/opentype/adobe/sourceserifpro/SourceSerifPro-Black.otf
% SourceSerifPro-Black-lf-sc-ot1'

View File

@ -1,27 +1,27 @@
% THIS FILE WAS AUTOMATICALLY GENERATED -- DO NOT EDIT
%%AutoEnc_vbwd4wutpspdxfo5543vow6vvf
% Encoding created by otftotfm on Wed Sep 5 11:17:21 2018
%%AutoEnc_mtsjm5m3vcwkgh5nv6vrftrupb
% Encoding created by otftotfm on Wed Sep 17 12:38:14 2014
% Command line follows encoding
/AutoEnc_vbwd4wutpspdxfo5543vow6vvf [
/AutoEnc_mtsjm5m3vcwkgh5nv6vrftrupb [
%00
/.notdef /Euro /.notdef /.notdef /fraction /dotaccent /hungarumlaut /ogonek
/.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef
%10
/dotlessi /uni0237 /grave /acute /caron /breve /macron /ring
/dotlessi /.notdef /grave /acute /caron /breve /macron /ring
/cedilla /germandbls /ae /oe /oslash /AE /OE /Oslash
%20
/space /exclam /quotedbl /numbersign /dollar /percent /ampersand /quoteright
/parenleft.numr /parenright.numr /asterisk /plus /comma.numr /hyphen /period.numr /slash
/parenleft.subs /parenright.subs /asterisk /plus /comma.subs /hyphen /period.subs /slash
%30
/zero.numr /one.numr /two.numr /three.numr /four.numr /five.numr /six.numr /seven.numr
/eight.numr /nine.numr /colon /semicolon /less /equal /greater /question
/zero.subs /one.subs /two.subs /three.subs /four.subs /five.subs /six.subs /seven.subs
/eight.subs /nine.subs /colon /semicolon /less /equal /greater /question
%40
/at /A /B /C /D /E /F /G
/H /I /J /K /L /M /N /O
%50
/P /Q /R /S /T /U /V /W
/X /Y /Z /bracketleft.numr /backslash /bracketright.numr /circumflex /underscore
/X /Y /Z /bracketleft /backslash /bracketright /circumflex /underscore
%60
/quoteleft /a /b /c /d /e /f /g
/h /i /j /k /l /m /n /o
@ -35,10 +35,10 @@
/lslash /quoteleft /quoteright /quotedblleft /quotedblright /bullet /endash /emdash
/tilde /trademark /scaron /guilsinglright /oe /zcaron /asciitilde /Ydieresis
%A0
/space /exclamdown /cent /sterling /currency /yen /brokenbar /section
/dieresis /copyright /ordfeminine /guillemotleft /logicalnot /hyphen /registered /macron
/uni00A0 /exclamdown /cent /sterling /currency /yen /brokenbar /section
/dieresis /copyright /ordfeminine /guillemotleft /logicalnot /uni00AD /registered /macron
%B0
/degree /plusminus /two.sups /three.sups /acute /mu /paragraph /periodcentered
/degree /plusminus /two.sups /three.sups /acute /uni00B5 /paragraph /periodcentered
/cedilla /one.sups /ordmasculine /guillemotright /onequarter /onehalf /threequarters /questiondown
%C0
/Agrave /Aacute /Acircumflex /Atilde /Adieresis /Aring /AE /Ccedilla
@ -61,6 +61,6 @@
% --encoding-directory=fonts/enc/dvips/sourceserifpro
% --map-file=fonts/map/dvips/sourceserifpro/SourceSerifPro.map --no-updmap
% --coding-scheme=TEX TYPEWRITER AND WINDOWS ANSI --feature=kern
% --feature=liga --feature=numr --ligkern=* {KL} *
% fonts/opentype/adobe/sourceserifpro/SourceSerifPro-Black.otf
% SourceSerifPro-Black-numr-ly1'
% --feature=liga --feature=sinf --ligkern=* {KL} *
% fonts/opentype/adobe/sourceserifpro/SourceSerifPro-Bold.otf
% SourceSerifPro-Bold-inf-ly1'

View File

@ -1,14 +1,14 @@
% THIS FILE WAS AUTOMATICALLY GENERATED -- DO NOT EDIT
%%AutoEnc_an4p3vybjjxikms2cucuduiszh
% Encoding created by otftotfm on Wed Sep 5 11:17:31 2018
%%AutoEnc_n5wndzkx6uy2ilavyemt6jqjjh
% Encoding created by otftotfm on Wed Sep 17 12:38:14 2014
% Command line follows encoding
/AutoEnc_an4p3vybjjxikms2cucuduiszh [
/AutoEnc_n5wndzkx6uy2ilavyemt6jqjjh [
%00
/.notdef /Euro /.notdef /.notdef /fraction /dotaccent /hungarumlaut /ogonek
/.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef
%10
/dotlessi /uni0237 /grave /acute /caron /breve /macron /ring
/dotlessi /.notdef /grave /acute /caron /breve /macron /ring
/cedilla /germandbls /ae /oe /oslash /AE /OE /Oslash
%20
/space /exclam /quotedbl /numbersign /dollar /percent /ampersand /quoteright
@ -21,7 +21,7 @@
/H /I /J /K /L /M /N /O
%50
/P /Q /R /S /T /U /V /W
/X /Y /Z /bracketleft.sups /backslash /bracketright.sups /circumflex /underscore
/X /Y /Z /bracketleft /backslash /bracketright /circumflex /underscore
%60
/quoteleft /a.sups /b.sups /c.sups /d.sups /e.sups /f.sups /g.sups
/h.sups /i.sups /j.sups /k.sups /l.sups /m.sups /n.sups /o.sups
@ -35,8 +35,8 @@
/lslash /quoteleft /quoteright /quotedblleft /quotedblright /bullet /endash.sups /emdash.sups
/tilde /trademark /scaron /guilsinglright /oe /zcaron /asciitilde /Ydieresis
%A0
/space /exclamdown /cent /sterling /currency /yen /brokenbar /section
/dieresis /copyright /ordfeminine /guillemotleft /logicalnot /hyphen.sups /registered /macron
/uni00A0 /exclamdown /cent /sterling /currency /yen /brokenbar /section
/dieresis /copyright /ordfeminine /guillemotleft /logicalnot /uni00AD /registered /macron
%B0
/degree /plusminus /two.sups /three.sups /acute /uni00B5 /paragraph /periodcentered
/cedilla /one.sups /ordmasculine /guillemotright /onequarter /onehalf /threequarters /questiondown
@ -62,5 +62,5 @@
% --map-file=fonts/map/dvips/sourceserifpro/SourceSerifPro.map --no-updmap
% --coding-scheme=TEX TYPEWRITER AND WINDOWS ANSI --feature=kern
% --feature=liga --feature=sups --ligkern=* {KL} *
% fonts/opentype/adobe/sourceserifpro/SourceSerifPro-BlackIt.otf
% SourceSerifPro-BlackIt-sup-ly1'
% fonts/opentype/adobe/sourceserifpro/SourceSerifPro-Bold.otf
% SourceSerifPro-Bold-sup-ly1'

View File

@ -1,67 +0,0 @@
% THIS FILE WAS AUTOMATICALLY GENERATED -- DO NOT EDIT
%%AutoEnc_nqu667ofwtw6ejfzbv6h6zbyvg
% Encoding created by otftotfm on Wed Sep 5 11:16:46 2018
% Command line follows encoding
/AutoEnc_nqu667ofwtw6ejfzbv6h6zbyvg [
%00
/.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef
/.notdef /.notdef /.notdef /cedilla /ogonek /quotesinglbase /C /exclam
%10
/exclamdown /question /quotedblbase /questiondown /bar /.notdef /.notdef /.notdef
/uni2190 /uni2192 /.notdef /.notdef /.notdef /.notdef /asterisk /.notdef
%20
/.notdef /endash /.notdef /.notdef /dollar /.notdef /.notdef /quotesingle
/.notdef /.notdef /.notdef /.notdef /comma /.notdef /period /fraction
%30
/.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef
/.notdef /.notdef /.notdef /.notdef /.notdef /minus /.notdef /.notdef
%40
/.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef
/.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef
%50
/.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /Omega
/.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /arrowup /arrowdown
%60
/.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef
/.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /musicalnote /.notdef
%70
/.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef
/.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef
%80
/.notdef /.notdef /.notdef /.notdef /dagger /daggerdbl /.notdef /perthousand
/bullet /.notdef /.notdef /.notdef /uni0192 /colonmonetary /uni20A9 /.notdef
%90
/.notdef /.notdef /lira /.notdef /.notdef /.notdef /dong /trademark
/.notdef /.notdef /.notdef /uni2116 /.notdef /estimated /.notdef /.notdef
%A0
/.notdef /.notdef /cent /sterling /currency /yen /brokenbar /section
/.notdef /copyright /ordfeminine /.notdef /logicalnot /.notdef /registered /.notdef
%B0
/degree /plusminus /two.sups /three.sups /.notdef /mu /paragraph /periodcentered
/.notdef /one.sups /ordmasculine /radical /onequarter /onehalf /threequarters /Euro
%C0
/.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef
/.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef
%D0
/.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /multiply /.notdef
/.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef
%E0
/.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef
/.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef
%F0
/.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /divide /.notdef
/f_f_l /f_f_i /f_f /f_l /l /f_i /i /f
] def
% Command line: 'otftotfm --automatic --encoding=fontools_ts1
% --tfm-directory=fonts/tfm/adobe/sourceserifpro
% --vf-directory=fonts/vf/adobe/sourceserifpro
% --type1-directory=fonts/type1/adobe/sourceserifpro
% --truetype-directory=fonts/truetype/adobe/sourceserifpro
% --encoding-directory=fonts/enc/dvips/sourceserifpro
% --map-file=fonts/map/dvips/sourceserifpro/SourceSerifPro.map --no-updmap
% --coding-scheme=TEX TEXT COMPANION SYMBOLS 1---TS1 --feature=onum
% --feature=pnum --ligkern=f i =: fi --ligkern=f l =: fl --ligkern=f f =: ff
% --ligkern=ff i =: ffi --ligkern=ff l =: ffl
% fonts/opentype/adobe/sourceserifpro/SourceSerifPro-Black.otf
% SourceSerifPro-Black-lf-ts1'

View File

@ -1,14 +1,14 @@
% THIS FILE WAS AUTOMATICALLY GENERATED -- DO NOT EDIT
%%AutoEnc_l72wiigum2525mpjvbft5khszb
% Encoding created by otftotfm on Wed Sep 5 11:17:27 2018
%%AutoEnc_oim3qx6bggmw5ff7vi3xpgfq5d
% Encoding created by otftotfm on Wed Sep 17 12:38:15 2014
% Command line follows encoding
/AutoEnc_l72wiigum2525mpjvbft5khszb [
/AutoEnc_oim3qx6bggmw5ff7vi3xpgfq5d [
%00
/.notdef /uni2206 /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef
/.notdef /.notdef /uni2126 /.notdef /.notdef /.notdef /.notdef /.notdef
%10
/dotlessi /uni0237 /grave /acute /caron /breve /macron /ring
/dotlessi /.notdef /grave /acute /caron /breve /macron /ring
/cedilla /germandbls /ae /oe /oslash /AE /OE /Oslash
%20
/space /exclam /quotedblright /numbersign /dollar /percent /ampersand /quoteright
@ -29,14 +29,14 @@
/p /q /r /s /t /u /v /w
/x /y /z /endash /emdash /hungarumlaut /tilde /dieresis
%80
/f_f /f_i /f_l /f_f_i /f_f_l /f_b /f_h /f_j
/f_k /f_t /Lslash /f_f_b /f_f_f /f_f_h /f_f_j /f_f_k
/f_i /f_l /f_t /.notdef /.notdef /.notdef /.notdef /.notdef
/.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef
%90
/f_f_t /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef
/.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef
/.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef
%A0
/.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef
/.notdef /.notdef /lslash /.notdef /.notdef /.notdef /.notdef /.notdef
/.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef
%B0
/.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef
/.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef
@ -61,6 +61,5 @@
% --encoding-directory=fonts/enc/dvips/sourceserifpro
% --map-file=fonts/map/dvips/sourceserifpro/SourceSerifPro.map --no-updmap
% --coding-scheme=TEX TEXT --feature=kern --feature=liga --feature=onum
% --feature=tnum
% fonts/opentype/adobe/sourceserifpro/SourceSerifPro-BlackIt.otf
% SourceSerifPro-BlackIt-tosf-ot1'
% --feature=tnum fonts/opentype/adobe/sourceserifpro/SourceSerifPro-Bold.otf
% SourceSerifPro-Bold-tosf-ot1'

View File

@ -1,66 +0,0 @@
% THIS FILE WAS AUTOMATICALLY GENERATED -- DO NOT EDIT
%%AutoEnc_oprvftqakt7ubha2qxltj6rpdd
% Encoding created by otftotfm on Wed Sep 5 11:16:59 2018
% Command line follows encoding
/AutoEnc_oprvftqakt7ubha2qxltj6rpdd [
%00
/grave /acute /circumflex /tilde /dieresis /hungarumlaut /ring /caron
/breve /macron /dotaccent /cedilla /ogonek /quotesinglbase /guilsinglleft /guilsinglright
%10
/quotedblleft /quotedblright /quotedblbase /guillemotleft /guillemotright /endash.sups /emdash.sups /.notdef
/.notdef /dotlessi /uni0237 /.notdef /.notdef /.notdef /.notdef /.notdef
%20
/.notdef /exclam /quotedbl /numbersign /dollar /percent /ampersand /quoteright
/parenleft.sups /parenright.sups /asterisk /plus /comma.sups /hyphen.sups /period.sups /slash
%30
/zero.sups /one.sups /two.sups /three.sups /four.sups /five.sups /six.sups /seven.sups
/eight.sups /nine.sups /colon.sups /semicolon /less /equal /greater /question
%40
/at /A.sups /B.sups /C.sups /D.sups /E.sups /F.sups /G.sups
/H.sups /I.sups /J.sups /K.sups /L.sups /M.sups /N.sups /O.sups
%50
/P.sups /Q.sups /R.sups /S.sups /T.sups /U.sups /V.sups /W.sups
/X.sups /Y.sups /Z.sups /bracketleft.sups /backslash /bracketright.sups /asciicircum /underscore
%60
/quoteleft /a.sups /b.sups /c.sups /d.sups /e.sups /f.sups /g.sups
/h.sups /i.sups /j.sups /k.sups /l.sups /m.sups /n.sups /o.sups
%70
/p.sups /q.sups /r.sups /s.sups /t.sups /u.sups /v.sups /w.sups
/x.sups /y.sups /z.sups /braceleft /bar /braceright /asciitilde /hyphen.sups
%80
/Abreve /Aogonek /Cacute /Ccaron /Dcaron /Ecaron /Eogonek /Gbreve
/Lacute /Lcaron /Lslash /Nacute /Ncaron /.notdef /Ohungarumlaut /Racute
%90
/Rcaron /Sacute /Scaron /uni015E /Tcaron /uni0162 /Uhungarumlaut /Uring
/Ydieresis /Zacute /Zcaron /Zdotaccent /.notdef /Idotaccent /dcroat /section
%A0
/abreve /aogonek /cacute /ccaron /dcaron /ecaron /eogonek /gbreve
/lacute /lcaron /lslash /nacute /ncaron /.notdef /ohungarumlaut /racute
%B0
/rcaron /sacute /scaron /uni015F /tcaron /uni0163 /uhungarumlaut /uring
/ydieresis /zacute /zcaron /zdotaccent /.notdef /exclamdown /questiondown /sterling
%C0
/Agrave /Aacute /Acircumflex /Atilde /Adieresis /Aring /AE /Ccedilla
/Egrave /Eacute /Ecircumflex /Edieresis /Igrave /Iacute /Icircumflex /Idieresis
%D0
/Eth /Ntilde /Ograve /Oacute /Ocircumflex /Otilde /Odieresis /OE
/Oslash /Ugrave /Uacute /Ucircumflex /Udieresis /Yacute /Thorn /.notdef
%E0
/agrave /aacute /acircumflex /atilde /adieresis /aring /ae /ccedilla
/egrave.sups /eacute.sups /ecircumflex /edieresis /igrave /iacute /icircumflex /idieresis
%F0
/eth /ntilde /ograve /oacute /ocircumflex /otilde /odieresis /oe
/oslash /ugrave /uacute /ucircumflex /udieresis /yacute /thorn /germandbls
] def
% Command line: 'otftotfm --automatic --encoding=fontools_t1
% --tfm-directory=fonts/tfm/adobe/sourceserifpro
% --vf-directory=fonts/vf/adobe/sourceserifpro
% --type1-directory=fonts/type1/adobe/sourceserifpro
% --truetype-directory=fonts/truetype/adobe/sourceserifpro
% --encoding-directory=fonts/enc/dvips/sourceserifpro
% --map-file=fonts/map/dvips/sourceserifpro/SourceSerifPro.map --no-updmap
% --coding-scheme=EXTENDED TEX FONT ENCODING - LATIN --feature=kern
% --feature=liga --feature=sups --ligkern=* {KL} *
% fonts/opentype/adobe/sourceserifpro/SourceSerifPro-Black.otf
% SourceSerifPro-Black-sup-t1'

View File

@ -1,66 +0,0 @@
% THIS FILE WAS AUTOMATICALLY GENERATED -- DO NOT EDIT
%%AutoEnc_osnaurrah3nnjswsi4wyfoswog
% Encoding created by otftotfm on Wed Sep 5 11:16:38 2018
% Command line follows encoding
/AutoEnc_osnaurrah3nnjswsi4wyfoswog [
%00
/Gamma /Delta /Theta /Lambda /Xi /Pi /Sigma /Upsilon
/Phi /Psi /Omega /.notdef /.notdef /.notdef /.notdef /.notdef
%10
/dotlessi /uni0237 /grave /acute /caron /breve /macron /ring
/cedilla /germandbls /ae /oe /oslash /AE /OE /Oslash
%20
/space /exclam /quotedblright /numbersign /dollar /percent /ampersand /quoteright
/parenleft /parenright /asterisk /plus /comma /hyphen /period /slash
%30
/zero.lf /one.lf /two.lf /three.lf /four.lf /five.lf /six.lf /seven.lf
/eight.lf /nine.lf /colon /semicolon /exclamdown /equal /questiondown /question
%40
/at /A /B /C /D /E /F /G
/H /I /J /K /L /M /N /O
%50
/P /Q /R /S /T /U /V /W
/X /Y /Z /bracketleft /quotedblleft /bracketright /circumflex /dotaccent
%60
/quoteleft /a /b /c /d /e /f /g
/h /i /j /k /l /m /n /o
%70
/p /q /r /s /t /u /v /w
/x /y /z /endash /emdash /hungarumlaut /tilde /dieresis
%80
/f_i /f_l /f_f /f_f_i /f_f_l /f_t /.notdef /.notdef
/.notdef /.notdef /Lslash /.notdef /.notdef /.notdef /.notdef /.notdef
%90
/.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef
/.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef
%A0
/.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef
/.notdef /.notdef /lslash /.notdef /.notdef /.notdef /.notdef /.notdef
%B0
/.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef
/.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef
%C0
/.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef
/.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef
%D0
/.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef
/.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef
%E0
/.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef
/.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef
%F0
/.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef
/.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef
] def
% Command line: 'otftotfm --automatic --encoding=fontools_ot1
% --tfm-directory=fonts/tfm/adobe/sourceserifpro
% --vf-directory=fonts/vf/adobe/sourceserifpro
% --type1-directory=fonts/type1/adobe/sourceserifpro
% --truetype-directory=fonts/truetype/adobe/sourceserifpro
% --encoding-directory=fonts/enc/dvips/sourceserifpro
% --map-file=fonts/map/dvips/sourceserifpro/SourceSerifPro.map --no-updmap
% --coding-scheme=TEX TEXT --feature=kern --feature=liga --feature=lnum
% --feature=pnum
% fonts/opentype/adobe/sourceserifpro/SourceSerifPro-Black.otf
% SourceSerifPro-Black-lf-ot1'

View File

@ -1,14 +1,14 @@
% THIS FILE WAS AUTOMATICALLY GENERATED -- DO NOT EDIT
%%AutoEnc_lnjzcs7k64n3pcocrdzibbxdua
% Encoding created by otftotfm on Wed Sep 5 11:17:28 2018
%%AutoEnc_owk7oj4t3qd6voxczxcvl72x5g
% Encoding created by otftotfm on Wed Sep 17 12:38:15 2014
% Command line follows encoding
/AutoEnc_lnjzcs7k64n3pcocrdzibbxdua [
/AutoEnc_owk7oj4t3qd6voxczxcvl72x5g [
%00
/f_f /Euro /f_i /f_l /fraction /dotaccent /hungarumlaut /ogonek
/f_f_i /f_f_l /.notdef /f_b /f_h /f_j /f_k /f_t
/f_i /Euro /f_l /f_t /fraction /dotaccent /hungarumlaut /ogonek
/.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef
%10
/dotlessi /uni0237 /grave /acute /caron /breve /macron /ring
/dotlessi /.notdef /grave /acute /caron /breve /macron /ring
/cedilla /germandbls /ae /oe /oslash /AE /OE /Oslash
%20
/space /exclam /quotedbl /numbersign /dollar /percent /ampersand /quoteright
@ -35,8 +35,8 @@
/lslash /quoteleft /quoteright /quotedblleft /quotedblright /bullet /endash /emdash
/tilde /trademark /scaron /guilsinglright /oe /zcaron /asciitilde /Ydieresis
%A0
/space /exclamdown /cent /sterling /currency /yen /brokenbar /section
/dieresis /copyright /ordfeminine /guillemotleft /logicalnot /hyphen /registered /macron
/uni00A0 /exclamdown /cent /sterling /currency /yen /brokenbar /section
/dieresis /copyright /ordfeminine /guillemotleft /logicalnot /uni00AD /registered /macron
%B0
/degree /plusminus /two.sups /three.sups /acute /uni00B5 /paragraph /periodcentered
/cedilla /one.sups /ordmasculine /guillemotright /onequarter /onehalf /threequarters /questiondown
@ -62,5 +62,5 @@
% --map-file=fonts/map/dvips/sourceserifpro/SourceSerifPro.map --no-updmap
% --coding-scheme=TEX TYPEWRITER AND WINDOWS ANSI --feature=kern
% --feature=liga --feature=onum --feature=tnum
% fonts/opentype/adobe/sourceserifpro/SourceSerifPro-BlackIt.otf
% SourceSerifPro-BlackIt-tosf-ly1'
% fonts/opentype/adobe/sourceserifpro/SourceSerifPro-Bold.otf
% SourceSerifPro-Bold-tosf-ly1'

View File

@ -1,14 +1,14 @@
% THIS FILE WAS AUTOMATICALLY GENERATED -- DO NOT EDIT
%%AutoEnc_meqgh4krzqwbkqa4vdibhrsplb
% Encoding created by otftotfm on Wed Sep 5 11:17:31 2018
%%AutoEnc_pvm6traipfzrxqx46pf3nx57qe
% Encoding created by otftotfm on Wed Sep 17 12:38:14 2014
% Command line follows encoding
/AutoEnc_meqgh4krzqwbkqa4vdibhrsplb [
/AutoEnc_pvm6traipfzrxqx46pf3nx57qe [
%00
/.notdef /uni2206 /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef
/.notdef /.notdef /uni2126 /.notdef /.notdef /.notdef /.notdef /.notdef
%10
/dotlessi /uni0237 /grave /acute /caron /breve /macron /ring
/dotlessi /.notdef /grave /acute /caron /breve /macron /ring
/cedilla /germandbls /ae /oe /oslash /AE /OE /Oslash
%20
/space /exclam /quotedblright /numbersign /dollar /percent /ampersand /quoteright
@ -29,14 +29,14 @@
/p /q /r /s /t /u /v /w
/x /y /z /endash /emdash /hungarumlaut /tilde /dieresis
%80
/f_f /f_i /f_l /f_f_i /f_f_l /f_b /f_h /f_j
/f_k /f_t /Lslash /f_f_b /f_f_f /f_f_h /f_f_j /f_f_k
/f_i /f_l /f_t /.notdef /.notdef /.notdef /.notdef /.notdef
/.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef
%90
/f_f_t /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef
/.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef
/.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef
%A0
/.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef
/.notdef /.notdef /lslash /.notdef /.notdef /.notdef /.notdef /.notdef
/.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef
%B0
/.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef
/.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef
@ -61,6 +61,5 @@
% --encoding-directory=fonts/enc/dvips/sourceserifpro
% --map-file=fonts/map/dvips/sourceserifpro/SourceSerifPro.map --no-updmap
% --coding-scheme=TEX TEXT --feature=kern --feature=liga --feature=onum
% --feature=pnum
% fonts/opentype/adobe/sourceserifpro/SourceSerifPro-BlackIt.otf
% SourceSerifPro-BlackIt-osf-ot1'
% --feature=pnum fonts/opentype/adobe/sourceserifpro/SourceSerifPro-Bold.otf
% SourceSerifPro-Bold-osf-ot1'

View File

@ -1,14 +1,14 @@
% THIS FILE WAS AUTOMATICALLY GENERATED -- DO NOT EDIT
%%AutoEnc_gtvdgc2kqxllqibspmp324ikia
% Encoding created by otftotfm on Wed Sep 5 11:17:36 2018
%%AutoEnc_r5qp3qukq5ybuqqryhpx4ayjof
% Encoding created by otftotfm on Wed Sep 17 12:38:16 2014
% Command line follows encoding
/AutoEnc_gtvdgc2kqxllqibspmp324ikia [
/AutoEnc_r5qp3qukq5ybuqqryhpx4ayjof [
%00
/f_f /Euro /f_i /f_l /fraction /dotaccent /hungarumlaut /ogonek
/f_f_i /f_f_l /.notdef /f_b /f_h /f_j /f_k /f_t
/f_i /Euro /f_l /f_t /fraction /dotaccent /hungarumlaut /ogonek
/.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef
%10
/dotlessi /uni0237 /grave /acute /caron /breve /macron /ring
/dotlessi /.notdef /grave /acute /caron /breve /macron /ring
/cedilla /germandbls /ae /oe /oslash /AE /OE /Oslash
%20
/space /exclam /quotedbl /numbersign /dollar /percent /ampersand /quoteright
@ -35,8 +35,8 @@
/lslash /quoteleft /quoteright /quotedblleft /quotedblright /bullet /endash /emdash
/tilde /trademark /scaron /guilsinglright /oe /zcaron /asciitilde /Ydieresis
%A0
/space /exclamdown /cent /sterling /currency /yen /brokenbar /section
/dieresis /copyright /ordfeminine /guillemotleft /logicalnot /hyphen /registered /macron
/uni00A0 /exclamdown /cent /sterling /currency /yen /brokenbar /section
/dieresis /copyright /ordfeminine /guillemotleft /logicalnot /uni00AD /registered /macron
%B0
/degree /plusminus /two.sups /three.sups /acute /uni00B5 /paragraph /periodcentered
/cedilla /one.sups /ordmasculine /guillemotright /onequarter /onehalf /threequarters /questiondown
@ -62,5 +62,5 @@
% --map-file=fonts/map/dvips/sourceserifpro/SourceSerifPro.map --no-updmap
% --coding-scheme=TEX TYPEWRITER AND WINDOWS ANSI --feature=kern
% --feature=liga --feature=lnum --feature=tnum
% fonts/opentype/adobe/sourceserifpro/SourceSerifPro-BlackIt.otf
% SourceSerifPro-BlackIt-tlf-ly1'
% fonts/opentype/adobe/sourceserifpro/SourceSerifPro-Bold.otf
% SourceSerifPro-Bold-tlf-ly1'

View File

@ -1,66 +0,0 @@
% THIS FILE WAS AUTOMATICALLY GENERATED -- DO NOT EDIT
%%AutoEnc_r74etrlqouuauxc2yaiwqsc6tg
% Encoding created by otftotfm on Wed Sep 5 11:17:32 2018
% Command line follows encoding
/AutoEnc_r74etrlqouuauxc2yaiwqsc6tg [
%00
/grave /acute /circumflex /tilde /dieresis /hungarumlaut /ring /caron
/breve /macron /dotaccent /cedilla /ogonek /quotesinglbase /guilsinglleft /guilsinglright
%10
/quotedblleft /quotedblright /quotedblbase /guillemotleft /guillemotright /endash /emdash /.notdef
/f_b /dotlessi /uni0237 /f_f /f_i /f_l /f_f_i /f_f_l
%20
/.notdef /exclam /quotedbl /numbersign /dollar /percent /ampersand /quoteright
/parenleft /parenright /asterisk /plus /comma /hyphen /period /slash
%30
/zero.osf /one.osf /two.osf /three.osf /four.osf /five.osf /six.osf /seven.osf
/eight.osf /nine.osf /colon /semicolon /less /equal /greater /question
%40
/at /A /B /C /D /E /F /G
/H /I /J /K /L /M /N /O
%50
/P /Q /R /S /T /U /V /W
/X /Y /Z /bracketleft /backslash /bracketright /asciicircum /underscore
%60
/quoteleft /a /b /c /d /e /f /g
/h /i /j /k /l /m /n /o
%70
/p /q /r /s /t /u /v /w
/x /y /z /braceleft /bar /braceright /asciitilde /hyphen
%80
/Abreve /Aogonek /Cacute /Ccaron /Dcaron /Ecaron /Eogonek /Gbreve
/Lacute /Lcaron /Lslash /Nacute /Ncaron /f_h /Ohungarumlaut /Racute
%90
/Rcaron /Sacute /Scaron /uni015E /Tcaron /uni0162 /Uhungarumlaut /Uring
/Ydieresis /Zacute /Zcaron /Zdotaccent /.notdef /Idotaccent /dcroat /section
%A0
/abreve /aogonek /cacute /ccaron /dcaron /ecaron /eogonek /gbreve
/lacute /lcaron /lslash /nacute /ncaron /f_j /ohungarumlaut /racute
%B0
/rcaron /sacute /scaron /uni015F /tcaron /uni0163 /uhungarumlaut /uring
/ydieresis /zacute /zcaron /zdotaccent /.notdef /exclamdown /questiondown /sterling
%C0
/Agrave /Aacute /Acircumflex /Atilde /Adieresis /Aring /AE /Ccedilla
/Egrave /Eacute /Ecircumflex /Edieresis /Igrave /Iacute /Icircumflex /Idieresis
%D0
/Eth /Ntilde /Ograve /Oacute /Ocircumflex /Otilde /Odieresis /OE
/Oslash /Ugrave /Uacute /Ucircumflex /Udieresis /Yacute /Thorn /.notdef
%E0
/agrave /aacute /acircumflex /atilde /adieresis /aring /ae /ccedilla
/egrave /eacute /ecircumflex /edieresis /igrave /iacute /icircumflex /idieresis
%F0
/eth /ntilde /ograve /oacute /ocircumflex /otilde /odieresis /oe
/oslash /ugrave /uacute /ucircumflex /udieresis /yacute /thorn /germandbls
] def
% Command line: 'otftotfm --automatic --encoding=fontools_t1
% --tfm-directory=fonts/tfm/adobe/sourceserifpro
% --vf-directory=fonts/vf/adobe/sourceserifpro
% --type1-directory=fonts/type1/adobe/sourceserifpro
% --truetype-directory=fonts/truetype/adobe/sourceserifpro
% --encoding-directory=fonts/enc/dvips/sourceserifpro
% --map-file=fonts/map/dvips/sourceserifpro/SourceSerifPro.map --no-updmap
% --coding-scheme=EXTENDED TEX FONT ENCODING - LATIN --feature=kern
% --feature=liga --feature=onum --feature=pnum
% fonts/opentype/adobe/sourceserifpro/SourceSerifPro-BlackIt.otf
% SourceSerifPro-BlackIt-osf-t1'

View File

@ -1,14 +1,14 @@
% THIS FILE WAS AUTOMATICALLY GENERATED -- DO NOT EDIT
%%AutoEnc_flbt576fnfzcwolreuy2cwup6g
% Encoding created by otftotfm on Wed Sep 5 11:17:30 2018
%%AutoEnc_rgwjxac7ev4k4le5oc6jllwsbc
% Encoding created by otftotfm on Wed Sep 17 12:38:14 2014
% Command line follows encoding
/AutoEnc_flbt576fnfzcwolreuy2cwup6g [
/AutoEnc_rgwjxac7ev4k4le5oc6jllwsbc [
%00
/.notdef /uni2206 /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef
/.notdef /.notdef /uni2126 /.notdef /.notdef /.notdef /.notdef /.notdef
%10
/dotlessi /uni0237 /grave /acute /caron /breve /macron /ring
/dotlessi /.notdef /grave /acute /caron /breve /macron /ring
/cedilla /germandbls /ae /oe /oslash /AE /OE /Oslash
%20
/space /exclam /quotedblright /numbersign /dollar /percent /ampersand /quoteright
@ -21,7 +21,7 @@
/H /I /J /K /L /M /N /O
%50
/P /Q /R /S /T /U /V /W
/X /Y /Z /bracketleft.sups /quotedblleft /bracketright.sups /circumflex /dotaccent
/X /Y /Z /bracketleft /quotedblleft /bracketright /circumflex /dotaccent
%60
/quoteleft /a.sups /b.sups /c.sups /d.sups /e.sups /f.sups /g.sups
/h.sups /i.sups /j.sups /k.sups /l.sups /m.sups /n.sups /o.sups
@ -30,13 +30,13 @@
/x.sups /y.sups /z.sups /endash.sups /emdash.sups /hungarumlaut /tilde /dieresis
%80
/.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef
/.notdef /.notdef /Lslash /.notdef /.notdef /.notdef /.notdef /.notdef
/.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef
%90
/.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef
/.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef
%A0
/.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef
/.notdef /.notdef /lslash /.notdef /.notdef /.notdef /.notdef /.notdef
/.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef
%B0
/.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef
/.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef
@ -62,5 +62,5 @@
% --map-file=fonts/map/dvips/sourceserifpro/SourceSerifPro.map --no-updmap
% --coding-scheme=TEX TEXT --feature=kern --feature=liga --feature=sups
% --ligkern=* {KL} *
% fonts/opentype/adobe/sourceserifpro/SourceSerifPro-BlackIt.otf
% SourceSerifPro-BlackIt-sup-ot1'
% fonts/opentype/adobe/sourceserifpro/SourceSerifPro-Bold.otf
% SourceSerifPro-Bold-sup-ot1'

View File

@ -1,14 +1,14 @@
% THIS FILE WAS AUTOMATICALLY GENERATED -- DO NOT EDIT
%%AutoEnc_z6lp4vzduyrf3w25i2byefsndd
% Encoding created by otftotfm on Wed Sep 5 11:17:24 2018
%%AutoEnc_rsqbulffmw4ztm6cqwke2h623b
% Encoding created by otftotfm on Wed Sep 17 12:38:15 2014
% Command line follows encoding
/AutoEnc_z6lp4vzduyrf3w25i2byefsndd [
/AutoEnc_rsqbulffmw4ztm6cqwke2h623b [
%00
/f_f /Euro /f_i /f_l /fraction /dotaccent /hungarumlaut /ogonek
/f_f_i /f_f_l /.notdef /f_b /f_h /f_j /f_k /f_t
/f_i /Euro /f_l /f_t /fraction /dotaccent /hungarumlaut /ogonek
/.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef
%10
/dotlessi /uni0237 /grave /acute /caron /breve /macron /ring
/dotlessi /.notdef /grave /acute /caron /breve /macron /ring
/cedilla /germandbls /ae /oe /oslash /AE /OE /Oslash
%20
/space /exclam /quotedbl /numbersign /dollar /percent /ampersand /quoteright
@ -35,8 +35,8 @@
/lslash /quoteleft /quoteright /quotedblleft /quotedblright /bullet /endash /emdash
/tilde /trademark /scaron /guilsinglright /oe /zcaron /asciitilde /Ydieresis
%A0
/space /exclamdown /cent /sterling /currency /yen /brokenbar /section
/dieresis /copyright /ordfeminine /guillemotleft /logicalnot /hyphen /registered /macron
/uni00A0 /exclamdown /cent /sterling /currency /yen /brokenbar /section
/dieresis /copyright /ordfeminine /guillemotleft /logicalnot /uni00AD /registered /macron
%B0
/degree /plusminus /two.sups /three.sups /acute /uni00B5 /paragraph /periodcentered
/cedilla /one.sups /ordmasculine /guillemotright /onequarter /onehalf /threequarters /questiondown
@ -62,5 +62,5 @@
% --map-file=fonts/map/dvips/sourceserifpro/SourceSerifPro.map --no-updmap
% --coding-scheme=TEX TYPEWRITER AND WINDOWS ANSI --feature=kern
% --feature=liga --feature=lnum --feature=pnum
% fonts/opentype/adobe/sourceserifpro/SourceSerifPro-BlackIt.otf
% SourceSerifPro-BlackIt-lf-ly1'
% fonts/opentype/adobe/sourceserifpro/SourceSerifPro-Bold.otf
% SourceSerifPro-Bold-lf-ly1'

View File

@ -1,66 +0,0 @@
% THIS FILE WAS AUTOMATICALLY GENERATED -- DO NOT EDIT
%%AutoEnc_s5phdgwgvngjtzuclffvxt3mhc
% Encoding created by otftotfm on Wed Sep 5 11:17:12 2018
% Command line follows encoding
/AutoEnc_s5phdgwgvngjtzuclffvxt3mhc [
%00
/Gamma /Delta /Theta /Lambda /Xi /Pi /Sigma /Upsilon
/Phi /Psi /Omega /.notdef /.notdef /.notdef /.notdef /.notdef
%10
/dotlessi /uni0237 /grave /acute /caron /breve /macron /ring
/cedilla /germandbls /ae /oe /oslash /AE /OE /Oslash
%20
/space /exclam /quotedblright /numbersign /dollar /percent /ampersand /quoteright
/parenleft /parenright /asterisk /plus /comma /hyphen /period /slash
%30
/zero /one /two /three /four /five /six /seven
/eight /nine /colon /semicolon /exclamdown /equal /questiondown /question
%40
/at /A /B /C /D /E /F /G
/H /I /J /K /L /M /N /O
%50
/P /Q /R /S /T /U /V /W
/X /Y /Z /bracketleft /quotedblleft /bracketright /circumflex /dotaccent
%60
/quoteleft /a /b /c /d /e /f /g
/h /i /j /k /l /m /n /o
%70
/p /q /r /s /t /u /v /w
/x /y /z /endash /emdash /hungarumlaut /tilde /dieresis
%80
/f_i /f_l /f_f /f_f_i /f_f_l /f_t /.notdef /.notdef
/.notdef /.notdef /Lslash /.notdef /.notdef /.notdef /.notdef /.notdef
%90
/.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef
/.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef
%A0
/.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef
/.notdef /.notdef /lslash /.notdef /.notdef /.notdef /.notdef /.notdef
%B0
/.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef
/.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef
%C0
/.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef
/.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef
%D0
/.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef
/.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef
%E0
/.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef
/.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef
%F0
/.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef
/.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef
] def
% Command line: 'otftotfm --automatic --encoding=fontools_ot1
% --tfm-directory=fonts/tfm/adobe/sourceserifpro
% --vf-directory=fonts/vf/adobe/sourceserifpro
% --type1-directory=fonts/type1/adobe/sourceserifpro
% --truetype-directory=fonts/truetype/adobe/sourceserifpro
% --encoding-directory=fonts/enc/dvips/sourceserifpro
% --map-file=fonts/map/dvips/sourceserifpro/SourceSerifPro.map --no-updmap
% --coding-scheme=TEX TEXT --feature=kern --feature=liga --feature=lnum
% --feature=tnum
% fonts/opentype/adobe/sourceserifpro/SourceSerifPro-Black.otf
% SourceSerifPro-Black-tlf-ot1'

View File

@ -1,66 +0,0 @@
% THIS FILE WAS AUTOMATICALLY GENERATED -- DO NOT EDIT
%%AutoEnc_s6kslvwfusjzyaypzv3w4byzzh
% Encoding created by otftotfm on Wed Sep 5 11:16:47 2018
% Command line follows encoding
/AutoEnc_s6kslvwfusjzyaypzv3w4byzzh [
%00
/Gamma /Delta /Theta /Lambda /Xi /Pi /Sigma /Upsilon
/Phi /Psi /Omega /.notdef /.notdef /.notdef /.notdef /.notdef
%10
/dotlessi /uni0237 /grave /acute /caron /breve /macron /ring
/cedilla /germandbls /ae /oe /oslash /AE /OE /Oslash
%20
/space /exclam /quotedblright /numbersign /dollar /percent /ampersand /quoteright
/parenleft.dnom /parenright.dnom /asterisk /plus /comma.dnom /hyphen /period.dnom /slash
%30
/zero.dnom /one.dnom /two.dnom /three.dnom /four.dnom /five.dnom /six.dnom /seven.dnom
/eight.dnom /nine.dnom /colon /semicolon /exclamdown /equal /questiondown /question
%40
/at /A /B /C /D /E /F /G
/H /I /J /K /L /M /N /O
%50
/P /Q /R /S /T /U /V /W
/X /Y /Z /bracketleft.dnom /quotedblleft /bracketright.dnom /circumflex /dotaccent
%60
/quoteleft /a /b /c /d /e /f /g
/h /i /j /k /l /m /n /o
%70
/p /q /r /s /t /u /v /w
/x /y /z /endash /emdash /hungarumlaut /tilde /dieresis
%80
/.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef
/.notdef /.notdef /Lslash /.notdef /.notdef /.notdef /.notdef /.notdef
%90
/.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef
/.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef
%A0
/.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef
/.notdef /.notdef /lslash /.notdef /.notdef /.notdef /.notdef /.notdef
%B0
/.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef
/.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef
%C0
/.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef
/.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef
%D0
/.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef
/.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef
%E0
/.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef
/.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef
%F0
/.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef
/.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef
] def
% Command line: 'otftotfm --automatic --encoding=fontools_ot1
% --tfm-directory=fonts/tfm/adobe/sourceserifpro
% --vf-directory=fonts/vf/adobe/sourceserifpro
% --type1-directory=fonts/type1/adobe/sourceserifpro
% --truetype-directory=fonts/truetype/adobe/sourceserifpro
% --encoding-directory=fonts/enc/dvips/sourceserifpro
% --map-file=fonts/map/dvips/sourceserifpro/SourceSerifPro.map --no-updmap
% --coding-scheme=TEX TEXT --feature=dnom --feature=kern --feature=liga
% --ligkern=* {KL} *
% fonts/opentype/adobe/sourceserifpro/SourceSerifPro-Black.otf
% SourceSerifPro-Black-dnom-ot1'

View File

@ -1,66 +0,0 @@
% THIS FILE WAS AUTOMATICALLY GENERATED -- DO NOT EDIT
%%AutoEnc_sboynufnvk4xoekngr7kiaqegc
% Encoding created by otftotfm on Wed Sep 5 11:17:02 2018
% Command line follows encoding
/AutoEnc_sboynufnvk4xoekngr7kiaqegc [
%00
/Gamma /Delta /Theta /Lambda /Xi /Pi /Sigma /Upsilon
/Phi /Psi /Omega /.notdef /.notdef /.notdef /.notdef /.notdef
%10
/dotlessi /uni0237 /grave /acute /caron /breve /macron /ring
/cedilla /germandbls /ae /oe /oslash /AE /OE /Oslash
%20
/space /exclam /quotedblright /numbersign /dollar /percent /ampersand /quoteright
/parenleft /parenright /asterisk /plus /comma /hyphen /period /slash
%30
/zero.osf /one.osf /two.osf /three.osf /four.osf /five.osf /six.osf /seven.osf
/eight.osf /nine.osf /colon /semicolon /exclamdown /equal /questiondown /question
%40
/at /A /B /C /D /E /F /G
/H /I /J /K /L /M /N /O
%50
/P /Q /R /S /T /U /V /W
/X /Y /Z /bracketleft /quotedblleft /bracketright /circumflex /dotaccent
%60
/quoteleft /a /b /c /d /e /f /g
/h /i /j /k /l /m /n /o
%70
/p /q /r /s /t /u /v /w
/x /y /z /endash /emdash /hungarumlaut /tilde /dieresis
%80
/f_i /f_l /f_f /f_f_i /f_f_l /f_t /.notdef /.notdef
/.notdef /.notdef /Lslash /.notdef /.notdef /.notdef /.notdef /.notdef
%90
/.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef
/.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef
%A0
/.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef
/.notdef /.notdef /lslash /.notdef /.notdef /.notdef /.notdef /.notdef
%B0
/.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef
/.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef
%C0
/.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef
/.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef
%D0
/.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef
/.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef
%E0
/.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef
/.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef
%F0
/.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef
/.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef
] def
% Command line: 'otftotfm --automatic --encoding=fontools_ot1
% --tfm-directory=fonts/tfm/adobe/sourceserifpro
% --vf-directory=fonts/vf/adobe/sourceserifpro
% --type1-directory=fonts/type1/adobe/sourceserifpro
% --truetype-directory=fonts/truetype/adobe/sourceserifpro
% --encoding-directory=fonts/enc/dvips/sourceserifpro
% --map-file=fonts/map/dvips/sourceserifpro/SourceSerifPro.map --no-updmap
% --coding-scheme=TEX TEXT --feature=kern --feature=liga --feature=onum
% --feature=pnum
% fonts/opentype/adobe/sourceserifpro/SourceSerifPro-Black.otf
% SourceSerifPro-Black-osf-ot1'

View File

@ -1,66 +0,0 @@
% THIS FILE WAS AUTOMATICALLY GENERATED -- DO NOT EDIT
%%AutoEnc_sonlso3nqwsje5mfvsqtfwxdne
% Encoding created by otftotfm on Wed Sep 5 11:16:41 2018
% Command line follows encoding
/AutoEnc_sonlso3nqwsje5mfvsqtfwxdne [
%00
/f_i /Euro /f_l /f_f /fraction /dotaccent /hungarumlaut /ogonek
/f_f_i /f_f_l /.notdef /f_t /.notdef /.notdef /.notdef /.notdef
%10
/dotlessi /uni0237 /grave /acute /caron /breve /macron /ring
/cedilla /germandbls /ae /oe /oslash /AE /OE /Oslash
%20
/space /exclam /quotedbl /numbersign /dollar /percent /ampersand /quoteright
/parenleft /parenright /asterisk /plus /comma /hyphen /period /slash
%30
/zero.lf /one.lf /two.lf /three.lf /four.lf /five.lf /six.lf /seven.lf
/eight.lf /nine.lf /colon /semicolon /less /equal /greater /question
%40
/at /A /B /C /D /E /F /G
/H /I /J /K /L /M /N /O
%50
/P /Q /R /S /T /U /V /W
/X /Y /Z /bracketleft /backslash /bracketright /circumflex /underscore
%60
/quoteleft /a /b /c /d /e /f /g
/h /i /j /k /l /m /n /o
%70
/p /q /r /s /t /u /v /w
/x /y /z /braceleft /bar /braceright /tilde /dieresis
%80
/Lslash /quotesingle /quotesinglbase /uni0192 /quotedblbase /ellipsis /dagger /daggerdbl
/circumflex /perthousand /Scaron /guilsinglleft /OE /Zcaron /asciicircum /minus
%90
/lslash /quoteleft /quoteright /quotedblleft /quotedblright /bullet /endash /emdash
/tilde /trademark /scaron /guilsinglright /oe /zcaron /asciitilde /Ydieresis
%A0
/space /exclamdown /cent /sterling /currency /yen /brokenbar /section
/dieresis /copyright /ordfeminine /guillemotleft /logicalnot /hyphen /registered /macron
%B0
/degree /plusminus /two.sups /three.sups /acute /mu /paragraph /periodcentered
/cedilla /one.sups /ordmasculine /guillemotright /onequarter /onehalf /threequarters /questiondown
%C0
/Agrave /Aacute /Acircumflex /Atilde /Adieresis /Aring /AE /Ccedilla
/Egrave /Eacute /Ecircumflex /Edieresis /Igrave /Iacute /Icircumflex /Idieresis
%D0
/Eth /Ntilde /Ograve /Oacute /Ocircumflex /Otilde /Odieresis /multiply
/Oslash /Ugrave /Uacute /Ucircumflex /Udieresis /Yacute /Thorn /germandbls
%E0
/agrave /aacute /acircumflex /atilde /adieresis /aring /ae /ccedilla
/egrave /eacute /ecircumflex /edieresis /igrave /iacute /icircumflex /idieresis
%F0
/eth /ntilde /ograve /oacute /ocircumflex /otilde /odieresis /divide
/oslash /ugrave /uacute /ucircumflex /udieresis /yacute /thorn /ydieresis
] def
% Command line: 'otftotfm --automatic --encoding=fontools_ly1
% --tfm-directory=fonts/tfm/adobe/sourceserifpro
% --vf-directory=fonts/vf/adobe/sourceserifpro
% --type1-directory=fonts/type1/adobe/sourceserifpro
% --truetype-directory=fonts/truetype/adobe/sourceserifpro
% --encoding-directory=fonts/enc/dvips/sourceserifpro
% --map-file=fonts/map/dvips/sourceserifpro/SourceSerifPro.map --no-updmap
% --coding-scheme=TEX TYPEWRITER AND WINDOWS ANSI --feature=kern
% --feature=liga --feature=lnum --feature=pnum
% fonts/opentype/adobe/sourceserifpro/SourceSerifPro-Black.otf
% SourceSerifPro-Black-lf-ly1'

View File

@ -1,66 +0,0 @@
% THIS FILE WAS AUTOMATICALLY GENERATED -- DO NOT EDIT
%%AutoEnc_sor56solpicrjyijvbcair6xbg
% Encoding created by otftotfm on Wed Sep 5 11:16:50 2018
% Command line follows encoding
/AutoEnc_sor56solpicrjyijvbcair6xbg [
%00
/Gamma /Delta /Theta /Lambda /Xi /Pi /Sigma /Upsilon
/Phi /Psi /Omega /.notdef /.notdef /.notdef /.notdef /.notdef
%10
/dotlessi /uni0237 /grave /acute /caron /breve /macron /ring
/cedilla /germandbls /ae /oe /oslash /AE /OE /Oslash
%20
/space /exclam /quotedblright /numbersign /dollar /percent /ampersand /quoteright
/parenleft /parenright /asterisk /plus /comma /hyphen /period /slash
%30
/zero.tosf /one.tosf /two.tosf /three.tosf /four.tosf /five.tosf /six.tosf /seven.tosf
/eight.tosf /nine.tosf /colon /semicolon /exclamdown /equal /questiondown /question
%40
/at /A /B /C /D /E /F /G
/H /I /J /K /L /M /N /O
%50
/P /Q /R /S /T /U /V /W
/X /Y /Z /bracketleft /quotedblleft /bracketright /circumflex /dotaccent
%60
/quoteleft /a /b /c /d /e /f /g
/h /i /j /k /l /m /n /o
%70
/p /q /r /s /t /u /v /w
/x /y /z /endash /emdash /hungarumlaut /tilde /dieresis
%80
/f_i /f_l /f_f /f_f_i /f_f_l /f_t /.notdef /.notdef
/.notdef /.notdef /Lslash /.notdef /.notdef /.notdef /.notdef /.notdef
%90
/.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef
/.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef
%A0
/.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef
/.notdef /.notdef /lslash /.notdef /.notdef /.notdef /.notdef /.notdef
%B0
/.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef
/.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef
%C0
/.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef
/.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef
%D0
/.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef
/.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef
%E0
/.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef
/.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef
%F0
/.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef
/.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef
] def
% Command line: 'otftotfm --automatic --encoding=fontools_ot1
% --tfm-directory=fonts/tfm/adobe/sourceserifpro
% --vf-directory=fonts/vf/adobe/sourceserifpro
% --type1-directory=fonts/type1/adobe/sourceserifpro
% --truetype-directory=fonts/truetype/adobe/sourceserifpro
% --encoding-directory=fonts/enc/dvips/sourceserifpro
% --map-file=fonts/map/dvips/sourceserifpro/SourceSerifPro.map --no-updmap
% --coding-scheme=TEX TEXT --feature=kern --feature=liga --feature=onum
% --feature=tnum
% fonts/opentype/adobe/sourceserifpro/SourceSerifPro-Black.otf
% SourceSerifPro-Black-tosf-ot1'

View File

@ -1,14 +1,14 @@
% THIS FILE WAS AUTOMATICALLY GENERATED -- DO NOT EDIT
%%AutoEnc_nan7a43o2szq3csgmonwsdrbhe
% Encoding created by otftotfm on Wed Sep 5 11:17:25 2018
%%AutoEnc_sxytol3bffkrp42ds2yxd75fzg
% Encoding created by otftotfm on Wed Sep 17 12:38:14 2014
% Command line follows encoding
/AutoEnc_nan7a43o2szq3csgmonwsdrbhe [
/AutoEnc_sxytol3bffkrp42ds2yxd75fzg [
%00
/.notdef /uni2206 /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef
/.notdef /.notdef /uni2126 /.notdef /.notdef /.notdef /.notdef /.notdef
%10
/dotlessi /uni0237 /grave /acute /caron /breve /macron /ring
/dotlessi /.notdef /grave /acute /caron /breve /macron /ring
/cedilla /germandbls /ae /oe /oslash /AE /OE /Oslash
%20
/space /exclam /quotedblright /numbersign /dollar /percent /ampersand /quoteright
@ -21,7 +21,7 @@
/H /I /J /K /L /M /N /O
%50
/P /Q /R /S /T /U /V /W
/X /Y /Z /bracketleft.dnom /quotedblleft /bracketright.dnom /circumflex /dotaccent
/X /Y /Z /bracketleft /quotedblleft /bracketright /circumflex /dotaccent
%60
/quoteleft /a /b /c /d /e /f /g
/h /i /j /k /l /m /n /o
@ -30,13 +30,13 @@
/x /y /z /endash /emdash /hungarumlaut /tilde /dieresis
%80
/.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef
/.notdef /.notdef /Lslash /.notdef /.notdef /.notdef /.notdef /.notdef
/.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef
%90
/.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef
/.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef
%A0
/.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef
/.notdef /.notdef /lslash /.notdef /.notdef /.notdef /.notdef /.notdef
/.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef
%B0
/.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef
/.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef
@ -62,5 +62,5 @@
% --map-file=fonts/map/dvips/sourceserifpro/SourceSerifPro.map --no-updmap
% --coding-scheme=TEX TEXT --feature=dnom --feature=kern --feature=liga
% --ligkern=* {KL} *
% fonts/opentype/adobe/sourceserifpro/SourceSerifPro-BlackIt.otf
% SourceSerifPro-BlackIt-dnom-ot1'
% fonts/opentype/adobe/sourceserifpro/SourceSerifPro-Bold.otf
% SourceSerifPro-Bold-dnom-ot1'

View File

@ -1,15 +1,15 @@
% THIS FILE WAS AUTOMATICALLY GENERATED -- DO NOT EDIT
%%AutoEnc_brdplfiuoy2do6iyeacfikge7d
% Encoding created by otftotfm on Wed Sep 5 11:16:48 2018
%%AutoEnc_t4jhwy7kga2gg2qtcyt454nh3b
% Encoding created by otftotfm on Wed Sep 17 12:38:14 2014
% Command line follows encoding
/AutoEnc_brdplfiuoy2do6iyeacfikge7d [
/AutoEnc_t4jhwy7kga2gg2qtcyt454nh3b [
%00
/grave /acute /circumflex /tilde /dieresis /hungarumlaut /ring /caron
/breve /macron /dotaccent /cedilla /ogonek /quotesinglbase /guilsinglleft /guilsinglright
%10
/quotedblleft /quotedblright /quotedblbase /guillemotleft /guillemotright /endash /emdash /.notdef
/.notdef /dotlessi /uni0237 /.notdef /.notdef /.notdef /.notdef /.notdef
/.notdef /dotlessi /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef
%20
/.notdef /exclam /quotedbl /numbersign /dollar /percent /ampersand /quoteright
/parenleft.dnom /parenright.dnom /asterisk /plus /comma.dnom /hyphen /period.dnom /slash
@ -21,7 +21,7 @@
/H /I /J /K /L /M /N /O
%50
/P /Q /R /S /T /U /V /W
/X /Y /Z /bracketleft.dnom /backslash /bracketright.dnom /asciicircum /underscore
/X /Y /Z /bracketleft /backslash /bracketright /asciicircum /underscore
%60
/quoteleft /a /b /c /d /e /f /g
/h /i /j /k /l /m /n /o
@ -62,5 +62,5 @@
% --map-file=fonts/map/dvips/sourceserifpro/SourceSerifPro.map --no-updmap
% --coding-scheme=EXTENDED TEX FONT ENCODING - LATIN --feature=dnom
% --feature=kern --feature=liga --ligkern=* {KL} *
% fonts/opentype/adobe/sourceserifpro/SourceSerifPro-Black.otf
% SourceSerifPro-Black-dnom-t1'
% fonts/opentype/adobe/sourceserifpro/SourceSerifPro-Bold.otf
% SourceSerifPro-Bold-dnom-t1'

View File

@ -1,15 +1,15 @@
% THIS FILE WAS AUTOMATICALLY GENERATED -- DO NOT EDIT
%%AutoEnc_tf7hccpwv3fbx6lqvyd5qgz3pa
% Encoding created by otftotfm on Wed Sep 5 11:17:13 2018
%%AutoEnc_ttcihkrxf7qay6csy6ngtn5wsf
% Encoding created by otftotfm on Wed Sep 17 12:38:15 2014
% Command line follows encoding
/AutoEnc_tf7hccpwv3fbx6lqvyd5qgz3pa [
/AutoEnc_ttcihkrxf7qay6csy6ngtn5wsf [
%00
/grave /acute /circumflex /tilde /dieresis /hungarumlaut /ring /caron
/breve /macron /dotaccent /cedilla /ogonek /quotesinglbase /guilsinglleft /guilsinglright
%10
/quotedblleft /quotedblright /quotedblbase /guillemotleft /guillemotright /endash /emdash /.notdef
/f_t /dotlessi /uni0237 /f_i /f_l /f_f /f_f_i /f_f_l
/.notdef /dotlessi /.notdef /f_i /f_l /f_t /.notdef /.notdef
%20
/.notdef /exclam /quotedbl /numbersign /dollar /percent /ampersand /quoteright
/parenleft /parenright /asterisk /plus /comma /hyphen /period /slash
@ -62,5 +62,5 @@
% --map-file=fonts/map/dvips/sourceserifpro/SourceSerifPro.map --no-updmap
% --coding-scheme=EXTENDED TEX FONT ENCODING - LATIN --feature=kern
% --feature=liga --feature=lnum --feature=tnum
% fonts/opentype/adobe/sourceserifpro/SourceSerifPro-Black.otf
% SourceSerifPro-Black-tlf-t1'
% fonts/opentype/adobe/sourceserifpro/SourceSerifPro-Bold.otf
% SourceSerifPro-Bold-tlf-t1'

View File

@ -1,67 +0,0 @@
% THIS FILE WAS AUTOMATICALLY GENERATED -- DO NOT EDIT
%%AutoEnc_uima5pxttv4p6cnxhii3iw2jsh
% Encoding created by otftotfm on Wed Sep 5 11:16:45 2018
% Command line follows encoding
/AutoEnc_uima5pxttv4p6cnxhii3iw2jsh [
%00
/.notdef /Euro /.notdef /.notdef /fraction /dotaccent /hungarumlaut /ogonek
/.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef
%10
/I.sc /J.sc /grave /acute /caron /breve /macron /ring
/cedilla /.notdef /AE.sc /OE.sc /Oslash.sc /AE /OE /Oslash
%20
/space /exclam /quotedbl /numbersign /dollar /percent /ampersand /quoteright
/parenleft /parenright /asterisk /plus /comma /hyphen /period /slash
%30
/zero.sc /one.sc /two.sc /three.sc /four.sc /five.sc /six.sc /seven.sc
/eight.sc /nine.sc /colon /semicolon /less /equal /greater /question
%40
/at /A /B /C /D /E /F /G
/H /I /J /K /L /M /N /O
%50
/P /Q /R /S /T /U /V /W
/X /Y /Z /bracketleft /backslash /bracketright /circumflex /underscore
%60
/quoteleft /A.sc /B.sc /C.sc /D.sc /E.sc /F.sc /G.sc
/H.sc /I.sc /J.sc /K.sc /L.sc /M.sc /N.sc /O.sc
%70
/P.sc /Q.sc /R.sc /S.sc /T.sc /U.sc /V.sc /W.sc
/X.sc /Y.sc /Z.sc /braceleft /bar /braceright /tilde /dieresis
%80
/Lslash /quotesingle /quotesinglbase /uni0192 /quotedblbase /ellipsis /dagger /daggerdbl
/circumflex /perthousand /Scaron /guilsinglleft /OE /Zcaron /asciicircum /minus
%90
/Lslash.sc /quoteleft /quoteright /quotedblleft /quotedblright /bullet /endash /emdash
/tilde /trademark /Scaron.sc /guilsinglright /OE.sc /Zcaron.sc /asciitilde /Ydieresis
%A0
/space /exclamdown /cent /sterling /currency /yen /brokenbar /section
/dieresis /copyright /ordfeminine /guillemotleft /logicalnot /hyphen /registered /macron
%B0
/degree /plusminus /two.sups /three.sups /acute /Mu.sc /paragraph /periodcentered
/cedilla /one.sups /ordmasculine /guillemotright /onequarter /onehalf /threequarters /questiondown
%C0
/Agrave /Aacute /Acircumflex /Atilde /Adieresis /Aring /AE /Ccedilla
/Egrave /Eacute /Ecircumflex /Edieresis /Igrave /Iacute /Icircumflex /Idieresis
%D0
/Eth /Ntilde /Ograve /Oacute /Ocircumflex /Otilde /Odieresis /multiply
/Oslash /Ugrave /Uacute /Ucircumflex /Udieresis /Yacute /Thorn /.notdef
%E0
/Agrave.sc /Aacute.sc /Acircumflex.sc /Atilde.sc /Adieresis.sc /Aring.sc /AE.sc /Ccedilla.sc
/Egrave.sc /Eacute.sc /Ecircumflex.sc /Edieresis.sc /Igrave.sc /Iacute.sc /Icircumflex.sc /Idieresis.sc
%F0
/Eth.sc /Ntilde.sc /Ograve.sc /Oacute.sc /Ocircumflex.sc /Otilde.sc /Odieresis.sc /divide
/Oslash.sc /Ugrave.sc /Uacute.sc /Ucircumflex.sc /Udieresis.sc /Yacute.sc /Thorn.sc /Ydieresis.sc
] def
% Command line: 'otftotfm --automatic --encoding=fontools_ly1
% --tfm-directory=fonts/tfm/adobe/sourceserifpro
% --vf-directory=fonts/vf/adobe/sourceserifpro
% --type1-directory=fonts/type1/adobe/sourceserifpro
% --truetype-directory=fonts/truetype/adobe/sourceserifpro
% --encoding-directory=fonts/enc/dvips/sourceserifpro
% --map-file=fonts/map/dvips/sourceserifpro/SourceSerifPro.map --no-updmap
% --coding-scheme=TEX TYPEWRITER AND WINDOWS ANSI --feature=kern
% --feature=liga --feature=lnum --feature=pnum --feature=smcp
% --unicoding=germandbls =: SSsmall
% fonts/opentype/adobe/sourceserifpro/SourceSerifPro-Black.otf
% SourceSerifPro-Black-lf-sc-ly1'

View File

@ -1,66 +0,0 @@
% THIS FILE WAS AUTOMATICALLY GENERATED -- DO NOT EDIT
%%AutoEnc_upudw7ghvo2fynt3jzi3sagxyc
% Encoding created by otftotfm on Wed Sep 5 11:17:27 2018
% Command line follows encoding
/AutoEnc_upudw7ghvo2fynt3jzi3sagxyc [
%00
/grave /acute /circumflex /tilde /dieresis /hungarumlaut /ring /caron
/breve /macron /dotaccent /cedilla /ogonek /quotesinglbase /guilsinglleft /guilsinglright
%10
/quotedblleft /quotedblright /quotedblbase /guillemotleft /guillemotright /endash /emdash /.notdef
/f_b /dotlessi /uni0237 /f_f /f_i /f_l /f_f_i /f_f_l
%20
/.notdef /exclam /quotedbl /numbersign /dollar /percent /ampersand /quoteright
/parenleft /parenright /asterisk /plus /comma /hyphen /period /slash
%30
/zero.tosf /one.tosf /two.tosf /three.tosf /four.tosf /five.tosf /six.tosf /seven.tosf
/eight.tosf /nine.tosf /colon /semicolon /less /equal /greater /question
%40
/at /A /B /C /D /E /F /G
/H /I /J /K /L /M /N /O
%50
/P /Q /R /S /T /U /V /W
/X /Y /Z /bracketleft /backslash /bracketright /asciicircum /underscore
%60
/quoteleft /a /b /c /d /e /f /g
/h /i /j /k /l /m /n /o
%70
/p /q /r /s /t /u /v /w
/x /y /z /braceleft /bar /braceright /asciitilde /hyphen
%80
/Abreve /Aogonek /Cacute /Ccaron /Dcaron /Ecaron /Eogonek /Gbreve
/Lacute /Lcaron /Lslash /Nacute /Ncaron /f_h /Ohungarumlaut /Racute
%90
/Rcaron /Sacute /Scaron /uni015E /Tcaron /uni0162 /Uhungarumlaut /Uring
/Ydieresis /Zacute /Zcaron /Zdotaccent /.notdef /Idotaccent /dcroat /section
%A0
/abreve /aogonek /cacute /ccaron /dcaron /ecaron /eogonek /gbreve
/lacute /lcaron /lslash /nacute /ncaron /f_j /ohungarumlaut /racute
%B0
/rcaron /sacute /scaron /uni015F /tcaron /uni0163 /uhungarumlaut /uring
/ydieresis /zacute /zcaron /zdotaccent /.notdef /exclamdown /questiondown /sterling
%C0
/Agrave /Aacute /Acircumflex /Atilde /Adieresis /Aring /AE /Ccedilla
/Egrave /Eacute /Ecircumflex /Edieresis /Igrave /Iacute /Icircumflex /Idieresis
%D0
/Eth /Ntilde /Ograve /Oacute /Ocircumflex /Otilde /Odieresis /OE
/Oslash /Ugrave /Uacute /Ucircumflex /Udieresis /Yacute /Thorn /.notdef
%E0
/agrave /aacute /acircumflex /atilde /adieresis /aring /ae /ccedilla
/egrave /eacute /ecircumflex /edieresis /igrave /iacute /icircumflex /idieresis
%F0
/eth /ntilde /ograve /oacute /ocircumflex /otilde /odieresis /oe
/oslash /ugrave /uacute /ucircumflex /udieresis /yacute /thorn /germandbls
] def
% Command line: 'otftotfm --automatic --encoding=fontools_t1
% --tfm-directory=fonts/tfm/adobe/sourceserifpro
% --vf-directory=fonts/vf/adobe/sourceserifpro
% --type1-directory=fonts/type1/adobe/sourceserifpro
% --truetype-directory=fonts/truetype/adobe/sourceserifpro
% --encoding-directory=fonts/enc/dvips/sourceserifpro
% --map-file=fonts/map/dvips/sourceserifpro/SourceSerifPro.map --no-updmap
% --coding-scheme=EXTENDED TEX FONT ENCODING - LATIN --feature=kern
% --feature=liga --feature=onum --feature=tnum
% fonts/opentype/adobe/sourceserifpro/SourceSerifPro-BlackIt.otf
% SourceSerifPro-BlackIt-tosf-t1'

View File

@ -1,15 +1,15 @@
% THIS FILE WAS AUTOMATICALLY GENERATED -- DO NOT EDIT
%%AutoEnc_qiz27hxde4vxuogs322md3up3c
% Encoding created by otftotfm on Wed Sep 5 11:17:20 2018
%%AutoEnc_vj4et7glo3g2nkrls5caaetlpd
% Encoding created by otftotfm on Wed Sep 17 12:38:13 2014
% Command line follows encoding
/AutoEnc_qiz27hxde4vxuogs322md3up3c [
/AutoEnc_vj4et7glo3g2nkrls5caaetlpd [
%00
/grave /acute /circumflex /tilde /dieresis /hungarumlaut /ring /caron
/breve /macron /dotaccent /cedilla /ogonek /quotesinglbase /guilsinglleft /guilsinglright
%10
/quotedblleft /quotedblright /quotedblbase /guillemotleft /guillemotright /endash /emdash /.notdef
/.notdef /dotlessi /uni0237 /.notdef /.notdef /.notdef /.notdef /.notdef
/.notdef /dotlessi /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef
%20
/.notdef /exclam /quotedbl /numbersign /dollar /percent /ampersand /quoteright
/parenleft.numr /parenright.numr /asterisk /plus /comma.numr /hyphen /period.numr /slash
@ -21,7 +21,7 @@
/H /I /J /K /L /M /N /O
%50
/P /Q /R /S /T /U /V /W
/X /Y /Z /bracketleft.numr /backslash /bracketright.numr /asciicircum /underscore
/X /Y /Z /bracketleft /backslash /bracketright /asciicircum /underscore
%60
/quoteleft /a /b /c /d /e /f /g
/h /i /j /k /l /m /n /o
@ -62,5 +62,5 @@
% --map-file=fonts/map/dvips/sourceserifpro/SourceSerifPro.map --no-updmap
% --coding-scheme=EXTENDED TEX FONT ENCODING - LATIN --feature=kern
% --feature=liga --feature=numr --ligkern=* {KL} *
% fonts/opentype/adobe/sourceserifpro/SourceSerifPro-Black.otf
% SourceSerifPro-Black-numr-t1'
% fonts/opentype/adobe/sourceserifpro/SourceSerifPro-Bold.otf
% SourceSerifPro-Bold-numr-t1'

View File

@ -1,66 +0,0 @@
% THIS FILE WAS AUTOMATICALLY GENERATED -- DO NOT EDIT
%%AutoEnc_vnu3m6lcgdqpqymbnjiorvgatd
% Encoding created by otftotfm on Wed Sep 5 11:16:49 2018
% Command line follows encoding
/AutoEnc_vnu3m6lcgdqpqymbnjiorvgatd [
%00
/.notdef /Euro /.notdef /.notdef /fraction /dotaccent /hungarumlaut /ogonek
/.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef
%10
/dotlessi /uni0237 /grave /acute /caron /breve /macron /ring
/cedilla /germandbls /ae /oe /oslash /AE /OE /Oslash
%20
/space /exclam /quotedbl /numbersign /dollar /percent /ampersand /quoteright
/parenleft.dnom /parenright.dnom /asterisk /plus /comma.dnom /hyphen /period.dnom /slash
%30
/zero.dnom /one.dnom /two.dnom /three.dnom /four.dnom /five.dnom /six.dnom /seven.dnom
/eight.dnom /nine.dnom /colon /semicolon /less /equal /greater /question
%40
/at /A /B /C /D /E /F /G
/H /I /J /K /L /M /N /O
%50
/P /Q /R /S /T /U /V /W
/X /Y /Z /bracketleft.dnom /backslash /bracketright.dnom /circumflex /underscore
%60
/quoteleft /a /b /c /d /e /f /g
/h /i /j /k /l /m /n /o
%70
/p /q /r /s /t /u /v /w
/x /y /z /braceleft /bar /braceright /tilde /dieresis
%80
/Lslash /quotesingle /quotesinglbase /uni0192 /quotedblbase /ellipsis /dagger /daggerdbl
/circumflex /perthousand /Scaron /guilsinglleft /OE /Zcaron /asciicircum /minus
%90
/lslash /quoteleft /quoteright /quotedblleft /quotedblright /bullet /endash /emdash
/tilde /trademark /scaron /guilsinglright /oe /zcaron /asciitilde /Ydieresis
%A0
/space /exclamdown /cent /sterling /currency /yen /brokenbar /section
/dieresis /copyright /ordfeminine /guillemotleft /logicalnot /hyphen /registered /macron
%B0
/degree /plusminus /two.sups /three.sups /acute /mu /paragraph /periodcentered
/cedilla /one.sups /ordmasculine /guillemotright /onequarter /onehalf /threequarters /questiondown
%C0
/Agrave /Aacute /Acircumflex /Atilde /Adieresis /Aring /AE /Ccedilla
/Egrave /Eacute /Ecircumflex /Edieresis /Igrave /Iacute /Icircumflex /Idieresis
%D0
/Eth /Ntilde /Ograve /Oacute /Ocircumflex /Otilde /Odieresis /multiply
/Oslash /Ugrave /Uacute /Ucircumflex /Udieresis /Yacute /Thorn /germandbls
%E0
/agrave /aacute /acircumflex /atilde /adieresis /aring /ae /ccedilla
/egrave /eacute /ecircumflex /edieresis /igrave /iacute /icircumflex /idieresis
%F0
/eth /ntilde /ograve /oacute /ocircumflex /otilde /odieresis /divide
/oslash /ugrave /uacute /ucircumflex /udieresis /yacute /thorn /ydieresis
] def
% Command line: 'otftotfm --automatic --encoding=fontools_ly1
% --tfm-directory=fonts/tfm/adobe/sourceserifpro
% --vf-directory=fonts/vf/adobe/sourceserifpro
% --type1-directory=fonts/type1/adobe/sourceserifpro
% --truetype-directory=fonts/truetype/adobe/sourceserifpro
% --encoding-directory=fonts/enc/dvips/sourceserifpro
% --map-file=fonts/map/dvips/sourceserifpro/SourceSerifPro.map --no-updmap
% --coding-scheme=TEX TYPEWRITER AND WINDOWS ANSI --feature=dnom
% --feature=kern --feature=liga --ligkern=* {KL} *
% fonts/opentype/adobe/sourceserifpro/SourceSerifPro-Black.otf
% SourceSerifPro-Black-dnom-ly1'

View File

@ -0,0 +1,66 @@
% THIS FILE WAS AUTOMATICALLY GENERATED -- DO NOT EDIT
%%AutoEnc_vz2nizkiacob43pvm7ydl5jmcg
% Encoding created by otftotfm on Wed Sep 17 12:38:13 2014
% Command line follows encoding
/AutoEnc_vz2nizkiacob43pvm7ydl5jmcg [
%00
/.notdef /uni2206 /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef
/.notdef /.notdef /uni2126 /.notdef /.notdef /.notdef /.notdef /.notdef
%10
/dotlessi /.notdef /grave /acute /caron /breve /macron /ring
/cedilla /germandbls /ae /oe /oslash /AE /OE /Oslash
%20
/space /exclam /quotedblright /numbersign /dollar /percent /ampersand /quoteright
/parenleft.subs /parenright.subs /asterisk /plus /comma.subs /hyphen /period.subs /slash
%30
/zero.subs /one.subs /two.subs /three.subs /four.subs /five.subs /six.subs /seven.subs
/eight.subs /nine.subs /colon /semicolon /exclamdown /equal /questiondown /question
%40
/at /A /B /C /D /E /F /G
/H /I /J /K /L /M /N /O
%50
/P /Q /R /S /T /U /V /W
/X /Y /Z /bracketleft /quotedblleft /bracketright /circumflex /dotaccent
%60
/quoteleft /a /b /c /d /e /f /g
/h /i /j /k /l /m /n /o
%70
/p /q /r /s /t /u /v /w
/x /y /z /endash /emdash /hungarumlaut /tilde /dieresis
%80
/.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef
/.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef
%90
/.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef
/.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef
%A0
/.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef
/.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef
%B0
/.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef
/.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef
%C0
/.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef
/.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef
%D0
/.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef
/.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef
%E0
/.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef
/.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef
%F0
/.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef
/.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef
] def
% Command line: 'otftotfm --automatic --encoding=fontools_ot1
% --tfm-directory=fonts/tfm/adobe/sourceserifpro
% --vf-directory=fonts/vf/adobe/sourceserifpro
% --type1-directory=fonts/type1/adobe/sourceserifpro
% --truetype-directory=fonts/truetype/adobe/sourceserifpro
% --encoding-directory=fonts/enc/dvips/sourceserifpro
% --map-file=fonts/map/dvips/sourceserifpro/SourceSerifPro.map --no-updmap
% --coding-scheme=TEX TEXT --feature=kern --feature=liga --feature=sinf
% --ligkern=* {KL} *
% fonts/opentype/adobe/sourceserifpro/SourceSerifPro-Bold.otf
% SourceSerifPro-Bold-inf-ot1'

View File

@ -1,15 +1,15 @@
% THIS FILE WAS AUTOMATICALLY GENERATED -- DO NOT EDIT
%%AutoEnc_a6i6f2gfa5r2ndoscfe7jcyzwf
% Encoding created by otftotfm on Wed Sep 5 11:17:24 2018
%%AutoEnc_yds5jvdkiaiogq3odmesuxydkf
% Encoding created by otftotfm on Wed Sep 17 12:38:14 2014
% Command line follows encoding
/AutoEnc_a6i6f2gfa5r2ndoscfe7jcyzwf [
/AutoEnc_yds5jvdkiaiogq3odmesuxydkf [
%00
/.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef
/.notdef /.notdef /.notdef /cedilla /ogonek /quotesinglbase /C /exclam
%10
/exclamdown /question /quotedblbase /questiondown /bar /.notdef /.notdef /.notdef
/.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /asterisk /.notdef
/uni2190 /uni2192 /.notdef /.notdef /.notdef /.notdef /asterisk /.notdef
%20
/.notdef /endash /.notdef /.notdef /dollar /.notdef /.notdef /quotesingle
/.notdef /.notdef /.notdef /.notdef /comma /.notdef /period /fraction
@ -21,10 +21,10 @@
/.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef
%50
/.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /uni2126
/.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef
/.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /arrowup /arrowdown
%60
/.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef
/.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef
/.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /musicalnote /.notdef
%70
/.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef
/.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef
@ -51,7 +51,7 @@
/.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef
%F0
/.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /divide /.notdef
/f_f_l /f_f_i /f_f /f_l /l /f_i /i /f
/.notdef /.notdef /.notdef /f_l /l /f_i /i /f
] def
% Command line: 'otftotfm --automatic --encoding=fontools_ts1
% --tfm-directory=fonts/tfm/adobe/sourceserifpro
@ -63,5 +63,5 @@
% --coding-scheme=TEX TEXT COMPANION SYMBOLS 1---TS1 --feature=onum
% --feature=pnum --ligkern=f i =: fi --ligkern=f l =: fl --ligkern=f f =: ff
% --ligkern=ff i =: ffi --ligkern=ff l =: ffl
% fonts/opentype/adobe/sourceserifpro/SourceSerifPro-BlackIt.otf
% SourceSerifPro-BlackIt-lf-ts1'
% fonts/opentype/adobe/sourceserifpro/SourceSerifPro-Bold.otf
% SourceSerifPro-Bold-osf-ts1'

View File

@ -1,66 +0,0 @@
% THIS FILE WAS AUTOMATICALLY GENERATED -- DO NOT EDIT
%%AutoEnc_ztztxns3y2wj2alw6s4ig6vdcg
% Encoding created by otftotfm on Wed Sep 5 11:17:20 2018
% Command line follows encoding
/AutoEnc_ztztxns3y2wj2alw6s4ig6vdcg [
%00
/Gamma /Delta /Theta /Lambda /Xi /Pi /Sigma /Upsilon
/Phi /Psi /Omega /.notdef /.notdef /.notdef /.notdef /.notdef
%10
/dotlessi /uni0237 /grave /acute /caron /breve /macron /ring
/cedilla /germandbls /ae /oe /oslash /AE /OE /Oslash
%20
/space /exclam /quotedblright /numbersign /dollar /percent /ampersand /quoteright
/parenleft.numr /parenright.numr /asterisk /plus /comma.numr /hyphen /period.numr /slash
%30
/zero.numr /one.numr /two.numr /three.numr /four.numr /five.numr /six.numr /seven.numr
/eight.numr /nine.numr /colon /semicolon /exclamdown /equal /questiondown /question
%40
/at /A /B /C /D /E /F /G
/H /I /J /K /L /M /N /O
%50
/P /Q /R /S /T /U /V /W
/X /Y /Z /bracketleft.numr /quotedblleft /bracketright.numr /circumflex /dotaccent
%60
/quoteleft /a /b /c /d /e /f /g
/h /i /j /k /l /m /n /o
%70
/p /q /r /s /t /u /v /w
/x /y /z /endash /emdash /hungarumlaut /tilde /dieresis
%80
/.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef
/.notdef /.notdef /Lslash /.notdef /.notdef /.notdef /.notdef /.notdef
%90
/.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef
/.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef
%A0
/.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef
/.notdef /.notdef /lslash /.notdef /.notdef /.notdef /.notdef /.notdef
%B0
/.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef
/.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef
%C0
/.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef
/.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef
%D0
/.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef
/.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef
%E0
/.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef
/.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef
%F0
/.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef
/.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef
] def
% Command line: 'otftotfm --automatic --encoding=fontools_ot1
% --tfm-directory=fonts/tfm/adobe/sourceserifpro
% --vf-directory=fonts/vf/adobe/sourceserifpro
% --type1-directory=fonts/type1/adobe/sourceserifpro
% --truetype-directory=fonts/truetype/adobe/sourceserifpro
% --encoding-directory=fonts/enc/dvips/sourceserifpro
% --map-file=fonts/map/dvips/sourceserifpro/SourceSerifPro.map --no-updmap
% --coding-scheme=TEX TEXT --feature=kern --feature=liga --feature=numr
% --ligkern=* {KL} *
% fonts/opentype/adobe/sourceserifpro/SourceSerifPro-Black.otf
% SourceSerifPro-Black-numr-ot1'

View File

@ -1,374 +1,158 @@
% Automatically maintained by otftotfm or other programs. Do not edit.
SourceSerifPro-Black-lf-ot1 SourceSerifPro-Black "AutoEnc_osnaurrah3nnjswsi4wyfoswog ReEncodeFont" <[a_osnaur.enc <SourceSerifPro-Black.pfb
SourceSerifPro-Black-lf-t1--base SourceSerifPro-Black "AutoEnc_rlbtkr46srpbtit6fkv63gjpyc ReEncodeFont" <[a_rlbtkr.enc <SourceSerifPro-Black.pfb
SourceSerifPro-Black-lf-ly1--base SourceSerifPro-Black "AutoEnc_sonlso3nqwsje5mfvsqtfwxdne ReEncodeFont" <[a_sonlso.enc <SourceSerifPro-Black.pfb
SourceSerifPro-Black-lf-sc-ot1--base SourceSerifPro-Black "AutoEnc_mjlzxhnfklhfclxuht2vwyuvae ReEncodeFont" <[a_mjlzxh.enc <SourceSerifPro-Black.pfb
SourceSerifPro-Black-lf-sc-t1--base SourceSerifPro-Black "AutoEnc_lseshjlbcnmaaockgepg55lppg ReEncodeFont" <[a_lseshj.enc <SourceSerifPro-Black.pfb
SourceSerifPro-Black-lf-sc-ly1--base SourceSerifPro-Black "AutoEnc_uima5pxttv4p6cnxhii3iw2jsh ReEncodeFont" <[a_uima5p.enc <SourceSerifPro-Black.pfb
SourceSerifPro-Black-lf-ts1--base SourceSerifPro-Black "AutoEnc_nqu667ofwtw6ejfzbv6h6zbyvg ReEncodeFont" <[a_nqu667.enc <SourceSerifPro-Black.pfb
SourceSerifPro-Black-dnom-ot1 SourceSerifPro-Black "AutoEnc_s6kslvwfusjzyaypzv3w4byzzh ReEncodeFont" <[a_s6kslv.enc <SourceSerifPro-Black.pfb
SourceSerifPro-Black-dnom-t1--base SourceSerifPro-Black "AutoEnc_brdplfiuoy2do6iyeacfikge7d ReEncodeFont" <[a_brdplf.enc <SourceSerifPro-Black.pfb
SourceSerifPro-Black-dnom-ly1--base SourceSerifPro-Black "AutoEnc_vnu3m6lcgdqpqymbnjiorvgatd ReEncodeFont" <[a_vnu3m6.enc <SourceSerifPro-Black.pfb
SourceSerifPro-Black-tosf-ot1 SourceSerifPro-Black "AutoEnc_sor56solpicrjyijvbcair6xbg ReEncodeFont" <[a_sor56s.enc <SourceSerifPro-Black.pfb
SourceSerifPro-Black-tosf-t1--base SourceSerifPro-Black "AutoEnc_g6m65jexkb7th7sfx4qzjrjrgb ReEncodeFont" <[a_g6m65j.enc <SourceSerifPro-Black.pfb
SourceSerifPro-Black-tosf-ly1--base SourceSerifPro-Black "AutoEnc_etdltzih2ry32f6t6sjtdt642h ReEncodeFont" <[a_etdltz.enc <SourceSerifPro-Black.pfb
SourceSerifPro-Black-tosf-sc-ot1--base SourceSerifPro-Black "AutoEnc_mjlzxhnfklhfclxuht2vwyuvae ReEncodeFont" <[a_mjlzxh.enc <SourceSerifPro-Black.pfb
SourceSerifPro-Black-tosf-sc-t1--base SourceSerifPro-Black "AutoEnc_lseshjlbcnmaaockgepg55lppg ReEncodeFont" <[a_lseshj.enc <SourceSerifPro-Black.pfb
SourceSerifPro-Black-tosf-sc-ly1--base SourceSerifPro-Black "AutoEnc_uima5pxttv4p6cnxhii3iw2jsh ReEncodeFont" <[a_uima5p.enc <SourceSerifPro-Black.pfb
SourceSerifPro-Black-tosf-ts1--base SourceSerifPro-Black "AutoEnc_nqu667ofwtw6ejfzbv6h6zbyvg ReEncodeFont" <[a_nqu667.enc <SourceSerifPro-Black.pfb
SourceSerifPro-Black-sup-ot1 SourceSerifPro-Black "AutoEnc_jevuw6bv6jqaq5iczjdonuqgpd ReEncodeFont" <[a_jevuw6.enc <SourceSerifPro-Black.pfb
SourceSerifPro-Black-sup-t1--base SourceSerifPro-Black "AutoEnc_oprvftqakt7ubha2qxltj6rpdd ReEncodeFont" <[a_oprvft.enc <SourceSerifPro-Black.pfb
SourceSerifPro-Black-sup-ly1--base SourceSerifPro-Black "AutoEnc_abavx3fnku5izxyiwfceyanhwc ReEncodeFont" <[a_abavx3.enc <SourceSerifPro-Black.pfb
SourceSerifPro-Black-osf-ot1 SourceSerifPro-Black "AutoEnc_sboynufnvk4xoekngr7kiaqegc ReEncodeFont" <[a_sboynu.enc <SourceSerifPro-Black.pfb
SourceSerifPro-Black-osf-t1--base SourceSerifPro-Black "AutoEnc_3wqk3b45ztnjhss2x7wvgnk5sh ReEncodeFont" <[a_3wqk3b.enc <SourceSerifPro-Black.pfb
SourceSerifPro-Black-osf-ly1--base SourceSerifPro-Black "AutoEnc_6lyhkvbmyboo6b6b7r7iziug4c ReEncodeFont" <[a_6lyhkv.enc <SourceSerifPro-Black.pfb
SourceSerifPro-Black-osf-sc-ot1--base SourceSerifPro-Black "AutoEnc_mjlzxhnfklhfclxuht2vwyuvae ReEncodeFont" <[a_mjlzxh.enc <SourceSerifPro-Black.pfb
SourceSerifPro-Black-osf-sc-t1--base SourceSerifPro-Black "AutoEnc_lseshjlbcnmaaockgepg55lppg ReEncodeFont" <[a_lseshj.enc <SourceSerifPro-Black.pfb
SourceSerifPro-Black-osf-sc-ly1--base SourceSerifPro-Black "AutoEnc_uima5pxttv4p6cnxhii3iw2jsh ReEncodeFont" <[a_uima5p.enc <SourceSerifPro-Black.pfb
SourceSerifPro-Black-osf-ts1--base SourceSerifPro-Black "AutoEnc_nqu667ofwtw6ejfzbv6h6zbyvg ReEncodeFont" <[a_nqu667.enc <SourceSerifPro-Black.pfb
SourceSerifPro-Black-tlf-ot1 SourceSerifPro-Black "AutoEnc_s5phdgwgvngjtzuclffvxt3mhc ReEncodeFont" <[a_s5phdg.enc <SourceSerifPro-Black.pfb
SourceSerifPro-Black-tlf-t1--base SourceSerifPro-Black "AutoEnc_tf7hccpwv3fbx6lqvyd5qgz3pa ReEncodeFont" <[a_tf7hcc.enc <SourceSerifPro-Black.pfb
SourceSerifPro-Black-tlf-ly1--base SourceSerifPro-Black "AutoEnc_dc746jbnw3m3nfn2gy3zc54z5b ReEncodeFont" <[a_dc746j.enc <SourceSerifPro-Black.pfb
SourceSerifPro-Black-tlf-sc-ot1--base SourceSerifPro-Black "AutoEnc_mjlzxhnfklhfclxuht2vwyuvae ReEncodeFont" <[a_mjlzxh.enc <SourceSerifPro-Black.pfb
SourceSerifPro-Black-tlf-sc-t1--base SourceSerifPro-Black "AutoEnc_lseshjlbcnmaaockgepg55lppg ReEncodeFont" <[a_lseshj.enc <SourceSerifPro-Black.pfb
SourceSerifPro-Black-tlf-sc-ly1--base SourceSerifPro-Black "AutoEnc_uima5pxttv4p6cnxhii3iw2jsh ReEncodeFont" <[a_uima5p.enc <SourceSerifPro-Black.pfb
SourceSerifPro-Black-tlf-ts1--base SourceSerifPro-Black "AutoEnc_nqu667ofwtw6ejfzbv6h6zbyvg ReEncodeFont" <[a_nqu667.enc <SourceSerifPro-Black.pfb
SourceSerifPro-Black-numr-ot1 SourceSerifPro-Black "AutoEnc_ztztxns3y2wj2alw6s4ig6vdcg ReEncodeFont" <[a_ztztxn.enc <SourceSerifPro-Black.pfb
SourceSerifPro-Black-numr-t1--base SourceSerifPro-Black "AutoEnc_qiz27hxde4vxuogs322md3up3c ReEncodeFont" <[a_qiz27h.enc <SourceSerifPro-Black.pfb
SourceSerifPro-Black-numr-ly1--base SourceSerifPro-Black "AutoEnc_vbwd4wutpspdxfo5543vow6vvf ReEncodeFont" <[a_vbwd4w.enc <SourceSerifPro-Black.pfb
SourceSerifPro-BlackIt-lf-ot1 SourceSerifPro-BlackIt "AutoEnc_5ts2b6rtccbijvnvuuko6odurg ReEncodeFont" <[a_5ts2b6.enc <SourceSerifPro-BlackIt.pfb
SourceSerifPro-BlackIt-lf-t1--base SourceSerifPro-BlackIt "AutoEnc_5mjl2dovzk23f5cvifl7btewwc ReEncodeFont" <[a_5mjl2d.enc <SourceSerifPro-BlackIt.pfb
SourceSerifPro-BlackIt-lf-ly1--base SourceSerifPro-BlackIt "AutoEnc_z6lp4vzduyrf3w25i2byefsndd ReEncodeFont" <[a_z6lp4v.enc <SourceSerifPro-BlackIt.pfb
SourceSerifPro-BlackIt-lf-ts1--base SourceSerifPro-BlackIt "AutoEnc_a6i6f2gfa5r2ndoscfe7jcyzwf ReEncodeFont" <[a_a6i6f2.enc <SourceSerifPro-BlackIt.pfb
SourceSerifPro-BlackIt-dnom-ot1 SourceSerifPro-BlackIt "AutoEnc_nan7a43o2szq3csgmonwsdrbhe ReEncodeFont" <[a_nan7a4.enc <SourceSerifPro-BlackIt.pfb
SourceSerifPro-BlackIt-dnom-t1--base SourceSerifPro-BlackIt "AutoEnc_brdplfiuoy2do6iyeacfikge7d ReEncodeFont" <[a_brdplf.enc <SourceSerifPro-BlackIt.pfb
SourceSerifPro-BlackIt-dnom-ly1--base SourceSerifPro-BlackIt "AutoEnc_n7bg2csbattzft5zxcjnz4tfxh ReEncodeFont" <[a_n7bg2c.enc <SourceSerifPro-BlackIt.pfb
SourceSerifPro-BlackIt-tosf-ot1 SourceSerifPro-BlackIt "AutoEnc_l72wiigum2525mpjvbft5khszb ReEncodeFont" <[a_l72wii.enc <SourceSerifPro-BlackIt.pfb
SourceSerifPro-BlackIt-tosf-t1--base SourceSerifPro-BlackIt "AutoEnc_upudw7ghvo2fynt3jzi3sagxyc ReEncodeFont" <[a_upudw7.enc <SourceSerifPro-BlackIt.pfb
SourceSerifPro-BlackIt-tosf-ly1--base SourceSerifPro-BlackIt "AutoEnc_lnjzcs7k64n3pcocrdzibbxdua ReEncodeFont" <[a_lnjzcs.enc <SourceSerifPro-BlackIt.pfb
SourceSerifPro-BlackIt-tosf-ts1--base SourceSerifPro-BlackIt "AutoEnc_a6i6f2gfa5r2ndoscfe7jcyzwf ReEncodeFont" <[a_a6i6f2.enc <SourceSerifPro-BlackIt.pfb
SourceSerifPro-BlackIt-sup-ot1 SourceSerifPro-BlackIt "AutoEnc_flbt576fnfzcwolreuy2cwup6g ReEncodeFont" <[a_flbt57.enc <SourceSerifPro-BlackIt.pfb
SourceSerifPro-BlackIt-sup-t1--base SourceSerifPro-BlackIt "AutoEnc_nx47sxd2ryq5zobo3v55rrabde ReEncodeFont" <[a_nx47sx.enc <SourceSerifPro-BlackIt.pfb
SourceSerifPro-BlackIt-sup-ly1--base SourceSerifPro-BlackIt "AutoEnc_an4p3vybjjxikms2cucuduiszh ReEncodeFont" <[a_an4p3v.enc <SourceSerifPro-BlackIt.pfb
SourceSerifPro-BlackIt-osf-ot1 SourceSerifPro-BlackIt "AutoEnc_meqgh4krzqwbkqa4vdibhrsplb ReEncodeFont" <[a_meqgh4.enc <SourceSerifPro-BlackIt.pfb
SourceSerifPro-BlackIt-osf-t1--base SourceSerifPro-BlackIt "AutoEnc_r74etrlqouuauxc2yaiwqsc6tg ReEncodeFont" <[a_r74etr.enc <SourceSerifPro-BlackIt.pfb
SourceSerifPro-BlackIt-osf-ly1--base SourceSerifPro-BlackIt "AutoEnc_osimgjo4i3mm5lawo2mv77qjoh ReEncodeFont" <[a_osimgj.enc <SourceSerifPro-BlackIt.pfb
SourceSerifPro-BlackIt-osf-ts1--base SourceSerifPro-BlackIt "AutoEnc_a6i6f2gfa5r2ndoscfe7jcyzwf ReEncodeFont" <[a_a6i6f2.enc <SourceSerifPro-BlackIt.pfb
SourceSerifPro-BlackIt-tlf-ot1 SourceSerifPro-BlackIt "AutoEnc_oi66c4ejrft4j3jwaoj2ojbvfh ReEncodeFont" <[a_oi66c4.enc <SourceSerifPro-BlackIt.pfb
SourceSerifPro-BlackIt-tlf-t1--base SourceSerifPro-BlackIt "AutoEnc_bizpe5zneg7uwhs5qd5ll66b6d ReEncodeFont" <[a_bizpe5.enc <SourceSerifPro-BlackIt.pfb
SourceSerifPro-BlackIt-tlf-ly1--base SourceSerifPro-BlackIt "AutoEnc_gtvdgc2kqxllqibspmp324ikia ReEncodeFont" <[a_gtvdgc.enc <SourceSerifPro-BlackIt.pfb
SourceSerifPro-BlackIt-tlf-ts1--base SourceSerifPro-BlackIt "AutoEnc_a6i6f2gfa5r2ndoscfe7jcyzwf ReEncodeFont" <[a_a6i6f2.enc <SourceSerifPro-BlackIt.pfb
SourceSerifPro-BlackIt-numr-ot1 SourceSerifPro-BlackIt "AutoEnc_bdm2kibvmdgoxyx26z3b5ozzje ReEncodeFont" <[a_bdm2ki.enc <SourceSerifPro-BlackIt.pfb
SourceSerifPro-BlackIt-numr-t1--base SourceSerifPro-BlackIt "AutoEnc_qiz27hxde4vxuogs322md3up3c ReEncodeFont" <[a_qiz27h.enc <SourceSerifPro-BlackIt.pfb
SourceSerifPro-BlackIt-numr-ly1--base SourceSerifPro-BlackIt "AutoEnc_ob4xxwcboyrbensb5svehw6j5f ReEncodeFont" <[a_ob4xxw.enc <SourceSerifPro-BlackIt.pfb
SourceSerifPro-Bold-lf-ot1 SourceSerifPro-Bold "AutoEnc_osnaurrah3nnjswsi4wyfoswog ReEncodeFont" <[a_osnaur.enc <SourceSerifPro-Bold.pfb
SourceSerifPro-Bold-lf-t1--base SourceSerifPro-Bold "AutoEnc_rlbtkr46srpbtit6fkv63gjpyc ReEncodeFont" <[a_rlbtkr.enc <SourceSerifPro-Bold.pfb
SourceSerifPro-Bold-lf-ly1--base SourceSerifPro-Bold "AutoEnc_sonlso3nqwsje5mfvsqtfwxdne ReEncodeFont" <[a_sonlso.enc <SourceSerifPro-Bold.pfb
SourceSerifPro-Bold-lf-sc-ot1--base SourceSerifPro-Bold "AutoEnc_mjlzxhnfklhfclxuht2vwyuvae ReEncodeFont" <[a_mjlzxh.enc <SourceSerifPro-Bold.pfb
SourceSerifPro-Bold-lf-sc-t1--base SourceSerifPro-Bold "AutoEnc_lseshjlbcnmaaockgepg55lppg ReEncodeFont" <[a_lseshj.enc <SourceSerifPro-Bold.pfb
SourceSerifPro-Bold-lf-sc-ly1--base SourceSerifPro-Bold "AutoEnc_uima5pxttv4p6cnxhii3iw2jsh ReEncodeFont" <[a_uima5p.enc <SourceSerifPro-Bold.pfb
SourceSerifPro-Bold-lf-ts1--base SourceSerifPro-Bold "AutoEnc_nqu667ofwtw6ejfzbv6h6zbyvg ReEncodeFont" <[a_nqu667.enc <SourceSerifPro-Bold.pfb
SourceSerifPro-Bold-dnom-ot1 SourceSerifPro-Bold "AutoEnc_s6kslvwfusjzyaypzv3w4byzzh ReEncodeFont" <[a_s6kslv.enc <SourceSerifPro-Bold.pfb
SourceSerifPro-Bold-dnom-t1--base SourceSerifPro-Bold "AutoEnc_brdplfiuoy2do6iyeacfikge7d ReEncodeFont" <[a_brdplf.enc <SourceSerifPro-Bold.pfb
SourceSerifPro-Bold-dnom-ly1--base SourceSerifPro-Bold "AutoEnc_vnu3m6lcgdqpqymbnjiorvgatd ReEncodeFont" <[a_vnu3m6.enc <SourceSerifPro-Bold.pfb
SourceSerifPro-Bold-tosf-ot1 SourceSerifPro-Bold "AutoEnc_sor56solpicrjyijvbcair6xbg ReEncodeFont" <[a_sor56s.enc <SourceSerifPro-Bold.pfb
SourceSerifPro-Bold-tosf-t1--base SourceSerifPro-Bold "AutoEnc_g6m65jexkb7th7sfx4qzjrjrgb ReEncodeFont" <[a_g6m65j.enc <SourceSerifPro-Bold.pfb
SourceSerifPro-Bold-tosf-ly1--base SourceSerifPro-Bold "AutoEnc_etdltzih2ry32f6t6sjtdt642h ReEncodeFont" <[a_etdltz.enc <SourceSerifPro-Bold.pfb
SourceSerifPro-Bold-tosf-sc-ot1--base SourceSerifPro-Bold "AutoEnc_mjlzxhnfklhfclxuht2vwyuvae ReEncodeFont" <[a_mjlzxh.enc <SourceSerifPro-Bold.pfb
SourceSerifPro-Bold-tosf-sc-t1--base SourceSerifPro-Bold "AutoEnc_lseshjlbcnmaaockgepg55lppg ReEncodeFont" <[a_lseshj.enc <SourceSerifPro-Bold.pfb
SourceSerifPro-Bold-tosf-sc-ly1--base SourceSerifPro-Bold "AutoEnc_uima5pxttv4p6cnxhii3iw2jsh ReEncodeFont" <[a_uima5p.enc <SourceSerifPro-Bold.pfb
SourceSerifPro-Bold-tosf-ts1--base SourceSerifPro-Bold "AutoEnc_nqu667ofwtw6ejfzbv6h6zbyvg ReEncodeFont" <[a_nqu667.enc <SourceSerifPro-Bold.pfb
SourceSerifPro-Bold-sup-ot1 SourceSerifPro-Bold "AutoEnc_jevuw6bv6jqaq5iczjdonuqgpd ReEncodeFont" <[a_jevuw6.enc <SourceSerifPro-Bold.pfb
SourceSerifPro-Bold-sup-t1--base SourceSerifPro-Bold "AutoEnc_oprvftqakt7ubha2qxltj6rpdd ReEncodeFont" <[a_oprvft.enc <SourceSerifPro-Bold.pfb
SourceSerifPro-Bold-sup-ly1--base SourceSerifPro-Bold "AutoEnc_abavx3fnku5izxyiwfceyanhwc ReEncodeFont" <[a_abavx3.enc <SourceSerifPro-Bold.pfb
SourceSerifPro-Bold-osf-ot1 SourceSerifPro-Bold "AutoEnc_sboynufnvk4xoekngr7kiaqegc ReEncodeFont" <[a_sboynu.enc <SourceSerifPro-Bold.pfb
SourceSerifPro-Bold-osf-t1--base SourceSerifPro-Bold "AutoEnc_3wqk3b45ztnjhss2x7wvgnk5sh ReEncodeFont" <[a_3wqk3b.enc <SourceSerifPro-Bold.pfb
SourceSerifPro-Bold-osf-ly1--base SourceSerifPro-Bold "AutoEnc_6lyhkvbmyboo6b6b7r7iziug4c ReEncodeFont" <[a_6lyhkv.enc <SourceSerifPro-Bold.pfb
SourceSerifPro-Bold-osf-sc-ot1--base SourceSerifPro-Bold "AutoEnc_mjlzxhnfklhfclxuht2vwyuvae ReEncodeFont" <[a_mjlzxh.enc <SourceSerifPro-Bold.pfb
SourceSerifPro-Bold-osf-sc-t1--base SourceSerifPro-Bold "AutoEnc_lseshjlbcnmaaockgepg55lppg ReEncodeFont" <[a_lseshj.enc <SourceSerifPro-Bold.pfb
SourceSerifPro-Bold-osf-sc-ly1--base SourceSerifPro-Bold "AutoEnc_uima5pxttv4p6cnxhii3iw2jsh ReEncodeFont" <[a_uima5p.enc <SourceSerifPro-Bold.pfb
SourceSerifPro-Bold-osf-ts1--base SourceSerifPro-Bold "AutoEnc_nqu667ofwtw6ejfzbv6h6zbyvg ReEncodeFont" <[a_nqu667.enc <SourceSerifPro-Bold.pfb
SourceSerifPro-Bold-tlf-ot1 SourceSerifPro-Bold "AutoEnc_s5phdgwgvngjtzuclffvxt3mhc ReEncodeFont" <[a_s5phdg.enc <SourceSerifPro-Bold.pfb
SourceSerifPro-Bold-tlf-t1--base SourceSerifPro-Bold "AutoEnc_tf7hccpwv3fbx6lqvyd5qgz3pa ReEncodeFont" <[a_tf7hcc.enc <SourceSerifPro-Bold.pfb
SourceSerifPro-Bold-tlf-ly1--base SourceSerifPro-Bold "AutoEnc_dc746jbnw3m3nfn2gy3zc54z5b ReEncodeFont" <[a_dc746j.enc <SourceSerifPro-Bold.pfb
SourceSerifPro-Bold-tlf-sc-ot1--base SourceSerifPro-Bold "AutoEnc_mjlzxhnfklhfclxuht2vwyuvae ReEncodeFont" <[a_mjlzxh.enc <SourceSerifPro-Bold.pfb
SourceSerifPro-Bold-tlf-sc-t1--base SourceSerifPro-Bold "AutoEnc_lseshjlbcnmaaockgepg55lppg ReEncodeFont" <[a_lseshj.enc <SourceSerifPro-Bold.pfb
SourceSerifPro-Bold-tlf-sc-ly1--base SourceSerifPro-Bold "AutoEnc_uima5pxttv4p6cnxhii3iw2jsh ReEncodeFont" <[a_uima5p.enc <SourceSerifPro-Bold.pfb
SourceSerifPro-Bold-tlf-ts1--base SourceSerifPro-Bold "AutoEnc_nqu667ofwtw6ejfzbv6h6zbyvg ReEncodeFont" <[a_nqu667.enc <SourceSerifPro-Bold.pfb
SourceSerifPro-Bold-numr-ot1 SourceSerifPro-Bold "AutoEnc_ztztxns3y2wj2alw6s4ig6vdcg ReEncodeFont" <[a_ztztxn.enc <SourceSerifPro-Bold.pfb
SourceSerifPro-Bold-numr-t1--base SourceSerifPro-Bold "AutoEnc_qiz27hxde4vxuogs322md3up3c ReEncodeFont" <[a_qiz27h.enc <SourceSerifPro-Bold.pfb
SourceSerifPro-Bold-numr-ly1--base SourceSerifPro-Bold "AutoEnc_vbwd4wutpspdxfo5543vow6vvf ReEncodeFont" <[a_vbwd4w.enc <SourceSerifPro-Bold.pfb
SourceSerifPro-BoldIt-lf-ot1 SourceSerifPro-BoldIt "AutoEnc_5ts2b6rtccbijvnvuuko6odurg ReEncodeFont" <[a_5ts2b6.enc <SourceSerifPro-BoldIt.pfb
SourceSerifPro-BoldIt-lf-t1--base SourceSerifPro-BoldIt "AutoEnc_5mjl2dovzk23f5cvifl7btewwc ReEncodeFont" <[a_5mjl2d.enc <SourceSerifPro-BoldIt.pfb
SourceSerifPro-BoldIt-lf-ly1--base SourceSerifPro-BoldIt "AutoEnc_z6lp4vzduyrf3w25i2byefsndd ReEncodeFont" <[a_z6lp4v.enc <SourceSerifPro-BoldIt.pfb
SourceSerifPro-BoldIt-lf-ts1--base SourceSerifPro-BoldIt "AutoEnc_a6i6f2gfa5r2ndoscfe7jcyzwf ReEncodeFont" <[a_a6i6f2.enc <SourceSerifPro-BoldIt.pfb
SourceSerifPro-BoldIt-dnom-ot1 SourceSerifPro-BoldIt "AutoEnc_nan7a43o2szq3csgmonwsdrbhe ReEncodeFont" <[a_nan7a4.enc <SourceSerifPro-BoldIt.pfb
SourceSerifPro-BoldIt-dnom-t1--base SourceSerifPro-BoldIt "AutoEnc_brdplfiuoy2do6iyeacfikge7d ReEncodeFont" <[a_brdplf.enc <SourceSerifPro-BoldIt.pfb
SourceSerifPro-BoldIt-dnom-ly1--base SourceSerifPro-BoldIt "AutoEnc_n7bg2csbattzft5zxcjnz4tfxh ReEncodeFont" <[a_n7bg2c.enc <SourceSerifPro-BoldIt.pfb
SourceSerifPro-BoldIt-tosf-ot1 SourceSerifPro-BoldIt "AutoEnc_l72wiigum2525mpjvbft5khszb ReEncodeFont" <[a_l72wii.enc <SourceSerifPro-BoldIt.pfb
SourceSerifPro-BoldIt-tosf-t1--base SourceSerifPro-BoldIt "AutoEnc_upudw7ghvo2fynt3jzi3sagxyc ReEncodeFont" <[a_upudw7.enc <SourceSerifPro-BoldIt.pfb
SourceSerifPro-BoldIt-tosf-ly1--base SourceSerifPro-BoldIt "AutoEnc_lnjzcs7k64n3pcocrdzibbxdua ReEncodeFont" <[a_lnjzcs.enc <SourceSerifPro-BoldIt.pfb
SourceSerifPro-BoldIt-tosf-ts1--base SourceSerifPro-BoldIt "AutoEnc_a6i6f2gfa5r2ndoscfe7jcyzwf ReEncodeFont" <[a_a6i6f2.enc <SourceSerifPro-BoldIt.pfb
SourceSerifPro-BoldIt-sup-ot1 SourceSerifPro-BoldIt "AutoEnc_flbt576fnfzcwolreuy2cwup6g ReEncodeFont" <[a_flbt57.enc <SourceSerifPro-BoldIt.pfb
SourceSerifPro-BoldIt-sup-t1--base SourceSerifPro-BoldIt "AutoEnc_nx47sxd2ryq5zobo3v55rrabde ReEncodeFont" <[a_nx47sx.enc <SourceSerifPro-BoldIt.pfb
SourceSerifPro-BoldIt-sup-ly1--base SourceSerifPro-BoldIt "AutoEnc_an4p3vybjjxikms2cucuduiszh ReEncodeFont" <[a_an4p3v.enc <SourceSerifPro-BoldIt.pfb
SourceSerifPro-BoldIt-osf-ot1 SourceSerifPro-BoldIt "AutoEnc_meqgh4krzqwbkqa4vdibhrsplb ReEncodeFont" <[a_meqgh4.enc <SourceSerifPro-BoldIt.pfb
SourceSerifPro-BoldIt-osf-t1--base SourceSerifPro-BoldIt "AutoEnc_r74etrlqouuauxc2yaiwqsc6tg ReEncodeFont" <[a_r74etr.enc <SourceSerifPro-BoldIt.pfb
SourceSerifPro-BoldIt-osf-ly1--base SourceSerifPro-BoldIt "AutoEnc_osimgjo4i3mm5lawo2mv77qjoh ReEncodeFont" <[a_osimgj.enc <SourceSerifPro-BoldIt.pfb
SourceSerifPro-BoldIt-osf-ts1--base SourceSerifPro-BoldIt "AutoEnc_a6i6f2gfa5r2ndoscfe7jcyzwf ReEncodeFont" <[a_a6i6f2.enc <SourceSerifPro-BoldIt.pfb
SourceSerifPro-BoldIt-tlf-ot1 SourceSerifPro-BoldIt "AutoEnc_oi66c4ejrft4j3jwaoj2ojbvfh ReEncodeFont" <[a_oi66c4.enc <SourceSerifPro-BoldIt.pfb
SourceSerifPro-BoldIt-tlf-t1--base SourceSerifPro-BoldIt "AutoEnc_bizpe5zneg7uwhs5qd5ll66b6d ReEncodeFont" <[a_bizpe5.enc <SourceSerifPro-BoldIt.pfb
SourceSerifPro-BoldIt-tlf-ly1--base SourceSerifPro-BoldIt "AutoEnc_gtvdgc2kqxllqibspmp324ikia ReEncodeFont" <[a_gtvdgc.enc <SourceSerifPro-BoldIt.pfb
SourceSerifPro-BoldIt-tlf-ts1--base SourceSerifPro-BoldIt "AutoEnc_a6i6f2gfa5r2ndoscfe7jcyzwf ReEncodeFont" <[a_a6i6f2.enc <SourceSerifPro-BoldIt.pfb
SourceSerifPro-BoldIt-numr-ot1 SourceSerifPro-BoldIt "AutoEnc_bdm2kibvmdgoxyx26z3b5ozzje ReEncodeFont" <[a_bdm2ki.enc <SourceSerifPro-BoldIt.pfb
SourceSerifPro-BoldIt-numr-t1--base SourceSerifPro-BoldIt "AutoEnc_qiz27hxde4vxuogs322md3up3c ReEncodeFont" <[a_qiz27h.enc <SourceSerifPro-BoldIt.pfb
SourceSerifPro-BoldIt-numr-ly1--base SourceSerifPro-BoldIt "AutoEnc_ob4xxwcboyrbensb5svehw6j5f ReEncodeFont" <[a_ob4xxw.enc <SourceSerifPro-BoldIt.pfb
SourceSerifPro-ExtraLight-lf-ot1 SourceSerifPro-ExtraLight "AutoEnc_osnaurrah3nnjswsi4wyfoswog ReEncodeFont" <[a_osnaur.enc <SourceSerifPro-ExtraLight.pfb
SourceSerifPro-ExtraLight-lf-t1--base SourceSerifPro-ExtraLight "AutoEnc_rlbtkr46srpbtit6fkv63gjpyc ReEncodeFont" <[a_rlbtkr.enc <SourceSerifPro-ExtraLight.pfb
SourceSerifPro-ExtraLight-lf-ly1--base SourceSerifPro-ExtraLight "AutoEnc_sonlso3nqwsje5mfvsqtfwxdne ReEncodeFont" <[a_sonlso.enc <SourceSerifPro-ExtraLight.pfb
SourceSerifPro-ExtraLight-lf-sc-ot1--base SourceSerifPro-ExtraLight "AutoEnc_mjlzxhnfklhfclxuht2vwyuvae ReEncodeFont" <[a_mjlzxh.enc <SourceSerifPro-ExtraLight.pfb
SourceSerifPro-ExtraLight-lf-sc-t1--base SourceSerifPro-ExtraLight "AutoEnc_lseshjlbcnmaaockgepg55lppg ReEncodeFont" <[a_lseshj.enc <SourceSerifPro-ExtraLight.pfb
SourceSerifPro-ExtraLight-lf-sc-ly1--base SourceSerifPro-ExtraLight "AutoEnc_uima5pxttv4p6cnxhii3iw2jsh ReEncodeFont" <[a_uima5p.enc <SourceSerifPro-ExtraLight.pfb
SourceSerifPro-ExtraLight-lf-ts1--base SourceSerifPro-ExtraLight "AutoEnc_nqu667ofwtw6ejfzbv6h6zbyvg ReEncodeFont" <[a_nqu667.enc <SourceSerifPro-ExtraLight.pfb
SourceSerifPro-ExtraLight-dnom-ot1 SourceSerifPro-ExtraLight "AutoEnc_s6kslvwfusjzyaypzv3w4byzzh ReEncodeFont" <[a_s6kslv.enc <SourceSerifPro-ExtraLight.pfb
SourceSerifPro-ExtraLight-dnom-t1--base SourceSerifPro-ExtraLight "AutoEnc_brdplfiuoy2do6iyeacfikge7d ReEncodeFont" <[a_brdplf.enc <SourceSerifPro-ExtraLight.pfb
SourceSerifPro-ExtraLight-dnom-ly1--base SourceSerifPro-ExtraLight "AutoEnc_vnu3m6lcgdqpqymbnjiorvgatd ReEncodeFont" <[a_vnu3m6.enc <SourceSerifPro-ExtraLight.pfb
SourceSerifPro-ExtraLight-tosf-ot1 SourceSerifPro-ExtraLight "AutoEnc_sor56solpicrjyijvbcair6xbg ReEncodeFont" <[a_sor56s.enc <SourceSerifPro-ExtraLight.pfb
SourceSerifPro-ExtraLight-tosf-t1--base SourceSerifPro-ExtraLight "AutoEnc_g6m65jexkb7th7sfx4qzjrjrgb ReEncodeFont" <[a_g6m65j.enc <SourceSerifPro-ExtraLight.pfb
SourceSerifPro-ExtraLight-tosf-ly1--base SourceSerifPro-ExtraLight "AutoEnc_etdltzih2ry32f6t6sjtdt642h ReEncodeFont" <[a_etdltz.enc <SourceSerifPro-ExtraLight.pfb
SourceSerifPro-ExtraLight-tosf-sc-ot1--base SourceSerifPro-ExtraLight "AutoEnc_mjlzxhnfklhfclxuht2vwyuvae ReEncodeFont" <[a_mjlzxh.enc <SourceSerifPro-ExtraLight.pfb
SourceSerifPro-ExtraLight-tosf-sc-t1--base SourceSerifPro-ExtraLight "AutoEnc_lseshjlbcnmaaockgepg55lppg ReEncodeFont" <[a_lseshj.enc <SourceSerifPro-ExtraLight.pfb
SourceSerifPro-ExtraLight-tosf-sc-ly1--base SourceSerifPro-ExtraLight "AutoEnc_uima5pxttv4p6cnxhii3iw2jsh ReEncodeFont" <[a_uima5p.enc <SourceSerifPro-ExtraLight.pfb
SourceSerifPro-ExtraLight-tosf-ts1--base SourceSerifPro-ExtraLight "AutoEnc_nqu667ofwtw6ejfzbv6h6zbyvg ReEncodeFont" <[a_nqu667.enc <SourceSerifPro-ExtraLight.pfb
SourceSerifPro-ExtraLight-sup-ot1 SourceSerifPro-ExtraLight "AutoEnc_jevuw6bv6jqaq5iczjdonuqgpd ReEncodeFont" <[a_jevuw6.enc <SourceSerifPro-ExtraLight.pfb
SourceSerifPro-ExtraLight-sup-t1--base SourceSerifPro-ExtraLight "AutoEnc_oprvftqakt7ubha2qxltj6rpdd ReEncodeFont" <[a_oprvft.enc <SourceSerifPro-ExtraLight.pfb
SourceSerifPro-ExtraLight-sup-ly1--base SourceSerifPro-ExtraLight "AutoEnc_abavx3fnku5izxyiwfceyanhwc ReEncodeFont" <[a_abavx3.enc <SourceSerifPro-ExtraLight.pfb
SourceSerifPro-ExtraLight-osf-ot1 SourceSerifPro-ExtraLight "AutoEnc_sboynufnvk4xoekngr7kiaqegc ReEncodeFont" <[a_sboynu.enc <SourceSerifPro-ExtraLight.pfb
SourceSerifPro-ExtraLight-osf-t1--base SourceSerifPro-ExtraLight "AutoEnc_3wqk3b45ztnjhss2x7wvgnk5sh ReEncodeFont" <[a_3wqk3b.enc <SourceSerifPro-ExtraLight.pfb
SourceSerifPro-ExtraLight-osf-ly1--base SourceSerifPro-ExtraLight "AutoEnc_6lyhkvbmyboo6b6b7r7iziug4c ReEncodeFont" <[a_6lyhkv.enc <SourceSerifPro-ExtraLight.pfb
SourceSerifPro-ExtraLight-osf-sc-ot1--base SourceSerifPro-ExtraLight "AutoEnc_mjlzxhnfklhfclxuht2vwyuvae ReEncodeFont" <[a_mjlzxh.enc <SourceSerifPro-ExtraLight.pfb
SourceSerifPro-ExtraLight-osf-sc-t1--base SourceSerifPro-ExtraLight "AutoEnc_lseshjlbcnmaaockgepg55lppg ReEncodeFont" <[a_lseshj.enc <SourceSerifPro-ExtraLight.pfb
SourceSerifPro-ExtraLight-osf-sc-ly1--base SourceSerifPro-ExtraLight "AutoEnc_uima5pxttv4p6cnxhii3iw2jsh ReEncodeFont" <[a_uima5p.enc <SourceSerifPro-ExtraLight.pfb
SourceSerifPro-ExtraLight-osf-ts1--base SourceSerifPro-ExtraLight "AutoEnc_nqu667ofwtw6ejfzbv6h6zbyvg ReEncodeFont" <[a_nqu667.enc <SourceSerifPro-ExtraLight.pfb
SourceSerifPro-ExtraLight-tlf-ot1 SourceSerifPro-ExtraLight "AutoEnc_s5phdgwgvngjtzuclffvxt3mhc ReEncodeFont" <[a_s5phdg.enc <SourceSerifPro-ExtraLight.pfb
SourceSerifPro-ExtraLight-tlf-t1--base SourceSerifPro-ExtraLight "AutoEnc_tf7hccpwv3fbx6lqvyd5qgz3pa ReEncodeFont" <[a_tf7hcc.enc <SourceSerifPro-ExtraLight.pfb
SourceSerifPro-ExtraLight-tlf-ly1--base SourceSerifPro-ExtraLight "AutoEnc_dc746jbnw3m3nfn2gy3zc54z5b ReEncodeFont" <[a_dc746j.enc <SourceSerifPro-ExtraLight.pfb
SourceSerifPro-ExtraLight-tlf-sc-ot1--base SourceSerifPro-ExtraLight "AutoEnc_mjlzxhnfklhfclxuht2vwyuvae ReEncodeFont" <[a_mjlzxh.enc <SourceSerifPro-ExtraLight.pfb
SourceSerifPro-ExtraLight-tlf-sc-t1--base SourceSerifPro-ExtraLight "AutoEnc_lseshjlbcnmaaockgepg55lppg ReEncodeFont" <[a_lseshj.enc <SourceSerifPro-ExtraLight.pfb
SourceSerifPro-ExtraLight-tlf-sc-ly1--base SourceSerifPro-ExtraLight "AutoEnc_uima5pxttv4p6cnxhii3iw2jsh ReEncodeFont" <[a_uima5p.enc <SourceSerifPro-ExtraLight.pfb
SourceSerifPro-ExtraLight-tlf-ts1--base SourceSerifPro-ExtraLight "AutoEnc_nqu667ofwtw6ejfzbv6h6zbyvg ReEncodeFont" <[a_nqu667.enc <SourceSerifPro-ExtraLight.pfb
SourceSerifPro-ExtraLight-numr-ot1 SourceSerifPro-ExtraLight "AutoEnc_ztztxns3y2wj2alw6s4ig6vdcg ReEncodeFont" <[a_ztztxn.enc <SourceSerifPro-ExtraLight.pfb
SourceSerifPro-ExtraLight-numr-t1--base SourceSerifPro-ExtraLight "AutoEnc_qiz27hxde4vxuogs322md3up3c ReEncodeFont" <[a_qiz27h.enc <SourceSerifPro-ExtraLight.pfb
SourceSerifPro-ExtraLight-numr-ly1--base SourceSerifPro-ExtraLight "AutoEnc_vbwd4wutpspdxfo5543vow6vvf ReEncodeFont" <[a_vbwd4w.enc <SourceSerifPro-ExtraLight.pfb
SourceSerifPro-ExtraLightIt-lf-ot1 SourceSerifPro-ExtraLightIt "AutoEnc_5ts2b6rtccbijvnvuuko6odurg ReEncodeFont" <[a_5ts2b6.enc <SourceSerifPro-ExtraLightIt.pfb
SourceSerifPro-ExtraLightIt-lf-t1--base SourceSerifPro-ExtraLightIt "AutoEnc_5mjl2dovzk23f5cvifl7btewwc ReEncodeFont" <[a_5mjl2d.enc <SourceSerifPro-ExtraLightIt.pfb
SourceSerifPro-ExtraLightIt-lf-ly1--base SourceSerifPro-ExtraLightIt "AutoEnc_z6lp4vzduyrf3w25i2byefsndd ReEncodeFont" <[a_z6lp4v.enc <SourceSerifPro-ExtraLightIt.pfb
SourceSerifPro-ExtraLightIt-lf-ts1--base SourceSerifPro-ExtraLightIt "AutoEnc_a6i6f2gfa5r2ndoscfe7jcyzwf ReEncodeFont" <[a_a6i6f2.enc <SourceSerifPro-ExtraLightIt.pfb
SourceSerifPro-ExtraLightIt-dnom-ot1 SourceSerifPro-ExtraLightIt "AutoEnc_nan7a43o2szq3csgmonwsdrbhe ReEncodeFont" <[a_nan7a4.enc <SourceSerifPro-ExtraLightIt.pfb
SourceSerifPro-ExtraLightIt-dnom-t1--base SourceSerifPro-ExtraLightIt "AutoEnc_brdplfiuoy2do6iyeacfikge7d ReEncodeFont" <[a_brdplf.enc <SourceSerifPro-ExtraLightIt.pfb
SourceSerifPro-ExtraLightIt-dnom-ly1--base SourceSerifPro-ExtraLightIt "AutoEnc_n7bg2csbattzft5zxcjnz4tfxh ReEncodeFont" <[a_n7bg2c.enc <SourceSerifPro-ExtraLightIt.pfb
SourceSerifPro-ExtraLightIt-tosf-ot1 SourceSerifPro-ExtraLightIt "AutoEnc_l72wiigum2525mpjvbft5khszb ReEncodeFont" <[a_l72wii.enc <SourceSerifPro-ExtraLightIt.pfb
SourceSerifPro-ExtraLightIt-tosf-t1--base SourceSerifPro-ExtraLightIt "AutoEnc_upudw7ghvo2fynt3jzi3sagxyc ReEncodeFont" <[a_upudw7.enc <SourceSerifPro-ExtraLightIt.pfb
SourceSerifPro-ExtraLightIt-tosf-ly1--base SourceSerifPro-ExtraLightIt "AutoEnc_lnjzcs7k64n3pcocrdzibbxdua ReEncodeFont" <[a_lnjzcs.enc <SourceSerifPro-ExtraLightIt.pfb
SourceSerifPro-ExtraLightIt-tosf-ts1--base SourceSerifPro-ExtraLightIt "AutoEnc_a6i6f2gfa5r2ndoscfe7jcyzwf ReEncodeFont" <[a_a6i6f2.enc <SourceSerifPro-ExtraLightIt.pfb
SourceSerifPro-ExtraLightIt-sup-ot1 SourceSerifPro-ExtraLightIt "AutoEnc_flbt576fnfzcwolreuy2cwup6g ReEncodeFont" <[a_flbt57.enc <SourceSerifPro-ExtraLightIt.pfb
SourceSerifPro-ExtraLightIt-sup-t1--base SourceSerifPro-ExtraLightIt "AutoEnc_nx47sxd2ryq5zobo3v55rrabde ReEncodeFont" <[a_nx47sx.enc <SourceSerifPro-ExtraLightIt.pfb
SourceSerifPro-ExtraLightIt-sup-ly1--base SourceSerifPro-ExtraLightIt "AutoEnc_an4p3vybjjxikms2cucuduiszh ReEncodeFont" <[a_an4p3v.enc <SourceSerifPro-ExtraLightIt.pfb
SourceSerifPro-ExtraLightIt-osf-ot1 SourceSerifPro-ExtraLightIt "AutoEnc_meqgh4krzqwbkqa4vdibhrsplb ReEncodeFont" <[a_meqgh4.enc <SourceSerifPro-ExtraLightIt.pfb
SourceSerifPro-ExtraLightIt-osf-t1--base SourceSerifPro-ExtraLightIt "AutoEnc_r74etrlqouuauxc2yaiwqsc6tg ReEncodeFont" <[a_r74etr.enc <SourceSerifPro-ExtraLightIt.pfb
SourceSerifPro-ExtraLightIt-osf-ly1--base SourceSerifPro-ExtraLightIt "AutoEnc_osimgjo4i3mm5lawo2mv77qjoh ReEncodeFont" <[a_osimgj.enc <SourceSerifPro-ExtraLightIt.pfb
SourceSerifPro-ExtraLightIt-osf-ts1--base SourceSerifPro-ExtraLightIt "AutoEnc_a6i6f2gfa5r2ndoscfe7jcyzwf ReEncodeFont" <[a_a6i6f2.enc <SourceSerifPro-ExtraLightIt.pfb
SourceSerifPro-ExtraLightIt-tlf-ot1 SourceSerifPro-ExtraLightIt "AutoEnc_oi66c4ejrft4j3jwaoj2ojbvfh ReEncodeFont" <[a_oi66c4.enc <SourceSerifPro-ExtraLightIt.pfb
SourceSerifPro-ExtraLightIt-tlf-t1--base SourceSerifPro-ExtraLightIt "AutoEnc_bizpe5zneg7uwhs5qd5ll66b6d ReEncodeFont" <[a_bizpe5.enc <SourceSerifPro-ExtraLightIt.pfb
SourceSerifPro-ExtraLightIt-tlf-ly1--base SourceSerifPro-ExtraLightIt "AutoEnc_gtvdgc2kqxllqibspmp324ikia ReEncodeFont" <[a_gtvdgc.enc <SourceSerifPro-ExtraLightIt.pfb
SourceSerifPro-ExtraLightIt-tlf-ts1--base SourceSerifPro-ExtraLightIt "AutoEnc_a6i6f2gfa5r2ndoscfe7jcyzwf ReEncodeFont" <[a_a6i6f2.enc <SourceSerifPro-ExtraLightIt.pfb
SourceSerifPro-ExtraLightIt-numr-ot1 SourceSerifPro-ExtraLightIt "AutoEnc_bdm2kibvmdgoxyx26z3b5ozzje ReEncodeFont" <[a_bdm2ki.enc <SourceSerifPro-ExtraLightIt.pfb
SourceSerifPro-ExtraLightIt-numr-t1--base SourceSerifPro-ExtraLightIt "AutoEnc_qiz27hxde4vxuogs322md3up3c ReEncodeFont" <[a_qiz27h.enc <SourceSerifPro-ExtraLightIt.pfb
SourceSerifPro-ExtraLightIt-numr-ly1--base SourceSerifPro-ExtraLightIt "AutoEnc_ob4xxwcboyrbensb5svehw6j5f ReEncodeFont" <[a_ob4xxw.enc <SourceSerifPro-ExtraLightIt.pfb
SourceSerifPro-Light-lf-ot1 SourceSerifPro-Light "AutoEnc_osnaurrah3nnjswsi4wyfoswog ReEncodeFont" <[a_osnaur.enc <SourceSerifPro-Light.pfb
SourceSerifPro-Light-lf-t1--base SourceSerifPro-Light "AutoEnc_rlbtkr46srpbtit6fkv63gjpyc ReEncodeFont" <[a_rlbtkr.enc <SourceSerifPro-Light.pfb
SourceSerifPro-Light-lf-ly1--base SourceSerifPro-Light "AutoEnc_sonlso3nqwsje5mfvsqtfwxdne ReEncodeFont" <[a_sonlso.enc <SourceSerifPro-Light.pfb
SourceSerifPro-Light-lf-sc-ot1--base SourceSerifPro-Light "AutoEnc_mjlzxhnfklhfclxuht2vwyuvae ReEncodeFont" <[a_mjlzxh.enc <SourceSerifPro-Light.pfb
SourceSerifPro-Light-lf-sc-t1--base SourceSerifPro-Light "AutoEnc_lseshjlbcnmaaockgepg55lppg ReEncodeFont" <[a_lseshj.enc <SourceSerifPro-Light.pfb
SourceSerifPro-Light-lf-sc-ly1--base SourceSerifPro-Light "AutoEnc_uima5pxttv4p6cnxhii3iw2jsh ReEncodeFont" <[a_uima5p.enc <SourceSerifPro-Light.pfb
SourceSerifPro-Light-lf-ts1--base SourceSerifPro-Light "AutoEnc_nqu667ofwtw6ejfzbv6h6zbyvg ReEncodeFont" <[a_nqu667.enc <SourceSerifPro-Light.pfb
SourceSerifPro-Light-dnom-ot1 SourceSerifPro-Light "AutoEnc_s6kslvwfusjzyaypzv3w4byzzh ReEncodeFont" <[a_s6kslv.enc <SourceSerifPro-Light.pfb
SourceSerifPro-Light-dnom-t1--base SourceSerifPro-Light "AutoEnc_brdplfiuoy2do6iyeacfikge7d ReEncodeFont" <[a_brdplf.enc <SourceSerifPro-Light.pfb
SourceSerifPro-Light-dnom-ly1--base SourceSerifPro-Light "AutoEnc_vnu3m6lcgdqpqymbnjiorvgatd ReEncodeFont" <[a_vnu3m6.enc <SourceSerifPro-Light.pfb
SourceSerifPro-Light-tosf-ot1 SourceSerifPro-Light "AutoEnc_sor56solpicrjyijvbcair6xbg ReEncodeFont" <[a_sor56s.enc <SourceSerifPro-Light.pfb
SourceSerifPro-Light-tosf-t1--base SourceSerifPro-Light "AutoEnc_g6m65jexkb7th7sfx4qzjrjrgb ReEncodeFont" <[a_g6m65j.enc <SourceSerifPro-Light.pfb
SourceSerifPro-Light-tosf-ly1--base SourceSerifPro-Light "AutoEnc_etdltzih2ry32f6t6sjtdt642h ReEncodeFont" <[a_etdltz.enc <SourceSerifPro-Light.pfb
SourceSerifPro-Light-tosf-sc-ot1--base SourceSerifPro-Light "AutoEnc_mjlzxhnfklhfclxuht2vwyuvae ReEncodeFont" <[a_mjlzxh.enc <SourceSerifPro-Light.pfb
SourceSerifPro-Light-tosf-sc-t1--base SourceSerifPro-Light "AutoEnc_lseshjlbcnmaaockgepg55lppg ReEncodeFont" <[a_lseshj.enc <SourceSerifPro-Light.pfb
SourceSerifPro-Light-tosf-sc-ly1--base SourceSerifPro-Light "AutoEnc_uima5pxttv4p6cnxhii3iw2jsh ReEncodeFont" <[a_uima5p.enc <SourceSerifPro-Light.pfb
SourceSerifPro-Light-tosf-ts1--base SourceSerifPro-Light "AutoEnc_nqu667ofwtw6ejfzbv6h6zbyvg ReEncodeFont" <[a_nqu667.enc <SourceSerifPro-Light.pfb
SourceSerifPro-Light-sup-ot1 SourceSerifPro-Light "AutoEnc_jevuw6bv6jqaq5iczjdonuqgpd ReEncodeFont" <[a_jevuw6.enc <SourceSerifPro-Light.pfb
SourceSerifPro-Light-sup-t1--base SourceSerifPro-Light "AutoEnc_oprvftqakt7ubha2qxltj6rpdd ReEncodeFont" <[a_oprvft.enc <SourceSerifPro-Light.pfb
SourceSerifPro-Light-sup-ly1--base SourceSerifPro-Light "AutoEnc_abavx3fnku5izxyiwfceyanhwc ReEncodeFont" <[a_abavx3.enc <SourceSerifPro-Light.pfb
SourceSerifPro-Light-osf-ot1 SourceSerifPro-Light "AutoEnc_sboynufnvk4xoekngr7kiaqegc ReEncodeFont" <[a_sboynu.enc <SourceSerifPro-Light.pfb
SourceSerifPro-Light-osf-t1--base SourceSerifPro-Light "AutoEnc_3wqk3b45ztnjhss2x7wvgnk5sh ReEncodeFont" <[a_3wqk3b.enc <SourceSerifPro-Light.pfb
SourceSerifPro-Light-osf-ly1--base SourceSerifPro-Light "AutoEnc_6lyhkvbmyboo6b6b7r7iziug4c ReEncodeFont" <[a_6lyhkv.enc <SourceSerifPro-Light.pfb
SourceSerifPro-Light-osf-sc-ot1--base SourceSerifPro-Light "AutoEnc_mjlzxhnfklhfclxuht2vwyuvae ReEncodeFont" <[a_mjlzxh.enc <SourceSerifPro-Light.pfb
SourceSerifPro-Light-osf-sc-t1--base SourceSerifPro-Light "AutoEnc_lseshjlbcnmaaockgepg55lppg ReEncodeFont" <[a_lseshj.enc <SourceSerifPro-Light.pfb
SourceSerifPro-Light-osf-sc-ly1--base SourceSerifPro-Light "AutoEnc_uima5pxttv4p6cnxhii3iw2jsh ReEncodeFont" <[a_uima5p.enc <SourceSerifPro-Light.pfb
SourceSerifPro-Light-osf-ts1--base SourceSerifPro-Light "AutoEnc_nqu667ofwtw6ejfzbv6h6zbyvg ReEncodeFont" <[a_nqu667.enc <SourceSerifPro-Light.pfb
SourceSerifPro-Light-tlf-ot1 SourceSerifPro-Light "AutoEnc_s5phdgwgvngjtzuclffvxt3mhc ReEncodeFont" <[a_s5phdg.enc <SourceSerifPro-Light.pfb
SourceSerifPro-Light-tlf-t1--base SourceSerifPro-Light "AutoEnc_tf7hccpwv3fbx6lqvyd5qgz3pa ReEncodeFont" <[a_tf7hcc.enc <SourceSerifPro-Light.pfb
SourceSerifPro-Light-tlf-ly1--base SourceSerifPro-Light "AutoEnc_dc746jbnw3m3nfn2gy3zc54z5b ReEncodeFont" <[a_dc746j.enc <SourceSerifPro-Light.pfb
SourceSerifPro-Light-tlf-sc-ot1--base SourceSerifPro-Light "AutoEnc_mjlzxhnfklhfclxuht2vwyuvae ReEncodeFont" <[a_mjlzxh.enc <SourceSerifPro-Light.pfb
SourceSerifPro-Light-tlf-sc-t1--base SourceSerifPro-Light "AutoEnc_lseshjlbcnmaaockgepg55lppg ReEncodeFont" <[a_lseshj.enc <SourceSerifPro-Light.pfb
SourceSerifPro-Light-tlf-sc-ly1--base SourceSerifPro-Light "AutoEnc_uima5pxttv4p6cnxhii3iw2jsh ReEncodeFont" <[a_uima5p.enc <SourceSerifPro-Light.pfb
SourceSerifPro-Light-tlf-ts1--base SourceSerifPro-Light "AutoEnc_nqu667ofwtw6ejfzbv6h6zbyvg ReEncodeFont" <[a_nqu667.enc <SourceSerifPro-Light.pfb
SourceSerifPro-Light-numr-ot1 SourceSerifPro-Light "AutoEnc_ztztxns3y2wj2alw6s4ig6vdcg ReEncodeFont" <[a_ztztxn.enc <SourceSerifPro-Light.pfb
SourceSerifPro-Light-numr-t1--base SourceSerifPro-Light "AutoEnc_qiz27hxde4vxuogs322md3up3c ReEncodeFont" <[a_qiz27h.enc <SourceSerifPro-Light.pfb
SourceSerifPro-Light-numr-ly1--base SourceSerifPro-Light "AutoEnc_vbwd4wutpspdxfo5543vow6vvf ReEncodeFont" <[a_vbwd4w.enc <SourceSerifPro-Light.pfb
SourceSerifPro-LightIt-lf-ot1 SourceSerifPro-LightIt "AutoEnc_5ts2b6rtccbijvnvuuko6odurg ReEncodeFont" <[a_5ts2b6.enc <SourceSerifPro-LightIt.pfb
SourceSerifPro-LightIt-lf-t1--base SourceSerifPro-LightIt "AutoEnc_5mjl2dovzk23f5cvifl7btewwc ReEncodeFont" <[a_5mjl2d.enc <SourceSerifPro-LightIt.pfb
SourceSerifPro-LightIt-lf-ly1--base SourceSerifPro-LightIt "AutoEnc_z6lp4vzduyrf3w25i2byefsndd ReEncodeFont" <[a_z6lp4v.enc <SourceSerifPro-LightIt.pfb
SourceSerifPro-LightIt-lf-ts1--base SourceSerifPro-LightIt "AutoEnc_a6i6f2gfa5r2ndoscfe7jcyzwf ReEncodeFont" <[a_a6i6f2.enc <SourceSerifPro-LightIt.pfb
SourceSerifPro-LightIt-dnom-ot1 SourceSerifPro-LightIt "AutoEnc_nan7a43o2szq3csgmonwsdrbhe ReEncodeFont" <[a_nan7a4.enc <SourceSerifPro-LightIt.pfb
SourceSerifPro-LightIt-dnom-t1--base SourceSerifPro-LightIt "AutoEnc_brdplfiuoy2do6iyeacfikge7d ReEncodeFont" <[a_brdplf.enc <SourceSerifPro-LightIt.pfb
SourceSerifPro-LightIt-dnom-ly1--base SourceSerifPro-LightIt "AutoEnc_n7bg2csbattzft5zxcjnz4tfxh ReEncodeFont" <[a_n7bg2c.enc <SourceSerifPro-LightIt.pfb
SourceSerifPro-LightIt-tosf-ot1 SourceSerifPro-LightIt "AutoEnc_l72wiigum2525mpjvbft5khszb ReEncodeFont" <[a_l72wii.enc <SourceSerifPro-LightIt.pfb
SourceSerifPro-LightIt-tosf-t1--base SourceSerifPro-LightIt "AutoEnc_upudw7ghvo2fynt3jzi3sagxyc ReEncodeFont" <[a_upudw7.enc <SourceSerifPro-LightIt.pfb
SourceSerifPro-LightIt-tosf-ly1--base SourceSerifPro-LightIt "AutoEnc_lnjzcs7k64n3pcocrdzibbxdua ReEncodeFont" <[a_lnjzcs.enc <SourceSerifPro-LightIt.pfb
SourceSerifPro-LightIt-tosf-ts1--base SourceSerifPro-LightIt "AutoEnc_a6i6f2gfa5r2ndoscfe7jcyzwf ReEncodeFont" <[a_a6i6f2.enc <SourceSerifPro-LightIt.pfb
SourceSerifPro-LightIt-sup-ot1 SourceSerifPro-LightIt "AutoEnc_flbt576fnfzcwolreuy2cwup6g ReEncodeFont" <[a_flbt57.enc <SourceSerifPro-LightIt.pfb
SourceSerifPro-LightIt-sup-t1--base SourceSerifPro-LightIt "AutoEnc_nx47sxd2ryq5zobo3v55rrabde ReEncodeFont" <[a_nx47sx.enc <SourceSerifPro-LightIt.pfb
SourceSerifPro-LightIt-sup-ly1--base SourceSerifPro-LightIt "AutoEnc_an4p3vybjjxikms2cucuduiszh ReEncodeFont" <[a_an4p3v.enc <SourceSerifPro-LightIt.pfb
SourceSerifPro-LightIt-osf-ot1 SourceSerifPro-LightIt "AutoEnc_meqgh4krzqwbkqa4vdibhrsplb ReEncodeFont" <[a_meqgh4.enc <SourceSerifPro-LightIt.pfb
SourceSerifPro-LightIt-osf-t1--base SourceSerifPro-LightIt "AutoEnc_r74etrlqouuauxc2yaiwqsc6tg ReEncodeFont" <[a_r74etr.enc <SourceSerifPro-LightIt.pfb
SourceSerifPro-LightIt-osf-ly1--base SourceSerifPro-LightIt "AutoEnc_osimgjo4i3mm5lawo2mv77qjoh ReEncodeFont" <[a_osimgj.enc <SourceSerifPro-LightIt.pfb
SourceSerifPro-LightIt-osf-ts1--base SourceSerifPro-LightIt "AutoEnc_a6i6f2gfa5r2ndoscfe7jcyzwf ReEncodeFont" <[a_a6i6f2.enc <SourceSerifPro-LightIt.pfb
SourceSerifPro-LightIt-tlf-ot1 SourceSerifPro-LightIt "AutoEnc_oi66c4ejrft4j3jwaoj2ojbvfh ReEncodeFont" <[a_oi66c4.enc <SourceSerifPro-LightIt.pfb
SourceSerifPro-LightIt-tlf-t1--base SourceSerifPro-LightIt "AutoEnc_bizpe5zneg7uwhs5qd5ll66b6d ReEncodeFont" <[a_bizpe5.enc <SourceSerifPro-LightIt.pfb
SourceSerifPro-LightIt-tlf-ly1--base SourceSerifPro-LightIt "AutoEnc_gtvdgc2kqxllqibspmp324ikia ReEncodeFont" <[a_gtvdgc.enc <SourceSerifPro-LightIt.pfb
SourceSerifPro-LightIt-tlf-ts1--base SourceSerifPro-LightIt "AutoEnc_a6i6f2gfa5r2ndoscfe7jcyzwf ReEncodeFont" <[a_a6i6f2.enc <SourceSerifPro-LightIt.pfb
SourceSerifPro-LightIt-numr-ot1 SourceSerifPro-LightIt "AutoEnc_bdm2kibvmdgoxyx26z3b5ozzje ReEncodeFont" <[a_bdm2ki.enc <SourceSerifPro-LightIt.pfb
SourceSerifPro-LightIt-numr-t1--base SourceSerifPro-LightIt "AutoEnc_qiz27hxde4vxuogs322md3up3c ReEncodeFont" <[a_qiz27h.enc <SourceSerifPro-LightIt.pfb
SourceSerifPro-LightIt-numr-ly1--base SourceSerifPro-LightIt "AutoEnc_ob4xxwcboyrbensb5svehw6j5f ReEncodeFont" <[a_ob4xxw.enc <SourceSerifPro-LightIt.pfb
SourceSerifPro-Regular-lf-ot1 SourceSerifPro-Regular "AutoEnc_osnaurrah3nnjswsi4wyfoswog ReEncodeFont" <[a_osnaur.enc <SourceSerifPro-Regular.pfb
SourceSerifPro-Regular-lf-t1--base SourceSerifPro-Regular "AutoEnc_rlbtkr46srpbtit6fkv63gjpyc ReEncodeFont" <[a_rlbtkr.enc <SourceSerifPro-Regular.pfb
SourceSerifPro-Regular-lf-ly1--base SourceSerifPro-Regular "AutoEnc_sonlso3nqwsje5mfvsqtfwxdne ReEncodeFont" <[a_sonlso.enc <SourceSerifPro-Regular.pfb
SourceSerifPro-Regular-lf-sc-ot1--base SourceSerifPro-Regular "AutoEnc_mjlzxhnfklhfclxuht2vwyuvae ReEncodeFont" <[a_mjlzxh.enc <SourceSerifPro-Regular.pfb
SourceSerifPro-Regular-lf-sc-t1--base SourceSerifPro-Regular "AutoEnc_lseshjlbcnmaaockgepg55lppg ReEncodeFont" <[a_lseshj.enc <SourceSerifPro-Regular.pfb
SourceSerifPro-Regular-lf-sc-ly1--base SourceSerifPro-Regular "AutoEnc_uima5pxttv4p6cnxhii3iw2jsh ReEncodeFont" <[a_uima5p.enc <SourceSerifPro-Regular.pfb
SourceSerifPro-Regular-lf-ts1--base SourceSerifPro-Regular "AutoEnc_nqu667ofwtw6ejfzbv6h6zbyvg ReEncodeFont" <[a_nqu667.enc <SourceSerifPro-Regular.pfb
SourceSerifPro-Regular-dnom-ot1 SourceSerifPro-Regular "AutoEnc_s6kslvwfusjzyaypzv3w4byzzh ReEncodeFont" <[a_s6kslv.enc <SourceSerifPro-Regular.pfb
SourceSerifPro-Regular-dnom-t1--base SourceSerifPro-Regular "AutoEnc_brdplfiuoy2do6iyeacfikge7d ReEncodeFont" <[a_brdplf.enc <SourceSerifPro-Regular.pfb
SourceSerifPro-Regular-dnom-ly1--base SourceSerifPro-Regular "AutoEnc_vnu3m6lcgdqpqymbnjiorvgatd ReEncodeFont" <[a_vnu3m6.enc <SourceSerifPro-Regular.pfb
SourceSerifPro-Regular-tosf-ot1 SourceSerifPro-Regular "AutoEnc_sor56solpicrjyijvbcair6xbg ReEncodeFont" <[a_sor56s.enc <SourceSerifPro-Regular.pfb
SourceSerifPro-Regular-tosf-t1--base SourceSerifPro-Regular "AutoEnc_g6m65jexkb7th7sfx4qzjrjrgb ReEncodeFont" <[a_g6m65j.enc <SourceSerifPro-Regular.pfb
SourceSerifPro-Regular-tosf-ly1--base SourceSerifPro-Regular "AutoEnc_etdltzih2ry32f6t6sjtdt642h ReEncodeFont" <[a_etdltz.enc <SourceSerifPro-Regular.pfb
SourceSerifPro-Regular-tosf-sc-ot1--base SourceSerifPro-Regular "AutoEnc_mjlzxhnfklhfclxuht2vwyuvae ReEncodeFont" <[a_mjlzxh.enc <SourceSerifPro-Regular.pfb
SourceSerifPro-Regular-tosf-sc-t1--base SourceSerifPro-Regular "AutoEnc_lseshjlbcnmaaockgepg55lppg ReEncodeFont" <[a_lseshj.enc <SourceSerifPro-Regular.pfb
SourceSerifPro-Regular-tosf-sc-ly1--base SourceSerifPro-Regular "AutoEnc_uima5pxttv4p6cnxhii3iw2jsh ReEncodeFont" <[a_uima5p.enc <SourceSerifPro-Regular.pfb
SourceSerifPro-Regular-tosf-ts1--base SourceSerifPro-Regular "AutoEnc_nqu667ofwtw6ejfzbv6h6zbyvg ReEncodeFont" <[a_nqu667.enc <SourceSerifPro-Regular.pfb
SourceSerifPro-Regular-sup-ot1 SourceSerifPro-Regular "AutoEnc_jevuw6bv6jqaq5iczjdonuqgpd ReEncodeFont" <[a_jevuw6.enc <SourceSerifPro-Regular.pfb
SourceSerifPro-Regular-sup-t1--base SourceSerifPro-Regular "AutoEnc_oprvftqakt7ubha2qxltj6rpdd ReEncodeFont" <[a_oprvft.enc <SourceSerifPro-Regular.pfb
SourceSerifPro-Regular-sup-ly1--base SourceSerifPro-Regular "AutoEnc_abavx3fnku5izxyiwfceyanhwc ReEncodeFont" <[a_abavx3.enc <SourceSerifPro-Regular.pfb
SourceSerifPro-Regular-osf-ot1 SourceSerifPro-Regular "AutoEnc_sboynufnvk4xoekngr7kiaqegc ReEncodeFont" <[a_sboynu.enc <SourceSerifPro-Regular.pfb
SourceSerifPro-Regular-osf-t1--base SourceSerifPro-Regular "AutoEnc_3wqk3b45ztnjhss2x7wvgnk5sh ReEncodeFont" <[a_3wqk3b.enc <SourceSerifPro-Regular.pfb
SourceSerifPro-Regular-osf-ly1--base SourceSerifPro-Regular "AutoEnc_6lyhkvbmyboo6b6b7r7iziug4c ReEncodeFont" <[a_6lyhkv.enc <SourceSerifPro-Regular.pfb
SourceSerifPro-Regular-osf-sc-ot1--base SourceSerifPro-Regular "AutoEnc_mjlzxhnfklhfclxuht2vwyuvae ReEncodeFont" <[a_mjlzxh.enc <SourceSerifPro-Regular.pfb
SourceSerifPro-Regular-osf-sc-t1--base SourceSerifPro-Regular "AutoEnc_lseshjlbcnmaaockgepg55lppg ReEncodeFont" <[a_lseshj.enc <SourceSerifPro-Regular.pfb
SourceSerifPro-Regular-osf-sc-ly1--base SourceSerifPro-Regular "AutoEnc_uima5pxttv4p6cnxhii3iw2jsh ReEncodeFont" <[a_uima5p.enc <SourceSerifPro-Regular.pfb
SourceSerifPro-Regular-osf-ts1--base SourceSerifPro-Regular "AutoEnc_nqu667ofwtw6ejfzbv6h6zbyvg ReEncodeFont" <[a_nqu667.enc <SourceSerifPro-Regular.pfb
SourceSerifPro-Regular-tlf-ot1 SourceSerifPro-Regular "AutoEnc_s5phdgwgvngjtzuclffvxt3mhc ReEncodeFont" <[a_s5phdg.enc <SourceSerifPro-Regular.pfb
SourceSerifPro-Regular-tlf-t1--base SourceSerifPro-Regular "AutoEnc_tf7hccpwv3fbx6lqvyd5qgz3pa ReEncodeFont" <[a_tf7hcc.enc <SourceSerifPro-Regular.pfb
SourceSerifPro-Regular-tlf-ly1--base SourceSerifPro-Regular "AutoEnc_dc746jbnw3m3nfn2gy3zc54z5b ReEncodeFont" <[a_dc746j.enc <SourceSerifPro-Regular.pfb
SourceSerifPro-Regular-tlf-sc-ot1--base SourceSerifPro-Regular "AutoEnc_mjlzxhnfklhfclxuht2vwyuvae ReEncodeFont" <[a_mjlzxh.enc <SourceSerifPro-Regular.pfb
SourceSerifPro-Regular-tlf-sc-t1--base SourceSerifPro-Regular "AutoEnc_lseshjlbcnmaaockgepg55lppg ReEncodeFont" <[a_lseshj.enc <SourceSerifPro-Regular.pfb
SourceSerifPro-Regular-tlf-sc-ly1--base SourceSerifPro-Regular "AutoEnc_uima5pxttv4p6cnxhii3iw2jsh ReEncodeFont" <[a_uima5p.enc <SourceSerifPro-Regular.pfb
SourceSerifPro-Regular-tlf-ts1--base SourceSerifPro-Regular "AutoEnc_nqu667ofwtw6ejfzbv6h6zbyvg ReEncodeFont" <[a_nqu667.enc <SourceSerifPro-Regular.pfb
SourceSerifPro-Regular-numr-ot1 SourceSerifPro-Regular "AutoEnc_ztztxns3y2wj2alw6s4ig6vdcg ReEncodeFont" <[a_ztztxn.enc <SourceSerifPro-Regular.pfb
SourceSerifPro-Regular-numr-t1--base SourceSerifPro-Regular "AutoEnc_qiz27hxde4vxuogs322md3up3c ReEncodeFont" <[a_qiz27h.enc <SourceSerifPro-Regular.pfb
SourceSerifPro-Regular-numr-ly1--base SourceSerifPro-Regular "AutoEnc_vbwd4wutpspdxfo5543vow6vvf ReEncodeFont" <[a_vbwd4w.enc <SourceSerifPro-Regular.pfb
SourceSerifPro-It-lf-ot1 SourceSerifPro-It "AutoEnc_5ts2b6rtccbijvnvuuko6odurg ReEncodeFont" <[a_5ts2b6.enc <SourceSerifPro-It.pfb
SourceSerifPro-It-lf-t1--base SourceSerifPro-It "AutoEnc_5mjl2dovzk23f5cvifl7btewwc ReEncodeFont" <[a_5mjl2d.enc <SourceSerifPro-It.pfb
SourceSerifPro-It-lf-ly1--base SourceSerifPro-It "AutoEnc_z6lp4vzduyrf3w25i2byefsndd ReEncodeFont" <[a_z6lp4v.enc <SourceSerifPro-It.pfb
SourceSerifPro-It-lf-ts1--base SourceSerifPro-It "AutoEnc_a6i6f2gfa5r2ndoscfe7jcyzwf ReEncodeFont" <[a_a6i6f2.enc <SourceSerifPro-It.pfb
SourceSerifPro-It-dnom-ot1 SourceSerifPro-It "AutoEnc_nan7a43o2szq3csgmonwsdrbhe ReEncodeFont" <[a_nan7a4.enc <SourceSerifPro-It.pfb
SourceSerifPro-It-dnom-t1--base SourceSerifPro-It "AutoEnc_brdplfiuoy2do6iyeacfikge7d ReEncodeFont" <[a_brdplf.enc <SourceSerifPro-It.pfb
SourceSerifPro-It-dnom-ly1--base SourceSerifPro-It "AutoEnc_n7bg2csbattzft5zxcjnz4tfxh ReEncodeFont" <[a_n7bg2c.enc <SourceSerifPro-It.pfb
SourceSerifPro-It-tosf-ot1 SourceSerifPro-It "AutoEnc_l72wiigum2525mpjvbft5khszb ReEncodeFont" <[a_l72wii.enc <SourceSerifPro-It.pfb
SourceSerifPro-It-tosf-t1--base SourceSerifPro-It "AutoEnc_upudw7ghvo2fynt3jzi3sagxyc ReEncodeFont" <[a_upudw7.enc <SourceSerifPro-It.pfb
SourceSerifPro-It-tosf-ly1--base SourceSerifPro-It "AutoEnc_lnjzcs7k64n3pcocrdzibbxdua ReEncodeFont" <[a_lnjzcs.enc <SourceSerifPro-It.pfb
SourceSerifPro-It-tosf-ts1--base SourceSerifPro-It "AutoEnc_a6i6f2gfa5r2ndoscfe7jcyzwf ReEncodeFont" <[a_a6i6f2.enc <SourceSerifPro-It.pfb
SourceSerifPro-It-sup-ot1 SourceSerifPro-It "AutoEnc_flbt576fnfzcwolreuy2cwup6g ReEncodeFont" <[a_flbt57.enc <SourceSerifPro-It.pfb
SourceSerifPro-It-sup-t1--base SourceSerifPro-It "AutoEnc_nx47sxd2ryq5zobo3v55rrabde ReEncodeFont" <[a_nx47sx.enc <SourceSerifPro-It.pfb
SourceSerifPro-It-sup-ly1--base SourceSerifPro-It "AutoEnc_an4p3vybjjxikms2cucuduiszh ReEncodeFont" <[a_an4p3v.enc <SourceSerifPro-It.pfb
SourceSerifPro-It-osf-ot1 SourceSerifPro-It "AutoEnc_meqgh4krzqwbkqa4vdibhrsplb ReEncodeFont" <[a_meqgh4.enc <SourceSerifPro-It.pfb
SourceSerifPro-It-osf-t1--base SourceSerifPro-It "AutoEnc_r74etrlqouuauxc2yaiwqsc6tg ReEncodeFont" <[a_r74etr.enc <SourceSerifPro-It.pfb
SourceSerifPro-It-osf-ly1--base SourceSerifPro-It "AutoEnc_osimgjo4i3mm5lawo2mv77qjoh ReEncodeFont" <[a_osimgj.enc <SourceSerifPro-It.pfb
SourceSerifPro-It-osf-ts1--base SourceSerifPro-It "AutoEnc_a6i6f2gfa5r2ndoscfe7jcyzwf ReEncodeFont" <[a_a6i6f2.enc <SourceSerifPro-It.pfb
SourceSerifPro-It-tlf-ot1 SourceSerifPro-It "AutoEnc_oi66c4ejrft4j3jwaoj2ojbvfh ReEncodeFont" <[a_oi66c4.enc <SourceSerifPro-It.pfb
SourceSerifPro-It-tlf-t1--base SourceSerifPro-It "AutoEnc_bizpe5zneg7uwhs5qd5ll66b6d ReEncodeFont" <[a_bizpe5.enc <SourceSerifPro-It.pfb
SourceSerifPro-It-tlf-ly1--base SourceSerifPro-It "AutoEnc_gtvdgc2kqxllqibspmp324ikia ReEncodeFont" <[a_gtvdgc.enc <SourceSerifPro-It.pfb
SourceSerifPro-It-tlf-ts1--base SourceSerifPro-It "AutoEnc_a6i6f2gfa5r2ndoscfe7jcyzwf ReEncodeFont" <[a_a6i6f2.enc <SourceSerifPro-It.pfb
SourceSerifPro-It-numr-ot1 SourceSerifPro-It "AutoEnc_bdm2kibvmdgoxyx26z3b5ozzje ReEncodeFont" <[a_bdm2ki.enc <SourceSerifPro-It.pfb
SourceSerifPro-It-numr-t1--base SourceSerifPro-It "AutoEnc_qiz27hxde4vxuogs322md3up3c ReEncodeFont" <[a_qiz27h.enc <SourceSerifPro-It.pfb
SourceSerifPro-It-numr-ly1--base SourceSerifPro-It "AutoEnc_ob4xxwcboyrbensb5svehw6j5f ReEncodeFont" <[a_ob4xxw.enc <SourceSerifPro-It.pfb
SourceSerifPro-Semibold-lf-ot1 SourceSerifPro-Semibold "AutoEnc_osnaurrah3nnjswsi4wyfoswog ReEncodeFont" <[a_osnaur.enc <SourceSerifPro-Semibold.pfb
SourceSerifPro-Semibold-lf-t1--base SourceSerifPro-Semibold "AutoEnc_rlbtkr46srpbtit6fkv63gjpyc ReEncodeFont" <[a_rlbtkr.enc <SourceSerifPro-Semibold.pfb
SourceSerifPro-Semibold-lf-ly1--base SourceSerifPro-Semibold "AutoEnc_sonlso3nqwsje5mfvsqtfwxdne ReEncodeFont" <[a_sonlso.enc <SourceSerifPro-Semibold.pfb
SourceSerifPro-Semibold-lf-sc-ot1--base SourceSerifPro-Semibold "AutoEnc_mjlzxhnfklhfclxuht2vwyuvae ReEncodeFont" <[a_mjlzxh.enc <SourceSerifPro-Semibold.pfb
SourceSerifPro-Semibold-lf-sc-t1--base SourceSerifPro-Semibold "AutoEnc_lseshjlbcnmaaockgepg55lppg ReEncodeFont" <[a_lseshj.enc <SourceSerifPro-Semibold.pfb
SourceSerifPro-Semibold-lf-sc-ly1--base SourceSerifPro-Semibold "AutoEnc_uima5pxttv4p6cnxhii3iw2jsh ReEncodeFont" <[a_uima5p.enc <SourceSerifPro-Semibold.pfb
SourceSerifPro-Semibold-lf-ts1--base SourceSerifPro-Semibold "AutoEnc_nqu667ofwtw6ejfzbv6h6zbyvg ReEncodeFont" <[a_nqu667.enc <SourceSerifPro-Semibold.pfb
SourceSerifPro-Semibold-dnom-ot1 SourceSerifPro-Semibold "AutoEnc_s6kslvwfusjzyaypzv3w4byzzh ReEncodeFont" <[a_s6kslv.enc <SourceSerifPro-Semibold.pfb
SourceSerifPro-Semibold-dnom-t1--base SourceSerifPro-Semibold "AutoEnc_brdplfiuoy2do6iyeacfikge7d ReEncodeFont" <[a_brdplf.enc <SourceSerifPro-Semibold.pfb
SourceSerifPro-Semibold-dnom-ly1--base SourceSerifPro-Semibold "AutoEnc_vnu3m6lcgdqpqymbnjiorvgatd ReEncodeFont" <[a_vnu3m6.enc <SourceSerifPro-Semibold.pfb
SourceSerifPro-Semibold-tosf-ot1 SourceSerifPro-Semibold "AutoEnc_sor56solpicrjyijvbcair6xbg ReEncodeFont" <[a_sor56s.enc <SourceSerifPro-Semibold.pfb
SourceSerifPro-Semibold-tosf-t1--base SourceSerifPro-Semibold "AutoEnc_g6m65jexkb7th7sfx4qzjrjrgb ReEncodeFont" <[a_g6m65j.enc <SourceSerifPro-Semibold.pfb
SourceSerifPro-Semibold-tosf-ly1--base SourceSerifPro-Semibold "AutoEnc_etdltzih2ry32f6t6sjtdt642h ReEncodeFont" <[a_etdltz.enc <SourceSerifPro-Semibold.pfb
SourceSerifPro-Semibold-tosf-sc-ot1--base SourceSerifPro-Semibold "AutoEnc_mjlzxhnfklhfclxuht2vwyuvae ReEncodeFont" <[a_mjlzxh.enc <SourceSerifPro-Semibold.pfb
SourceSerifPro-Semibold-tosf-sc-t1--base SourceSerifPro-Semibold "AutoEnc_lseshjlbcnmaaockgepg55lppg ReEncodeFont" <[a_lseshj.enc <SourceSerifPro-Semibold.pfb
SourceSerifPro-Semibold-tosf-sc-ly1--base SourceSerifPro-Semibold "AutoEnc_uima5pxttv4p6cnxhii3iw2jsh ReEncodeFont" <[a_uima5p.enc <SourceSerifPro-Semibold.pfb
SourceSerifPro-Semibold-tosf-ts1--base SourceSerifPro-Semibold "AutoEnc_nqu667ofwtw6ejfzbv6h6zbyvg ReEncodeFont" <[a_nqu667.enc <SourceSerifPro-Semibold.pfb
SourceSerifPro-Semibold-sup-ot1 SourceSerifPro-Semibold "AutoEnc_jevuw6bv6jqaq5iczjdonuqgpd ReEncodeFont" <[a_jevuw6.enc <SourceSerifPro-Semibold.pfb
SourceSerifPro-Semibold-sup-t1--base SourceSerifPro-Semibold "AutoEnc_oprvftqakt7ubha2qxltj6rpdd ReEncodeFont" <[a_oprvft.enc <SourceSerifPro-Semibold.pfb
SourceSerifPro-Semibold-sup-ly1--base SourceSerifPro-Semibold "AutoEnc_abavx3fnku5izxyiwfceyanhwc ReEncodeFont" <[a_abavx3.enc <SourceSerifPro-Semibold.pfb
SourceSerifPro-Semibold-osf-ot1 SourceSerifPro-Semibold "AutoEnc_sboynufnvk4xoekngr7kiaqegc ReEncodeFont" <[a_sboynu.enc <SourceSerifPro-Semibold.pfb
SourceSerifPro-Semibold-osf-t1--base SourceSerifPro-Semibold "AutoEnc_3wqk3b45ztnjhss2x7wvgnk5sh ReEncodeFont" <[a_3wqk3b.enc <SourceSerifPro-Semibold.pfb
SourceSerifPro-Semibold-osf-ly1--base SourceSerifPro-Semibold "AutoEnc_6lyhkvbmyboo6b6b7r7iziug4c ReEncodeFont" <[a_6lyhkv.enc <SourceSerifPro-Semibold.pfb
SourceSerifPro-Semibold-osf-sc-ot1--base SourceSerifPro-Semibold "AutoEnc_mjlzxhnfklhfclxuht2vwyuvae ReEncodeFont" <[a_mjlzxh.enc <SourceSerifPro-Semibold.pfb
SourceSerifPro-Semibold-osf-sc-t1--base SourceSerifPro-Semibold "AutoEnc_lseshjlbcnmaaockgepg55lppg ReEncodeFont" <[a_lseshj.enc <SourceSerifPro-Semibold.pfb
SourceSerifPro-Semibold-osf-sc-ly1--base SourceSerifPro-Semibold "AutoEnc_uima5pxttv4p6cnxhii3iw2jsh ReEncodeFont" <[a_uima5p.enc <SourceSerifPro-Semibold.pfb
SourceSerifPro-Semibold-osf-ts1--base SourceSerifPro-Semibold "AutoEnc_nqu667ofwtw6ejfzbv6h6zbyvg ReEncodeFont" <[a_nqu667.enc <SourceSerifPro-Semibold.pfb
SourceSerifPro-Semibold-tlf-ot1 SourceSerifPro-Semibold "AutoEnc_s5phdgwgvngjtzuclffvxt3mhc ReEncodeFont" <[a_s5phdg.enc <SourceSerifPro-Semibold.pfb
SourceSerifPro-Semibold-tlf-t1--base SourceSerifPro-Semibold "AutoEnc_tf7hccpwv3fbx6lqvyd5qgz3pa ReEncodeFont" <[a_tf7hcc.enc <SourceSerifPro-Semibold.pfb
SourceSerifPro-Semibold-tlf-ly1--base SourceSerifPro-Semibold "AutoEnc_dc746jbnw3m3nfn2gy3zc54z5b ReEncodeFont" <[a_dc746j.enc <SourceSerifPro-Semibold.pfb
SourceSerifPro-Semibold-tlf-sc-ot1--base SourceSerifPro-Semibold "AutoEnc_mjlzxhnfklhfclxuht2vwyuvae ReEncodeFont" <[a_mjlzxh.enc <SourceSerifPro-Semibold.pfb
SourceSerifPro-Semibold-tlf-sc-t1--base SourceSerifPro-Semibold "AutoEnc_lseshjlbcnmaaockgepg55lppg ReEncodeFont" <[a_lseshj.enc <SourceSerifPro-Semibold.pfb
SourceSerifPro-Semibold-tlf-sc-ly1--base SourceSerifPro-Semibold "AutoEnc_uima5pxttv4p6cnxhii3iw2jsh ReEncodeFont" <[a_uima5p.enc <SourceSerifPro-Semibold.pfb
SourceSerifPro-Semibold-tlf-ts1--base SourceSerifPro-Semibold "AutoEnc_nqu667ofwtw6ejfzbv6h6zbyvg ReEncodeFont" <[a_nqu667.enc <SourceSerifPro-Semibold.pfb
SourceSerifPro-Semibold-numr-ot1 SourceSerifPro-Semibold "AutoEnc_ztztxns3y2wj2alw6s4ig6vdcg ReEncodeFont" <[a_ztztxn.enc <SourceSerifPro-Semibold.pfb
SourceSerifPro-Semibold-numr-t1--base SourceSerifPro-Semibold "AutoEnc_qiz27hxde4vxuogs322md3up3c ReEncodeFont" <[a_qiz27h.enc <SourceSerifPro-Semibold.pfb
SourceSerifPro-Semibold-numr-ly1--base SourceSerifPro-Semibold "AutoEnc_vbwd4wutpspdxfo5543vow6vvf ReEncodeFont" <[a_vbwd4w.enc <SourceSerifPro-Semibold.pfb
SourceSerifPro-SemiboldIt-lf-ot1 SourceSerifPro-SemiboldIt "AutoEnc_5ts2b6rtccbijvnvuuko6odurg ReEncodeFont" <[a_5ts2b6.enc <SourceSerifPro-SemiboldIt.pfb
SourceSerifPro-SemiboldIt-lf-t1--base SourceSerifPro-SemiboldIt "AutoEnc_5mjl2dovzk23f5cvifl7btewwc ReEncodeFont" <[a_5mjl2d.enc <SourceSerifPro-SemiboldIt.pfb
SourceSerifPro-SemiboldIt-lf-ly1--base SourceSerifPro-SemiboldIt "AutoEnc_z6lp4vzduyrf3w25i2byefsndd ReEncodeFont" <[a_z6lp4v.enc <SourceSerifPro-SemiboldIt.pfb
SourceSerifPro-SemiboldIt-lf-ts1--base SourceSerifPro-SemiboldIt "AutoEnc_a6i6f2gfa5r2ndoscfe7jcyzwf ReEncodeFont" <[a_a6i6f2.enc <SourceSerifPro-SemiboldIt.pfb
SourceSerifPro-SemiboldIt-dnom-ot1 SourceSerifPro-SemiboldIt "AutoEnc_nan7a43o2szq3csgmonwsdrbhe ReEncodeFont" <[a_nan7a4.enc <SourceSerifPro-SemiboldIt.pfb
SourceSerifPro-SemiboldIt-dnom-t1--base SourceSerifPro-SemiboldIt "AutoEnc_brdplfiuoy2do6iyeacfikge7d ReEncodeFont" <[a_brdplf.enc <SourceSerifPro-SemiboldIt.pfb
SourceSerifPro-SemiboldIt-dnom-ly1--base SourceSerifPro-SemiboldIt "AutoEnc_n7bg2csbattzft5zxcjnz4tfxh ReEncodeFont" <[a_n7bg2c.enc <SourceSerifPro-SemiboldIt.pfb
SourceSerifPro-SemiboldIt-tosf-ot1 SourceSerifPro-SemiboldIt "AutoEnc_l72wiigum2525mpjvbft5khszb ReEncodeFont" <[a_l72wii.enc <SourceSerifPro-SemiboldIt.pfb
SourceSerifPro-SemiboldIt-tosf-t1--base SourceSerifPro-SemiboldIt "AutoEnc_upudw7ghvo2fynt3jzi3sagxyc ReEncodeFont" <[a_upudw7.enc <SourceSerifPro-SemiboldIt.pfb
SourceSerifPro-SemiboldIt-tosf-ly1--base SourceSerifPro-SemiboldIt "AutoEnc_lnjzcs7k64n3pcocrdzibbxdua ReEncodeFont" <[a_lnjzcs.enc <SourceSerifPro-SemiboldIt.pfb
SourceSerifPro-SemiboldIt-tosf-ts1--base SourceSerifPro-SemiboldIt "AutoEnc_a6i6f2gfa5r2ndoscfe7jcyzwf ReEncodeFont" <[a_a6i6f2.enc <SourceSerifPro-SemiboldIt.pfb
SourceSerifPro-SemiboldIt-sup-ot1 SourceSerifPro-SemiboldIt "AutoEnc_flbt576fnfzcwolreuy2cwup6g ReEncodeFont" <[a_flbt57.enc <SourceSerifPro-SemiboldIt.pfb
SourceSerifPro-SemiboldIt-sup-t1--base SourceSerifPro-SemiboldIt "AutoEnc_nx47sxd2ryq5zobo3v55rrabde ReEncodeFont" <[a_nx47sx.enc <SourceSerifPro-SemiboldIt.pfb
SourceSerifPro-SemiboldIt-sup-ly1--base SourceSerifPro-SemiboldIt "AutoEnc_an4p3vybjjxikms2cucuduiszh ReEncodeFont" <[a_an4p3v.enc <SourceSerifPro-SemiboldIt.pfb
SourceSerifPro-SemiboldIt-osf-ot1 SourceSerifPro-SemiboldIt "AutoEnc_meqgh4krzqwbkqa4vdibhrsplb ReEncodeFont" <[a_meqgh4.enc <SourceSerifPro-SemiboldIt.pfb
SourceSerifPro-SemiboldIt-osf-t1--base SourceSerifPro-SemiboldIt "AutoEnc_r74etrlqouuauxc2yaiwqsc6tg ReEncodeFont" <[a_r74etr.enc <SourceSerifPro-SemiboldIt.pfb
SourceSerifPro-SemiboldIt-osf-ly1--base SourceSerifPro-SemiboldIt "AutoEnc_osimgjo4i3mm5lawo2mv77qjoh ReEncodeFont" <[a_osimgj.enc <SourceSerifPro-SemiboldIt.pfb
SourceSerifPro-SemiboldIt-osf-ts1--base SourceSerifPro-SemiboldIt "AutoEnc_a6i6f2gfa5r2ndoscfe7jcyzwf ReEncodeFont" <[a_a6i6f2.enc <SourceSerifPro-SemiboldIt.pfb
SourceSerifPro-SemiboldIt-tlf-ot1 SourceSerifPro-SemiboldIt "AutoEnc_oi66c4ejrft4j3jwaoj2ojbvfh ReEncodeFont" <[a_oi66c4.enc <SourceSerifPro-SemiboldIt.pfb
SourceSerifPro-SemiboldIt-tlf-t1--base SourceSerifPro-SemiboldIt "AutoEnc_bizpe5zneg7uwhs5qd5ll66b6d ReEncodeFont" <[a_bizpe5.enc <SourceSerifPro-SemiboldIt.pfb
SourceSerifPro-SemiboldIt-tlf-ly1--base SourceSerifPro-SemiboldIt "AutoEnc_gtvdgc2kqxllqibspmp324ikia ReEncodeFont" <[a_gtvdgc.enc <SourceSerifPro-SemiboldIt.pfb
SourceSerifPro-SemiboldIt-tlf-ts1--base SourceSerifPro-SemiboldIt "AutoEnc_a6i6f2gfa5r2ndoscfe7jcyzwf ReEncodeFont" <[a_a6i6f2.enc <SourceSerifPro-SemiboldIt.pfb
SourceSerifPro-SemiboldIt-numr-ot1 SourceSerifPro-SemiboldIt "AutoEnc_bdm2kibvmdgoxyx26z3b5ozzje ReEncodeFont" <[a_bdm2ki.enc <SourceSerifPro-SemiboldIt.pfb
SourceSerifPro-SemiboldIt-numr-t1--base SourceSerifPro-SemiboldIt "AutoEnc_qiz27hxde4vxuogs322md3up3c ReEncodeFont" <[a_qiz27h.enc <SourceSerifPro-SemiboldIt.pfb
SourceSerifPro-SemiboldIt-numr-ly1--base SourceSerifPro-SemiboldIt "AutoEnc_ob4xxwcboyrbensb5svehw6j5f ReEncodeFont" <[a_ob4xxw.enc <SourceSerifPro-SemiboldIt.pfb
SourceSerifPro-Bold-numr-ot1--lcdfj SourceSerifPro-BoldLCDFJ "" <SourceSerifPro-BoldLCDFJ.pfb
SourceSerifPro-Bold-numr-ot1--base SourceSerifPro-Bold "AutoEnc_c5lvgev7pakzhx5ieh2gkotgxg ReEncodeFont" <[a_c5lvge.enc <SourceSerifPro-Bold.pfb
SourceSerifPro-Bold-numr-t1--lcdfj SourceSerifPro-BoldLCDFJ "" <SourceSerifPro-BoldLCDFJ.pfb
SourceSerifPro-Bold-numr-t1--base SourceSerifPro-Bold "AutoEnc_vj4et7glo3g2nkrls5caaetlpd ReEncodeFont" <[a_vj4et7.enc <SourceSerifPro-Bold.pfb
SourceSerifPro-Bold-numr-ly1--lcdfj SourceSerifPro-BoldLCDFJ "" <SourceSerifPro-BoldLCDFJ.pfb
SourceSerifPro-Bold-numr-ly1--base SourceSerifPro-Bold "AutoEnc_iem7z5so3heaof4blnfz4vwrwh ReEncodeFont" <[a_iem7z5.enc <SourceSerifPro-Bold.pfb
SourceSerifPro-Bold-inf-ot1--lcdfj SourceSerifPro-BoldLCDFJ "" <SourceSerifPro-BoldLCDFJ.pfb
SourceSerifPro-Bold-inf-ot1--base SourceSerifPro-Bold "AutoEnc_vz2nizkiacob43pvm7ydl5jmcg ReEncodeFont" <[a_vz2niz.enc <SourceSerifPro-Bold.pfb
SourceSerifPro-Bold-inf-t1--lcdfj SourceSerifPro-BoldLCDFJ "" <SourceSerifPro-BoldLCDFJ.pfb
SourceSerifPro-Bold-inf-t1--base SourceSerifPro-Bold "AutoEnc_7vfhsm6ipz47hrlbexufufykia ReEncodeFont" <[a_7vfhsm.enc <SourceSerifPro-Bold.pfb
SourceSerifPro-Bold-inf-ly1--lcdfj SourceSerifPro-BoldLCDFJ "" <SourceSerifPro-BoldLCDFJ.pfb
SourceSerifPro-Bold-inf-ly1--base SourceSerifPro-Bold "AutoEnc_mtsjm5m3vcwkgh5nv6vrftrupb ReEncodeFont" <[a_mtsjm5.enc <SourceSerifPro-Bold.pfb
SourceSerifPro-Bold-sup-ot1--lcdfj SourceSerifPro-BoldLCDFJ "" <SourceSerifPro-BoldLCDFJ.pfb
SourceSerifPro-Bold-sup-ot1--base SourceSerifPro-Bold "AutoEnc_rgwjxac7ev4k4le5oc6jllwsbc ReEncodeFont" <[a_rgwjxa.enc <SourceSerifPro-Bold.pfb
SourceSerifPro-Bold-sup-t1--lcdfj SourceSerifPro-BoldLCDFJ "" <SourceSerifPro-BoldLCDFJ.pfb
SourceSerifPro-Bold-sup-t1--base SourceSerifPro-Bold "AutoEnc_cx2wj7q6lsnmag5swz6da3egbh ReEncodeFont" <[a_cx2wj7.enc <SourceSerifPro-Bold.pfb
SourceSerifPro-Bold-sup-ly1--lcdfj SourceSerifPro-BoldLCDFJ "" <SourceSerifPro-BoldLCDFJ.pfb
SourceSerifPro-Bold-sup-ly1--base SourceSerifPro-Bold "AutoEnc_n5wndzkx6uy2ilavyemt6jqjjh ReEncodeFont" <[a_n5wndz.enc <SourceSerifPro-Bold.pfb
SourceSerifPro-Bold-osf-ot1--lcdfj SourceSerifPro-BoldLCDFJ "" <SourceSerifPro-BoldLCDFJ.pfb
SourceSerifPro-Bold-osf-ot1--base SourceSerifPro-Bold "AutoEnc_pvm6traipfzrxqx46pf3nx57qe ReEncodeFont" <[a_pvm6tr.enc <SourceSerifPro-Bold.pfb
SourceSerifPro-Bold-osf-t1--lcdfj SourceSerifPro-BoldLCDFJ "" <SourceSerifPro-BoldLCDFJ.pfb
SourceSerifPro-Bold-osf-t1--base SourceSerifPro-Bold "AutoEnc_64kcwv5ktbqkgucjabmsi2zk4e ReEncodeFont" <[a_64kcwv.enc <SourceSerifPro-Bold.pfb
SourceSerifPro-Bold-osf-ly1--lcdfj SourceSerifPro-BoldLCDFJ "" <SourceSerifPro-BoldLCDFJ.pfb
SourceSerifPro-Bold-osf-ly1--base SourceSerifPro-Bold "AutoEnc_c6mgd7gu356i324u76idk7nxnh ReEncodeFont" <[a_c6mgd7.enc <SourceSerifPro-Bold.pfb
SourceSerifPro-Bold-osf-ts1--base SourceSerifPro-Bold "AutoEnc_yds5jvdkiaiogq3odmesuxydkf ReEncodeFont" <[a_yds5jv.enc <SourceSerifPro-Bold.pfb
SourceSerifPro-Bold-dnom-ot1--lcdfj SourceSerifPro-BoldLCDFJ "" <SourceSerifPro-BoldLCDFJ.pfb
SourceSerifPro-Bold-dnom-ot1--base SourceSerifPro-Bold "AutoEnc_sxytol3bffkrp42ds2yxd75fzg ReEncodeFont" <[a_sxytol.enc <SourceSerifPro-Bold.pfb
SourceSerifPro-Bold-dnom-t1--lcdfj SourceSerifPro-BoldLCDFJ "" <SourceSerifPro-BoldLCDFJ.pfb
SourceSerifPro-Bold-dnom-t1--base SourceSerifPro-Bold "AutoEnc_t4jhwy7kga2gg2qtcyt454nh3b ReEncodeFont" <[a_t4jhwy.enc <SourceSerifPro-Bold.pfb
SourceSerifPro-Bold-dnom-ly1--lcdfj SourceSerifPro-BoldLCDFJ "" <SourceSerifPro-BoldLCDFJ.pfb
SourceSerifPro-Bold-dnom-ly1--base SourceSerifPro-Bold "AutoEnc_7c323s52iwnfxfphstmcwmdtja ReEncodeFont" <[a_7c323s.enc <SourceSerifPro-Bold.pfb
SourceSerifPro-Bold-lf-ot1--lcdfj SourceSerifPro-BoldLCDFJ "" <SourceSerifPro-BoldLCDFJ.pfb
SourceSerifPro-Bold-lf-ot1--base SourceSerifPro-Bold "AutoEnc_fv7osbehfa5mre7efx6f625gca ReEncodeFont" <[a_fv7osb.enc <SourceSerifPro-Bold.pfb
SourceSerifPro-Bold-lf-t1--lcdfj SourceSerifPro-BoldLCDFJ "" <SourceSerifPro-BoldLCDFJ.pfb
SourceSerifPro-Bold-lf-t1--base SourceSerifPro-Bold "AutoEnc_a5mxzoyri6ucgtnr6jaowbo2pb ReEncodeFont" <[a_a5mxzo.enc <SourceSerifPro-Bold.pfb
SourceSerifPro-Bold-lf-ly1--lcdfj SourceSerifPro-BoldLCDFJ "" <SourceSerifPro-BoldLCDFJ.pfb
SourceSerifPro-Bold-lf-ly1--base SourceSerifPro-Bold "AutoEnc_rsqbulffmw4ztm6cqwke2h623b ReEncodeFont" <[a_rsqbul.enc <SourceSerifPro-Bold.pfb
SourceSerifPro-Bold-lf-ts1--base SourceSerifPro-Bold "AutoEnc_yds5jvdkiaiogq3odmesuxydkf ReEncodeFont" <[a_yds5jv.enc <SourceSerifPro-Bold.pfb
SourceSerifPro-Bold-tosf-ot1--lcdfj SourceSerifPro-BoldLCDFJ "" <SourceSerifPro-BoldLCDFJ.pfb
SourceSerifPro-Bold-tosf-ot1--base SourceSerifPro-Bold "AutoEnc_oim3qx6bggmw5ff7vi3xpgfq5d ReEncodeFont" <[a_oim3qx.enc <SourceSerifPro-Bold.pfb
SourceSerifPro-Bold-tosf-t1--lcdfj SourceSerifPro-BoldLCDFJ "" <SourceSerifPro-BoldLCDFJ.pfb
SourceSerifPro-Bold-tosf-t1--base SourceSerifPro-Bold "AutoEnc_3gun5dllfpxf7fzjok4dhhdhjc ReEncodeFont" <[a_3gun5d.enc <SourceSerifPro-Bold.pfb
SourceSerifPro-Bold-tosf-ly1--lcdfj SourceSerifPro-BoldLCDFJ "" <SourceSerifPro-BoldLCDFJ.pfb
SourceSerifPro-Bold-tosf-ly1--base SourceSerifPro-Bold "AutoEnc_owk7oj4t3qd6voxczxcvl72x5g ReEncodeFont" <[a_owk7oj.enc <SourceSerifPro-Bold.pfb
SourceSerifPro-Bold-tosf-ts1--base SourceSerifPro-Bold "AutoEnc_yds5jvdkiaiogq3odmesuxydkf ReEncodeFont" <[a_yds5jv.enc <SourceSerifPro-Bold.pfb
SourceSerifPro-Bold-tlf-ot1--lcdfj SourceSerifPro-BoldLCDFJ "" <SourceSerifPro-BoldLCDFJ.pfb
SourceSerifPro-Bold-tlf-ot1--base SourceSerifPro-Bold "AutoEnc_kuzlbpkykzunan6kqwzec7tpjf ReEncodeFont" <[a_kuzlbp.enc <SourceSerifPro-Bold.pfb
SourceSerifPro-Bold-tlf-t1--lcdfj SourceSerifPro-BoldLCDFJ "" <SourceSerifPro-BoldLCDFJ.pfb
SourceSerifPro-Bold-tlf-t1--base SourceSerifPro-Bold "AutoEnc_ttcihkrxf7qay6csy6ngtn5wsf ReEncodeFont" <[a_ttcihk.enc <SourceSerifPro-Bold.pfb
SourceSerifPro-Bold-tlf-ly1--lcdfj SourceSerifPro-BoldLCDFJ "" <SourceSerifPro-BoldLCDFJ.pfb
SourceSerifPro-Bold-tlf-ly1--base SourceSerifPro-Bold "AutoEnc_r5qp3qukq5ybuqqryhpx4ayjof ReEncodeFont" <[a_r5qp3q.enc <SourceSerifPro-Bold.pfb
SourceSerifPro-Bold-tlf-ts1--base SourceSerifPro-Bold "AutoEnc_yds5jvdkiaiogq3odmesuxydkf ReEncodeFont" <[a_yds5jv.enc <SourceSerifPro-Bold.pfb
SourceSerifPro-Regular-numr-ot1--lcdfj SourceSerifPro-RegularLCDFJ "" <SourceSerifPro-RegularLCDFJ.pfb
SourceSerifPro-Regular-numr-ot1--base SourceSerifPro-Regular "AutoEnc_c5lvgev7pakzhx5ieh2gkotgxg ReEncodeFont" <[a_c5lvge.enc <SourceSerifPro-Regular.pfb
SourceSerifPro-Regular-numr-t1--lcdfj SourceSerifPro-RegularLCDFJ "" <SourceSerifPro-RegularLCDFJ.pfb
SourceSerifPro-Regular-numr-t1--base SourceSerifPro-Regular "AutoEnc_vj4et7glo3g2nkrls5caaetlpd ReEncodeFont" <[a_vj4et7.enc <SourceSerifPro-Regular.pfb
SourceSerifPro-Regular-numr-ly1--lcdfj SourceSerifPro-RegularLCDFJ "" <SourceSerifPro-RegularLCDFJ.pfb
SourceSerifPro-Regular-numr-ly1--base SourceSerifPro-Regular "AutoEnc_iem7z5so3heaof4blnfz4vwrwh ReEncodeFont" <[a_iem7z5.enc <SourceSerifPro-Regular.pfb
SourceSerifPro-Regular-inf-ot1--lcdfj SourceSerifPro-RegularLCDFJ "" <SourceSerifPro-RegularLCDFJ.pfb
SourceSerifPro-Regular-inf-ot1--base SourceSerifPro-Regular "AutoEnc_vz2nizkiacob43pvm7ydl5jmcg ReEncodeFont" <[a_vz2niz.enc <SourceSerifPro-Regular.pfb
SourceSerifPro-Regular-inf-t1--lcdfj SourceSerifPro-RegularLCDFJ "" <SourceSerifPro-RegularLCDFJ.pfb
SourceSerifPro-Regular-inf-t1--base SourceSerifPro-Regular "AutoEnc_7vfhsm6ipz47hrlbexufufykia ReEncodeFont" <[a_7vfhsm.enc <SourceSerifPro-Regular.pfb
SourceSerifPro-Regular-inf-ly1--lcdfj SourceSerifPro-RegularLCDFJ "" <SourceSerifPro-RegularLCDFJ.pfb
SourceSerifPro-Regular-inf-ly1--base SourceSerifPro-Regular "AutoEnc_mtsjm5m3vcwkgh5nv6vrftrupb ReEncodeFont" <[a_mtsjm5.enc <SourceSerifPro-Regular.pfb
SourceSerifPro-Regular-sup-ot1--lcdfj SourceSerifPro-RegularLCDFJ "" <SourceSerifPro-RegularLCDFJ.pfb
SourceSerifPro-Regular-sup-ot1--base SourceSerifPro-Regular "AutoEnc_rgwjxac7ev4k4le5oc6jllwsbc ReEncodeFont" <[a_rgwjxa.enc <SourceSerifPro-Regular.pfb
SourceSerifPro-Regular-sup-t1--lcdfj SourceSerifPro-RegularLCDFJ "" <SourceSerifPro-RegularLCDFJ.pfb
SourceSerifPro-Regular-sup-t1--base SourceSerifPro-Regular "AutoEnc_cx2wj7q6lsnmag5swz6da3egbh ReEncodeFont" <[a_cx2wj7.enc <SourceSerifPro-Regular.pfb
SourceSerifPro-Regular-sup-ly1--lcdfj SourceSerifPro-RegularLCDFJ "" <SourceSerifPro-RegularLCDFJ.pfb
SourceSerifPro-Regular-sup-ly1--base SourceSerifPro-Regular "AutoEnc_n5wndzkx6uy2ilavyemt6jqjjh ReEncodeFont" <[a_n5wndz.enc <SourceSerifPro-Regular.pfb
SourceSerifPro-Regular-osf-ot1--lcdfj SourceSerifPro-RegularLCDFJ "" <SourceSerifPro-RegularLCDFJ.pfb
SourceSerifPro-Regular-osf-ot1--base SourceSerifPro-Regular "AutoEnc_pvm6traipfzrxqx46pf3nx57qe ReEncodeFont" <[a_pvm6tr.enc <SourceSerifPro-Regular.pfb
SourceSerifPro-Regular-osf-t1--lcdfj SourceSerifPro-RegularLCDFJ "" <SourceSerifPro-RegularLCDFJ.pfb
SourceSerifPro-Regular-osf-t1--base SourceSerifPro-Regular "AutoEnc_64kcwv5ktbqkgucjabmsi2zk4e ReEncodeFont" <[a_64kcwv.enc <SourceSerifPro-Regular.pfb
SourceSerifPro-Regular-osf-ly1--lcdfj SourceSerifPro-RegularLCDFJ "" <SourceSerifPro-RegularLCDFJ.pfb
SourceSerifPro-Regular-osf-ly1--base SourceSerifPro-Regular "AutoEnc_c6mgd7gu356i324u76idk7nxnh ReEncodeFont" <[a_c6mgd7.enc <SourceSerifPro-Regular.pfb
SourceSerifPro-Regular-osf-ts1--base SourceSerifPro-Regular "AutoEnc_yds5jvdkiaiogq3odmesuxydkf ReEncodeFont" <[a_yds5jv.enc <SourceSerifPro-Regular.pfb
SourceSerifPro-Regular-dnom-ot1--lcdfj SourceSerifPro-RegularLCDFJ "" <SourceSerifPro-RegularLCDFJ.pfb
SourceSerifPro-Regular-dnom-ot1--base SourceSerifPro-Regular "AutoEnc_sxytol3bffkrp42ds2yxd75fzg ReEncodeFont" <[a_sxytol.enc <SourceSerifPro-Regular.pfb
SourceSerifPro-Regular-dnom-t1--lcdfj SourceSerifPro-RegularLCDFJ "" <SourceSerifPro-RegularLCDFJ.pfb
SourceSerifPro-Regular-dnom-t1--base SourceSerifPro-Regular "AutoEnc_t4jhwy7kga2gg2qtcyt454nh3b ReEncodeFont" <[a_t4jhwy.enc <SourceSerifPro-Regular.pfb
SourceSerifPro-Regular-dnom-ly1--lcdfj SourceSerifPro-RegularLCDFJ "" <SourceSerifPro-RegularLCDFJ.pfb
SourceSerifPro-Regular-dnom-ly1--base SourceSerifPro-Regular "AutoEnc_7c323s52iwnfxfphstmcwmdtja ReEncodeFont" <[a_7c323s.enc <SourceSerifPro-Regular.pfb
SourceSerifPro-Regular-lf-ot1--lcdfj SourceSerifPro-RegularLCDFJ "" <SourceSerifPro-RegularLCDFJ.pfb
SourceSerifPro-Regular-lf-ot1--base SourceSerifPro-Regular "AutoEnc_fv7osbehfa5mre7efx6f625gca ReEncodeFont" <[a_fv7osb.enc <SourceSerifPro-Regular.pfb
SourceSerifPro-Regular-lf-t1--lcdfj SourceSerifPro-RegularLCDFJ "" <SourceSerifPro-RegularLCDFJ.pfb
SourceSerifPro-Regular-lf-t1--base SourceSerifPro-Regular "AutoEnc_a5mxzoyri6ucgtnr6jaowbo2pb ReEncodeFont" <[a_a5mxzo.enc <SourceSerifPro-Regular.pfb
SourceSerifPro-Regular-lf-ly1--lcdfj SourceSerifPro-RegularLCDFJ "" <SourceSerifPro-RegularLCDFJ.pfb
SourceSerifPro-Regular-lf-ly1--base SourceSerifPro-Regular "AutoEnc_rsqbulffmw4ztm6cqwke2h623b ReEncodeFont" <[a_rsqbul.enc <SourceSerifPro-Regular.pfb
SourceSerifPro-Regular-lf-ts1--base SourceSerifPro-Regular "AutoEnc_yds5jvdkiaiogq3odmesuxydkf ReEncodeFont" <[a_yds5jv.enc <SourceSerifPro-Regular.pfb
SourceSerifPro-Regular-tosf-ot1--lcdfj SourceSerifPro-RegularLCDFJ "" <SourceSerifPro-RegularLCDFJ.pfb
SourceSerifPro-Regular-tosf-ot1--base SourceSerifPro-Regular "AutoEnc_oim3qx6bggmw5ff7vi3xpgfq5d ReEncodeFont" <[a_oim3qx.enc <SourceSerifPro-Regular.pfb
SourceSerifPro-Regular-tosf-t1--lcdfj SourceSerifPro-RegularLCDFJ "" <SourceSerifPro-RegularLCDFJ.pfb
SourceSerifPro-Regular-tosf-t1--base SourceSerifPro-Regular "AutoEnc_3gun5dllfpxf7fzjok4dhhdhjc ReEncodeFont" <[a_3gun5d.enc <SourceSerifPro-Regular.pfb
SourceSerifPro-Regular-tosf-ly1--lcdfj SourceSerifPro-RegularLCDFJ "" <SourceSerifPro-RegularLCDFJ.pfb
SourceSerifPro-Regular-tosf-ly1--base SourceSerifPro-Regular "AutoEnc_owk7oj4t3qd6voxczxcvl72x5g ReEncodeFont" <[a_owk7oj.enc <SourceSerifPro-Regular.pfb
SourceSerifPro-Regular-tosf-ts1--base SourceSerifPro-Regular "AutoEnc_yds5jvdkiaiogq3odmesuxydkf ReEncodeFont" <[a_yds5jv.enc <SourceSerifPro-Regular.pfb
SourceSerifPro-Regular-tlf-ot1--lcdfj SourceSerifPro-RegularLCDFJ "" <SourceSerifPro-RegularLCDFJ.pfb
SourceSerifPro-Regular-tlf-ot1--base SourceSerifPro-Regular "AutoEnc_kuzlbpkykzunan6kqwzec7tpjf ReEncodeFont" <[a_kuzlbp.enc <SourceSerifPro-Regular.pfb
SourceSerifPro-Regular-tlf-t1--lcdfj SourceSerifPro-RegularLCDFJ "" <SourceSerifPro-RegularLCDFJ.pfb
SourceSerifPro-Regular-tlf-t1--base SourceSerifPro-Regular "AutoEnc_ttcihkrxf7qay6csy6ngtn5wsf ReEncodeFont" <[a_ttcihk.enc <SourceSerifPro-Regular.pfb
SourceSerifPro-Regular-tlf-ly1--lcdfj SourceSerifPro-RegularLCDFJ "" <SourceSerifPro-RegularLCDFJ.pfb
SourceSerifPro-Regular-tlf-ly1--base SourceSerifPro-Regular "AutoEnc_r5qp3qukq5ybuqqryhpx4ayjof ReEncodeFont" <[a_r5qp3q.enc <SourceSerifPro-Regular.pfb
SourceSerifPro-Regular-tlf-ts1--base SourceSerifPro-Regular "AutoEnc_yds5jvdkiaiogq3odmesuxydkf ReEncodeFont" <[a_yds5jv.enc <SourceSerifPro-Regular.pfb
SourceSerifPro-Semibold-numr-ot1--lcdfj SourceSerifPro-SemiboldLCDFJ "" <SourceSerifPro-SemiboldLCDFJ.pfb
SourceSerifPro-Semibold-numr-ot1--base SourceSerifPro-Semibold "AutoEnc_c5lvgev7pakzhx5ieh2gkotgxg ReEncodeFont" <[a_c5lvge.enc <SourceSerifPro-Semibold.pfb
SourceSerifPro-Semibold-numr-t1--lcdfj SourceSerifPro-SemiboldLCDFJ "" <SourceSerifPro-SemiboldLCDFJ.pfb
SourceSerifPro-Semibold-numr-t1--base SourceSerifPro-Semibold "AutoEnc_vj4et7glo3g2nkrls5caaetlpd ReEncodeFont" <[a_vj4et7.enc <SourceSerifPro-Semibold.pfb
SourceSerifPro-Semibold-numr-ly1--lcdfj SourceSerifPro-SemiboldLCDFJ "" <SourceSerifPro-SemiboldLCDFJ.pfb
SourceSerifPro-Semibold-numr-ly1--base SourceSerifPro-Semibold "AutoEnc_iem7z5so3heaof4blnfz4vwrwh ReEncodeFont" <[a_iem7z5.enc <SourceSerifPro-Semibold.pfb
SourceSerifPro-Semibold-inf-ot1--lcdfj SourceSerifPro-SemiboldLCDFJ "" <SourceSerifPro-SemiboldLCDFJ.pfb
SourceSerifPro-Semibold-inf-ot1--base SourceSerifPro-Semibold "AutoEnc_vz2nizkiacob43pvm7ydl5jmcg ReEncodeFont" <[a_vz2niz.enc <SourceSerifPro-Semibold.pfb
SourceSerifPro-Semibold-inf-t1--lcdfj SourceSerifPro-SemiboldLCDFJ "" <SourceSerifPro-SemiboldLCDFJ.pfb
SourceSerifPro-Semibold-inf-t1--base SourceSerifPro-Semibold "AutoEnc_7vfhsm6ipz47hrlbexufufykia ReEncodeFont" <[a_7vfhsm.enc <SourceSerifPro-Semibold.pfb
SourceSerifPro-Semibold-inf-ly1--lcdfj SourceSerifPro-SemiboldLCDFJ "" <SourceSerifPro-SemiboldLCDFJ.pfb
SourceSerifPro-Semibold-inf-ly1--base SourceSerifPro-Semibold "AutoEnc_mtsjm5m3vcwkgh5nv6vrftrupb ReEncodeFont" <[a_mtsjm5.enc <SourceSerifPro-Semibold.pfb
SourceSerifPro-Semibold-sup-ot1--lcdfj SourceSerifPro-SemiboldLCDFJ "" <SourceSerifPro-SemiboldLCDFJ.pfb
SourceSerifPro-Semibold-sup-ot1--base SourceSerifPro-Semibold "AutoEnc_rgwjxac7ev4k4le5oc6jllwsbc ReEncodeFont" <[a_rgwjxa.enc <SourceSerifPro-Semibold.pfb
SourceSerifPro-Semibold-sup-t1--lcdfj SourceSerifPro-SemiboldLCDFJ "" <SourceSerifPro-SemiboldLCDFJ.pfb
SourceSerifPro-Semibold-sup-t1--base SourceSerifPro-Semibold "AutoEnc_cx2wj7q6lsnmag5swz6da3egbh ReEncodeFont" <[a_cx2wj7.enc <SourceSerifPro-Semibold.pfb
SourceSerifPro-Semibold-sup-ly1--lcdfj SourceSerifPro-SemiboldLCDFJ "" <SourceSerifPro-SemiboldLCDFJ.pfb
SourceSerifPro-Semibold-sup-ly1--base SourceSerifPro-Semibold "AutoEnc_n5wndzkx6uy2ilavyemt6jqjjh ReEncodeFont" <[a_n5wndz.enc <SourceSerifPro-Semibold.pfb
SourceSerifPro-Semibold-osf-ot1--lcdfj SourceSerifPro-SemiboldLCDFJ "" <SourceSerifPro-SemiboldLCDFJ.pfb
SourceSerifPro-Semibold-osf-ot1--base SourceSerifPro-Semibold "AutoEnc_pvm6traipfzrxqx46pf3nx57qe ReEncodeFont" <[a_pvm6tr.enc <SourceSerifPro-Semibold.pfb
SourceSerifPro-Semibold-osf-t1--lcdfj SourceSerifPro-SemiboldLCDFJ "" <SourceSerifPro-SemiboldLCDFJ.pfb
SourceSerifPro-Semibold-osf-t1--base SourceSerifPro-Semibold "AutoEnc_64kcwv5ktbqkgucjabmsi2zk4e ReEncodeFont" <[a_64kcwv.enc <SourceSerifPro-Semibold.pfb
SourceSerifPro-Semibold-osf-ly1--lcdfj SourceSerifPro-SemiboldLCDFJ "" <SourceSerifPro-SemiboldLCDFJ.pfb
SourceSerifPro-Semibold-osf-ly1--base SourceSerifPro-Semibold "AutoEnc_c6mgd7gu356i324u76idk7nxnh ReEncodeFont" <[a_c6mgd7.enc <SourceSerifPro-Semibold.pfb
SourceSerifPro-Semibold-osf-ts1--base SourceSerifPro-Semibold "AutoEnc_yds5jvdkiaiogq3odmesuxydkf ReEncodeFont" <[a_yds5jv.enc <SourceSerifPro-Semibold.pfb
SourceSerifPro-Semibold-dnom-ot1--lcdfj SourceSerifPro-SemiboldLCDFJ "" <SourceSerifPro-SemiboldLCDFJ.pfb
SourceSerifPro-Semibold-dnom-ot1--base SourceSerifPro-Semibold "AutoEnc_sxytol3bffkrp42ds2yxd75fzg ReEncodeFont" <[a_sxytol.enc <SourceSerifPro-Semibold.pfb
SourceSerifPro-Semibold-dnom-t1--lcdfj SourceSerifPro-SemiboldLCDFJ "" <SourceSerifPro-SemiboldLCDFJ.pfb
SourceSerifPro-Semibold-dnom-t1--base SourceSerifPro-Semibold "AutoEnc_t4jhwy7kga2gg2qtcyt454nh3b ReEncodeFont" <[a_t4jhwy.enc <SourceSerifPro-Semibold.pfb
SourceSerifPro-Semibold-dnom-ly1--lcdfj SourceSerifPro-SemiboldLCDFJ "" <SourceSerifPro-SemiboldLCDFJ.pfb
SourceSerifPro-Semibold-dnom-ly1--base SourceSerifPro-Semibold "AutoEnc_7c323s52iwnfxfphstmcwmdtja ReEncodeFont" <[a_7c323s.enc <SourceSerifPro-Semibold.pfb
SourceSerifPro-Semibold-lf-ot1--lcdfj SourceSerifPro-SemiboldLCDFJ "" <SourceSerifPro-SemiboldLCDFJ.pfb
SourceSerifPro-Semibold-lf-ot1--base SourceSerifPro-Semibold "AutoEnc_fv7osbehfa5mre7efx6f625gca ReEncodeFont" <[a_fv7osb.enc <SourceSerifPro-Semibold.pfb
SourceSerifPro-Semibold-lf-t1--lcdfj SourceSerifPro-SemiboldLCDFJ "" <SourceSerifPro-SemiboldLCDFJ.pfb
SourceSerifPro-Semibold-lf-t1--base SourceSerifPro-Semibold "AutoEnc_a5mxzoyri6ucgtnr6jaowbo2pb ReEncodeFont" <[a_a5mxzo.enc <SourceSerifPro-Semibold.pfb
SourceSerifPro-Semibold-lf-ly1--lcdfj SourceSerifPro-SemiboldLCDFJ "" <SourceSerifPro-SemiboldLCDFJ.pfb
SourceSerifPro-Semibold-lf-ly1--base SourceSerifPro-Semibold "AutoEnc_rsqbulffmw4ztm6cqwke2h623b ReEncodeFont" <[a_rsqbul.enc <SourceSerifPro-Semibold.pfb
SourceSerifPro-Semibold-lf-ts1--base SourceSerifPro-Semibold "AutoEnc_yds5jvdkiaiogq3odmesuxydkf ReEncodeFont" <[a_yds5jv.enc <SourceSerifPro-Semibold.pfb
SourceSerifPro-Semibold-tosf-ot1--lcdfj SourceSerifPro-SemiboldLCDFJ "" <SourceSerifPro-SemiboldLCDFJ.pfb
SourceSerifPro-Semibold-tosf-ot1--base SourceSerifPro-Semibold "AutoEnc_oim3qx6bggmw5ff7vi3xpgfq5d ReEncodeFont" <[a_oim3qx.enc <SourceSerifPro-Semibold.pfb
SourceSerifPro-Semibold-tosf-t1--lcdfj SourceSerifPro-SemiboldLCDFJ "" <SourceSerifPro-SemiboldLCDFJ.pfb
SourceSerifPro-Semibold-tosf-t1--base SourceSerifPro-Semibold "AutoEnc_3gun5dllfpxf7fzjok4dhhdhjc ReEncodeFont" <[a_3gun5d.enc <SourceSerifPro-Semibold.pfb
SourceSerifPro-Semibold-tosf-ly1--lcdfj SourceSerifPro-SemiboldLCDFJ "" <SourceSerifPro-SemiboldLCDFJ.pfb
SourceSerifPro-Semibold-tosf-ly1--base SourceSerifPro-Semibold "AutoEnc_owk7oj4t3qd6voxczxcvl72x5g ReEncodeFont" <[a_owk7oj.enc <SourceSerifPro-Semibold.pfb
SourceSerifPro-Semibold-tosf-ts1--base SourceSerifPro-Semibold "AutoEnc_yds5jvdkiaiogq3odmesuxydkf ReEncodeFont" <[a_yds5jv.enc <SourceSerifPro-Semibold.pfb
SourceSerifPro-Semibold-tlf-ot1--lcdfj SourceSerifPro-SemiboldLCDFJ "" <SourceSerifPro-SemiboldLCDFJ.pfb
SourceSerifPro-Semibold-tlf-ot1--base SourceSerifPro-Semibold "AutoEnc_kuzlbpkykzunan6kqwzec7tpjf ReEncodeFont" <[a_kuzlbp.enc <SourceSerifPro-Semibold.pfb
SourceSerifPro-Semibold-tlf-t1--lcdfj SourceSerifPro-SemiboldLCDFJ "" <SourceSerifPro-SemiboldLCDFJ.pfb
SourceSerifPro-Semibold-tlf-t1--base SourceSerifPro-Semibold "AutoEnc_ttcihkrxf7qay6csy6ngtn5wsf ReEncodeFont" <[a_ttcihk.enc <SourceSerifPro-Semibold.pfb
SourceSerifPro-Semibold-tlf-ly1--lcdfj SourceSerifPro-SemiboldLCDFJ "" <SourceSerifPro-SemiboldLCDFJ.pfb
SourceSerifPro-Semibold-tlf-ly1--base SourceSerifPro-Semibold "AutoEnc_r5qp3qukq5ybuqqryhpx4ayjof ReEncodeFont" <[a_r5qp3q.enc <SourceSerifPro-Semibold.pfb
SourceSerifPro-Semibold-tlf-ts1--base SourceSerifPro-Semibold "AutoEnc_yds5jvdkiaiogq3odmesuxydkf ReEncodeFont" <[a_yds5jv.enc <SourceSerifPro-Semibold.pfb

Binary file not shown.

Binary file not shown.

Binary file not shown.

Some files were not shown because too many files have changed in this diff Show More