summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/tex
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2016-08-16 21:45:09 +0000
committerKarl Berry <karl@freefriends.org>2016-08-16 21:45:09 +0000
commitad46c8be317134050fd5f31b23c14c1feef164d0 (patch)
treebd5e12066e567a3dab539caa39e420b794241550 /Master/texmf-dist/tex
parent6351567b386c7a099226a10fa99f3472c3d14288 (diff)
cormorantgaramond (16aug16)
git-svn-id: svn://tug.org/texlive/trunk@41865 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex')
-rw-r--r--Master/texmf-dist/tex/latex/cormorantgaramond/CormorantGaramond.sty178
-rw-r--r--Master/texmf-dist/tex/latex/cormorantgaramond/LY1CormorantGaramond-Inf.fd86
-rw-r--r--Master/texmf-dist/tex/latex/cormorantgaramond/LY1CormorantGaramond-LF.fd110
-rw-r--r--Master/texmf-dist/tex/latex/cormorantgaramond/LY1CormorantGaramond-OsF.fd110
-rw-r--r--Master/texmf-dist/tex/latex/cormorantgaramond/LY1CormorantGaramond-Sup.fd86
-rw-r--r--Master/texmf-dist/tex/latex/cormorantgaramond/LY1CormorantGaramond-TLF.fd110
-rw-r--r--Master/texmf-dist/tex/latex/cormorantgaramond/LY1CormorantGaramond-TOsF.fd110
-rw-r--r--Master/texmf-dist/tex/latex/cormorantgaramond/OT1CormorantGaramond-Inf.fd86
-rw-r--r--Master/texmf-dist/tex/latex/cormorantgaramond/OT1CormorantGaramond-LF.fd110
-rw-r--r--Master/texmf-dist/tex/latex/cormorantgaramond/OT1CormorantGaramond-OsF.fd110
-rw-r--r--Master/texmf-dist/tex/latex/cormorantgaramond/OT1CormorantGaramond-Sup.fd86
-rw-r--r--Master/texmf-dist/tex/latex/cormorantgaramond/OT1CormorantGaramond-TLF.fd110
-rw-r--r--Master/texmf-dist/tex/latex/cormorantgaramond/OT1CormorantGaramond-TOsF.fd110
-rw-r--r--Master/texmf-dist/tex/latex/cormorantgaramond/T1CormorantGaramond-Inf.fd86
-rw-r--r--Master/texmf-dist/tex/latex/cormorantgaramond/T1CormorantGaramond-LF.fd110
-rw-r--r--Master/texmf-dist/tex/latex/cormorantgaramond/T1CormorantGaramond-OsF.fd110
-rw-r--r--Master/texmf-dist/tex/latex/cormorantgaramond/T1CormorantGaramond-Sup.fd86
-rw-r--r--Master/texmf-dist/tex/latex/cormorantgaramond/T1CormorantGaramond-TLF.fd110
-rw-r--r--Master/texmf-dist/tex/latex/cormorantgaramond/T1CormorantGaramond-TOsF.fd110
-rw-r--r--Master/texmf-dist/tex/latex/cormorantgaramond/TS1CormorantGaramond-LF.fd86
-rw-r--r--Master/texmf-dist/tex/latex/cormorantgaramond/TS1CormorantGaramond-OsF.fd86
-rw-r--r--Master/texmf-dist/tex/latex/cormorantgaramond/TS1CormorantGaramond-TLF.fd86
-rw-r--r--Master/texmf-dist/tex/latex/cormorantgaramond/TS1CormorantGaramond-TOsF.fd86
23 files changed, 2358 insertions, 0 deletions
diff --git a/Master/texmf-dist/tex/latex/cormorantgaramond/CormorantGaramond.sty b/Master/texmf-dist/tex/latex/cormorantgaramond/CormorantGaramond.sty
new file mode 100644
index 00000000000..8465db3f84d
--- /dev/null
+++ b/Master/texmf-dist/tex/latex/cormorantgaramond/CormorantGaramond.sty
@@ -0,0 +1,178 @@
+\NeedsTeXFormat{LaTeX2e}
+\ProvidesPackage{CormorantGaramond}
+ [2016/08/15 (Bob Tennent and autoinst) Style file for Cormorant Garamond fonts.]
+
+\RequirePackage{ifxetex,ifluatex,xkeyval,textcomp}
+
+\newif\ifcormorantgaramond@otf
+\ifxetex
+ \cormorantgaramond@otftrue
+\else\ifluatex
+ \cormorantgaramond@otftrue
+\else % [pdf]LaTeX
+ \cormorantgaramond@otffalse
+\fi\fi
+
+\newif\ifcormorantgaramond@lining \cormorantgaramond@liningtrue
+\newif\ifcormorantgaramond@tabular \cormorantgaramond@tabularfalse
+\newif\ifcormorantgaramond@semibold \cormorantgaramond@semiboldfalse
+\newif\ifcormorantgaramond@medium \cormorantgaramond@mediumfalse
+\newif\ifcormorantgaramond@light \cormorantgaramond@lightfalse
+
+\newcommand*{\CormorantGaramond@scale}{1}
+\RequirePackage{xkeyval}
+\DeclareOptionX{scaled}{\renewcommand*{\CormorantGaramond@scale}{#1}}
+\DeclareOptionX{scale}{\renewcommand*{\CormorantGaramond@scale}{#1}}
+\DeclareOptionX{type1}{\cormorantgaramond@otffalse}
+\DeclareOptionX{lining}{\cormorantgaramond@liningtrue}
+\DeclareOptionX{nf}{\cormorantgaramond@liningtrue}
+\DeclareOptionX{lf}{\cormorantgaramond@liningtrue}
+\DeclareOptionX{oldstyle}{\cormorantgaramond@liningfalse}
+\DeclareOptionX{osf}{\cormorantgaramond@liningfalse}
+\DeclareOptionX{tabular}{\cormorantgaramond@tabulartrue}
+\DeclareOptionX{t}{\cormorantgaramond@tabulartrue}
+\DeclareOptionX{proportional}{\cormorantgaramond@tabularfalse}
+\DeclareOptionX{p}{\cormorantgaramond@tabularfalse}
+\DeclareOptionX{semibold}{\cormorantgaramond@semiboldtrue}
+\DeclareOptionX{sb}{\cormorantgaramond@semiboldtrue}
+\DeclareOptionX{medium}{\cormorantgaramond@mediumtrue}
+\DeclareOptionX{light}{\cormorantgaramond@lighttrue}
+
+
+\ProcessOptionsX\relax
+
+\ifcormorantgaramond@otf
+ \ifcormorantgaramond@lining
+ \def\cormorantgaramond@figurestyle{Lining}
+ \else
+ \def\cormorantgaramond@figurestyle{OldStyle}
+ \fi
+ \ifcormorantgaramond@tabular
+ \def\cormorantgaramond@figurealign{Monospaced}
+ \else
+ \def\cormorantgaramond@figurealign{}
+ \fi
+\else % type1
+ \ifcormorantgaramond@lining
+ \def\cormorantgaramond@figurestyle{LF}
+ \else
+ \def\cormorantgaramond@figurestyle{OsF}
+ \fi
+ \ifcormorantgaramond@tabular
+ \def\cormorantgaramond@figurealign{T}
+ \else
+ \def\cormorantgaramond@figurealign{}
+ \fi
+\fi
+
+\ifcormorantgaramond@otf
+ \def\cormorantgaramond@boldstyle{Bold}
+ \ifcormorantgaramond@semibold\def\cormorantgaramond@boldstyle{SemiBold}\fi
+ \ifcormorantgaramond@medium\def\cormorantgaramond@boldstyle{Medium}\fi
+ \def\cormorantgaramond@regstyle{Regular}
+ \ifcormorantgaramond@light\def\cormorantgaramond@regstyle{Light}\fi
+\else
+ \def\bfseries@rm{b}
+ \ifcormorantgaramond@semibold\def\bfseries@rm{sb}\fi
+ \ifcormorantgaramond@medium\def\bfseries@rm{mb}\fi
+ \def\mdseries@rm{m}
+ \ifcormorantgaramond@light\def\mdseries@rm{l}\fi
+\fi
+
+\ifcormorantgaramond@otf
+ \RequirePackage{fontspec}
+\else
+ \RequirePackage{fontenc,fontaxes,mweights}
+\fi
+
+\ifcormorantgaramond@otf
+ \ifxetex\XeTeXtracingfonts=1\fi
+ \defaultfontfeatures{
+ Ligatures = TeX ,
+ Scale = \CormorantGaramond@scale ,
+ Extension = .otf }
+ \setmainfont
+ [ Numbers = {\cormorantgaramond@figurealign,\cormorantgaramond@figurestyle},
+ UprightFont = *-\cormorantgaramond@regstyle ,
+ ItalicFont = *-\cormorantgaramond@regstyle Italic ,
+ BoldFont = *-\cormorantgaramond@boldstyle ,
+ BoldItalicFont = *-\cormorantgaramond@boldstyle Italic ,
+ ]
+ {CormorantGaramond}
+ \newfontfamily\cormorantgaramond
+ [ Numbers = {\cormorantgaramond@figurealign,\cormorantgaramond@figurestyle},
+ UprightFont = *-\cormorantgaramond@regstyle ,
+ ItalicFont = *-\cormorantgaramond@regstyle Italic ,
+ BoldFont = *-\cormorantgaramond@boldstyle ,
+ BoldItalicFont = *-\cormorantgaramond@boldstyle Italic ,
+ ]
+ {CormorantGaramond}
+ \providecommand\sufigures{\addfontfeatures{VerticalPosition=Superior}}
+ \providecommand\infigures{\addfontfeatures{VerticalPosition=ScientificInferior}}
+ \newfontfamily\cormorantgaramondOsF
+ [ Numbers = {\cormorantgaramond@figurealign,OldStyle},
+ UprightFont = *-\cormorantgaramond@regstyle ,
+ ItalicFont = *-\cormorantgaramond@regstyle Italic ,
+ BoldFont = *-\cormorantgaramond@boldstyle ,
+ BoldItalicFont = *-\cormorantgaramond@boldstyle Italic ,
+ ]
+ {CormorantGaramond}
+ \newfontfamily\cormorantgaramondLF
+ [ Numbers = {\cormorantgaramond@figurealign,Lining},
+ UprightFont = *-\cormorantgaramond@regstyle ,
+ ItalicFont = *-\cormorantgaramond@regstyle Italic ,
+ BoldFont = *-\cormorantgaramond@boldstyle ,
+ BoldItalicFont = *-\cormorantgaramond@boldstyle Italic ,
+ ]
+ {CormorantGaramond}
+ \newfontfamily\cormorantgaramondtabular
+ [ Numbers = {Monospaced,\cormorantgaramond@figurestyle},
+ UprightFont = *-\cormorantgaramond@regstyle ,
+ ItalicFont = *-\cormorantgaramond@regstyle Italic ,
+ BoldFont = *-\cormorantgaramond@boldstyle ,
+ BoldItalicFont = *-\cormorantgaramond@boldstyle Italic ,
+ ]
+ {CormorantGaramond}
+ \newfontfamily\cormorantgaramondproportional
+ [ Numbers = {\cormorantgaramond@figurestyle},
+ UprightFont = *-\cormorantgaramond@regstyle ,
+ ItalicFont = *-\cormorantgaramond@regstyle Italic ,
+ BoldFont = *-\cormorantgaramond@boldstyle ,
+ BoldItalicFont = *-\cormorantgaramond@boldstyle Italic ,
+ ]
+ {CormorantGaramond}
+ \DeclareTextFontCommand{\oldstylenums}{\cormorantgaramondOsF}
+ \DeclareTextFontCommand{\liningnums}{\cormorantgaramondLF}
+ \DeclareTextFontCommand{\tabularnums}{\cormorantgaramondtabular}
+ \DeclareTextFontCommand{\proportionalnums}{\cormorantgaramondproportional}
+
+\else % type1
+
+ \def\cormorantgaramond@family{CormorantGaramond-\cormorantgaramond@figurealign\cormorantgaramond@figurestyle}
+ \renewcommand*\rmdefault{\cormorantgaramond@family}
+ \newcommand*\cormorantgaramond{\fontfamily{\cormorantgaramond@family}\selectfont}
+ \edef\seriesdefault{\mdseries@rm}
+
+ \fa@naming@exception{figures}{{superior}{proportional}}{Sup}
+ \fa@naming@exception{figures}{{superior}{tabular}}{Sup}
+ \def\sufigures{\@nomath\sufigures\fontfigurestyle{superior}\selectfont}
+
+ \fa@naming@exception{figures}{{inferior}{proportional}}{Inf}
+ \fa@naming@exception{figures}{{inferior}{tabular}}{Inf}
+ \def\infigures{\@nomath\infigures\fontfigurestyle{inferior}\selectfont}
+
+ \DeclareTextFontCommand{\oldstylenums}{\fontfamily{CormorantGaramond-\cormorantgaramond@figurealign OsF}\selectfont}
+ \DeclareTextFontCommand{\liningnums}{\fontfamily{CormorantGaramond-\cormorantgaramond@figurealign LF}\selectfont}
+ \DeclareTextFontCommand{\tabularnums}{\fontfamily{CormorantGaramond-T\cormorantgaramond@figurestyle}\selectfont}
+ \DeclareTextFontCommand{\proportionalnums}{\fontfamily{CormorantGaramond-\cormorantgaramond@figurestyle}\selectfont}
+
+\fi
+
+\DeclareTextFontCommand{\textsu}{\sufigures}
+\DeclareTextFontCommand{\textinf}{\infigures}
+
+\ifcormorantgaramond@otf
+ \defaultfontfeatures{}
+\fi
+
+\endinput
diff --git a/Master/texmf-dist/tex/latex/cormorantgaramond/LY1CormorantGaramond-Inf.fd b/Master/texmf-dist/tex/latex/cormorantgaramond/LY1CormorantGaramond-Inf.fd
new file mode 100644
index 00000000000..f67439f39ea
--- /dev/null
+++ b/Master/texmf-dist/tex/latex/cormorantgaramond/LY1CormorantGaramond-Inf.fd
@@ -0,0 +1,86 @@
+%% Generated by autoinst on 2016/08/15
+%%
+\ProvidesFile{LY1CormorantGaramond-Inf.fd}
+ [2016/08/15 (autoinst) Font definitions for LY1/CormorantGaramond-Inf.]
+
+\expandafter\ifx\csname CormorantGaramond@scale\endcsname\relax
+ \let\CormorantGaramond@@scale\@empty
+\else
+ \edef\CormorantGaramond@@scale{s*[\csname CormorantGaramond@scale\endcsname]}%
+\fi
+
+\DeclareFontFamily{LY1}{CormorantGaramond-Inf}{}
+
+\DeclareFontShape{LY1}{CormorantGaramond-Inf}{l}{n}{
+ <-> \CormorantGaramond@@scale CormorantGaramond-Light-inf-ly1
+}{}
+
+\DeclareFontShape{LY1}{CormorantGaramond-Inf}{l}{it}{
+ <-> \CormorantGaramond@@scale CormorantGaramond-LightItalic-inf-ly1
+}{}
+
+\DeclareFontShape{LY1}{CormorantGaramond-Inf}{l}{sl}{
+ <-> ssub * CormorantGaramond-Inf/l/it
+}{}
+
+\DeclareFontShape{LY1}{CormorantGaramond-Inf}{b}{n}{
+ <-> \CormorantGaramond@@scale CormorantGaramond-Bold-inf-ly1
+}{}
+
+\DeclareFontShape{LY1}{CormorantGaramond-Inf}{b}{it}{
+ <-> \CormorantGaramond@@scale CormorantGaramond-BoldItalic-inf-ly1
+}{}
+
+\DeclareFontShape{LY1}{CormorantGaramond-Inf}{b}{sl}{
+ <-> ssub * CormorantGaramond-Inf/b/it
+}{}
+
+\DeclareFontShape{LY1}{CormorantGaramond-Inf}{sb}{n}{
+ <-> \CormorantGaramond@@scale CormorantGaramond-SemiBold-inf-ly1
+}{}
+
+\DeclareFontShape{LY1}{CormorantGaramond-Inf}{sb}{it}{
+ <-> \CormorantGaramond@@scale CormorantGaramond-SemiBoldItalic-inf-ly1
+}{}
+
+\DeclareFontShape{LY1}{CormorantGaramond-Inf}{sb}{sl}{
+ <-> ssub * CormorantGaramond-Inf/sb/it
+}{}
+
+\DeclareFontShape{LY1}{CormorantGaramond-Inf}{mb}{n}{
+ <-> \CormorantGaramond@@scale CormorantGaramond-Medium-inf-ly1
+}{}
+
+\DeclareFontShape{LY1}{CormorantGaramond-Inf}{mb}{it}{
+ <-> \CormorantGaramond@@scale CormorantGaramond-MediumItalic-inf-ly1
+}{}
+
+\DeclareFontShape{LY1}{CormorantGaramond-Inf}{mb}{sl}{
+ <-> ssub * CormorantGaramond-Inf/mb/it
+}{}
+
+\DeclareFontShape{LY1}{CormorantGaramond-Inf}{m}{n}{
+ <-> \CormorantGaramond@@scale CormorantGaramond-Regular-inf-ly1
+}{}
+
+\DeclareFontShape{LY1}{CormorantGaramond-Inf}{m}{it}{
+ <-> \CormorantGaramond@@scale CormorantGaramond-Italic-inf-ly1
+}{}
+
+\DeclareFontShape{LY1}{CormorantGaramond-Inf}{m}{sl}{
+ <-> ssub * CormorantGaramond-Inf/m/it
+}{}
+
+\DeclareFontShape{LY1}{CormorantGaramond-Inf}{bx}{sl}{
+ <-> ssub * CormorantGaramond-Inf/b/sl
+}{}
+
+\DeclareFontShape{LY1}{CormorantGaramond-Inf}{bx}{n}{
+ <-> ssub * CormorantGaramond-Inf/b/n
+}{}
+
+\DeclareFontShape{LY1}{CormorantGaramond-Inf}{bx}{it}{
+ <-> ssub * CormorantGaramond-Inf/b/it
+}{}
+
+\endinput
diff --git a/Master/texmf-dist/tex/latex/cormorantgaramond/LY1CormorantGaramond-LF.fd b/Master/texmf-dist/tex/latex/cormorantgaramond/LY1CormorantGaramond-LF.fd
new file mode 100644
index 00000000000..2d14b21eb15
--- /dev/null
+++ b/Master/texmf-dist/tex/latex/cormorantgaramond/LY1CormorantGaramond-LF.fd
@@ -0,0 +1,110 @@
+%% Generated by autoinst on 2016/08/15
+%%
+\ProvidesFile{LY1CormorantGaramond-LF.fd}
+ [2016/08/15 (autoinst) Font definitions for LY1/CormorantGaramond-LF.]
+
+\expandafter\ifx\csname CormorantGaramond@scale\endcsname\relax
+ \let\CormorantGaramond@@scale\@empty
+\else
+ \edef\CormorantGaramond@@scale{s*[\csname CormorantGaramond@scale\endcsname]}%
+\fi
+
+\DeclareFontFamily{LY1}{CormorantGaramond-LF}{}
+
+\DeclareFontShape{LY1}{CormorantGaramond-LF}{l}{sc}{
+ <-> \CormorantGaramond@@scale CormorantGaramond-Light-lf-sc-ly1
+}{}
+
+\DeclareFontShape{LY1}{CormorantGaramond-LF}{l}{n}{
+ <-> \CormorantGaramond@@scale CormorantGaramond-Light-lf-ly1
+}{}
+
+\DeclareFontShape{LY1}{CormorantGaramond-LF}{l}{it}{
+ <-> \CormorantGaramond@@scale CormorantGaramond-LightItalic-lf-ly1
+}{}
+
+\DeclareFontShape{LY1}{CormorantGaramond-LF}{l}{sl}{
+ <-> ssub * CormorantGaramond-LF/l/it
+}{}
+
+\DeclareFontShape{LY1}{CormorantGaramond-LF}{b}{sc}{
+ <-> \CormorantGaramond@@scale CormorantGaramond-Bold-lf-sc-ly1
+}{}
+
+\DeclareFontShape{LY1}{CormorantGaramond-LF}{b}{n}{
+ <-> \CormorantGaramond@@scale CormorantGaramond-Bold-lf-ly1
+}{}
+
+\DeclareFontShape{LY1}{CormorantGaramond-LF}{b}{it}{
+ <-> \CormorantGaramond@@scale CormorantGaramond-BoldItalic-lf-ly1
+}{}
+
+\DeclareFontShape{LY1}{CormorantGaramond-LF}{b}{sl}{
+ <-> ssub * CormorantGaramond-LF/b/it
+}{}
+
+\DeclareFontShape{LY1}{CormorantGaramond-LF}{sb}{sc}{
+ <-> \CormorantGaramond@@scale CormorantGaramond-SemiBold-lf-sc-ly1
+}{}
+
+\DeclareFontShape{LY1}{CormorantGaramond-LF}{sb}{n}{
+ <-> \CormorantGaramond@@scale CormorantGaramond-SemiBold-lf-ly1
+}{}
+
+\DeclareFontShape{LY1}{CormorantGaramond-LF}{sb}{it}{
+ <-> \CormorantGaramond@@scale CormorantGaramond-SemiBoldItalic-lf-ly1
+}{}
+
+\DeclareFontShape{LY1}{CormorantGaramond-LF}{sb}{sl}{
+ <-> ssub * CormorantGaramond-LF/sb/it
+}{}
+
+\DeclareFontShape{LY1}{CormorantGaramond-LF}{mb}{sc}{
+ <-> \CormorantGaramond@@scale CormorantGaramond-Medium-lf-sc-ly1
+}{}
+
+\DeclareFontShape{LY1}{CormorantGaramond-LF}{mb}{n}{
+ <-> \CormorantGaramond@@scale CormorantGaramond-Medium-lf-ly1
+}{}
+
+\DeclareFontShape{LY1}{CormorantGaramond-LF}{mb}{it}{
+ <-> \CormorantGaramond@@scale CormorantGaramond-MediumItalic-lf-ly1
+}{}
+
+\DeclareFontShape{LY1}{CormorantGaramond-LF}{mb}{sl}{
+ <-> ssub * CormorantGaramond-LF/mb/it
+}{}
+
+\DeclareFontShape{LY1}{CormorantGaramond-LF}{m}{sc}{
+ <-> \CormorantGaramond@@scale CormorantGaramond-Regular-lf-sc-ly1
+}{}
+
+\DeclareFontShape{LY1}{CormorantGaramond-LF}{m}{n}{
+ <-> \CormorantGaramond@@scale CormorantGaramond-Regular-lf-ly1
+}{}
+
+\DeclareFontShape{LY1}{CormorantGaramond-LF}{m}{it}{
+ <-> \CormorantGaramond@@scale CormorantGaramond-Italic-lf-ly1
+}{}
+
+\DeclareFontShape{LY1}{CormorantGaramond-LF}{m}{sl}{
+ <-> ssub * CormorantGaramond-LF/m/it
+}{}
+
+\DeclareFontShape{LY1}{CormorantGaramond-LF}{bx}{sl}{
+ <-> ssub * CormorantGaramond-LF/b/sl
+}{}
+
+\DeclareFontShape{LY1}{CormorantGaramond-LF}{bx}{sc}{
+ <-> ssub * CormorantGaramond-LF/b/sc
+}{}
+
+\DeclareFontShape{LY1}{CormorantGaramond-LF}{bx}{n}{
+ <-> ssub * CormorantGaramond-LF/b/n
+}{}
+
+\DeclareFontShape{LY1}{CormorantGaramond-LF}{bx}{it}{
+ <-> ssub * CormorantGaramond-LF/b/it
+}{}
+
+\endinput
diff --git a/Master/texmf-dist/tex/latex/cormorantgaramond/LY1CormorantGaramond-OsF.fd b/Master/texmf-dist/tex/latex/cormorantgaramond/LY1CormorantGaramond-OsF.fd
new file mode 100644
index 00000000000..433028bfa1e
--- /dev/null
+++ b/Master/texmf-dist/tex/latex/cormorantgaramond/LY1CormorantGaramond-OsF.fd
@@ -0,0 +1,110 @@
+%% Generated by autoinst on 2016/08/15
+%%
+\ProvidesFile{LY1CormorantGaramond-OsF.fd}
+ [2016/08/15 (autoinst) Font definitions for LY1/CormorantGaramond-OsF.]
+
+\expandafter\ifx\csname CormorantGaramond@scale\endcsname\relax
+ \let\CormorantGaramond@@scale\@empty
+\else
+ \edef\CormorantGaramond@@scale{s*[\csname CormorantGaramond@scale\endcsname]}%
+\fi
+
+\DeclareFontFamily{LY1}{CormorantGaramond-OsF}{}
+
+\DeclareFontShape{LY1}{CormorantGaramond-OsF}{l}{sc}{
+ <-> \CormorantGaramond@@scale CormorantGaramond-Light-osf-sc-ly1
+}{}
+
+\DeclareFontShape{LY1}{CormorantGaramond-OsF}{l}{n}{
+ <-> \CormorantGaramond@@scale CormorantGaramond-Light-osf-ly1
+}{}
+
+\DeclareFontShape{LY1}{CormorantGaramond-OsF}{l}{it}{
+ <-> \CormorantGaramond@@scale CormorantGaramond-LightItalic-osf-ly1
+}{}
+
+\DeclareFontShape{LY1}{CormorantGaramond-OsF}{l}{sl}{
+ <-> ssub * CormorantGaramond-OsF/l/it
+}{}
+
+\DeclareFontShape{LY1}{CormorantGaramond-OsF}{b}{sc}{
+ <-> \CormorantGaramond@@scale CormorantGaramond-Bold-osf-sc-ly1
+}{}
+
+\DeclareFontShape{LY1}{CormorantGaramond-OsF}{b}{n}{
+ <-> \CormorantGaramond@@scale CormorantGaramond-Bold-osf-ly1
+}{}
+
+\DeclareFontShape{LY1}{CormorantGaramond-OsF}{b}{it}{
+ <-> \CormorantGaramond@@scale CormorantGaramond-BoldItalic-osf-ly1
+}{}
+
+\DeclareFontShape{LY1}{CormorantGaramond-OsF}{b}{sl}{
+ <-> ssub * CormorantGaramond-OsF/b/it
+}{}
+
+\DeclareFontShape{LY1}{CormorantGaramond-OsF}{sb}{sc}{
+ <-> \CormorantGaramond@@scale CormorantGaramond-SemiBold-osf-sc-ly1
+}{}
+
+\DeclareFontShape{LY1}{CormorantGaramond-OsF}{sb}{n}{
+ <-> \CormorantGaramond@@scale CormorantGaramond-SemiBold-osf-ly1
+}{}
+
+\DeclareFontShape{LY1}{CormorantGaramond-OsF}{sb}{it}{
+ <-> \CormorantGaramond@@scale CormorantGaramond-SemiBoldItalic-osf-ly1
+}{}
+
+\DeclareFontShape{LY1}{CormorantGaramond-OsF}{sb}{sl}{
+ <-> ssub * CormorantGaramond-OsF/sb/it
+}{}
+
+\DeclareFontShape{LY1}{CormorantGaramond-OsF}{mb}{sc}{
+ <-> \CormorantGaramond@@scale CormorantGaramond-Medium-osf-sc-ly1
+}{}
+
+\DeclareFontShape{LY1}{CormorantGaramond-OsF}{mb}{n}{
+ <-> \CormorantGaramond@@scale CormorantGaramond-Medium-osf-ly1
+}{}
+
+\DeclareFontShape{LY1}{CormorantGaramond-OsF}{mb}{it}{
+ <-> \CormorantGaramond@@scale CormorantGaramond-MediumItalic-osf-ly1
+}{}
+
+\DeclareFontShape{LY1}{CormorantGaramond-OsF}{mb}{sl}{
+ <-> ssub * CormorantGaramond-OsF/mb/it
+}{}
+
+\DeclareFontShape{LY1}{CormorantGaramond-OsF}{m}{sc}{
+ <-> \CormorantGaramond@@scale CormorantGaramond-Regular-osf-sc-ly1
+}{}
+
+\DeclareFontShape{LY1}{CormorantGaramond-OsF}{m}{n}{
+ <-> \CormorantGaramond@@scale CormorantGaramond-Regular-osf-ly1
+}{}
+
+\DeclareFontShape{LY1}{CormorantGaramond-OsF}{m}{it}{
+ <-> \CormorantGaramond@@scale CormorantGaramond-Italic-osf-ly1
+}{}
+
+\DeclareFontShape{LY1}{CormorantGaramond-OsF}{m}{sl}{
+ <-> ssub * CormorantGaramond-OsF/m/it
+}{}
+
+\DeclareFontShape{LY1}{CormorantGaramond-OsF}{bx}{sl}{
+ <-> ssub * CormorantGaramond-OsF/b/sl
+}{}
+
+\DeclareFontShape{LY1}{CormorantGaramond-OsF}{bx}{sc}{
+ <-> ssub * CormorantGaramond-OsF/b/sc
+}{}
+
+\DeclareFontShape{LY1}{CormorantGaramond-OsF}{bx}{n}{
+ <-> ssub * CormorantGaramond-OsF/b/n
+}{}
+
+\DeclareFontShape{LY1}{CormorantGaramond-OsF}{bx}{it}{
+ <-> ssub * CormorantGaramond-OsF/b/it
+}{}
+
+\endinput
diff --git a/Master/texmf-dist/tex/latex/cormorantgaramond/LY1CormorantGaramond-Sup.fd b/Master/texmf-dist/tex/latex/cormorantgaramond/LY1CormorantGaramond-Sup.fd
new file mode 100644
index 00000000000..171d61df9bf
--- /dev/null
+++ b/Master/texmf-dist/tex/latex/cormorantgaramond/LY1CormorantGaramond-Sup.fd
@@ -0,0 +1,86 @@
+%% Generated by autoinst on 2016/08/15
+%%
+\ProvidesFile{LY1CormorantGaramond-Sup.fd}
+ [2016/08/15 (autoinst) Font definitions for LY1/CormorantGaramond-Sup.]
+
+\expandafter\ifx\csname CormorantGaramond@scale\endcsname\relax
+ \let\CormorantGaramond@@scale\@empty
+\else
+ \edef\CormorantGaramond@@scale{s*[\csname CormorantGaramond@scale\endcsname]}%
+\fi
+
+\DeclareFontFamily{LY1}{CormorantGaramond-Sup}{}
+
+\DeclareFontShape{LY1}{CormorantGaramond-Sup}{l}{n}{
+ <-> \CormorantGaramond@@scale CormorantGaramond-Light-sup-ly1
+}{}
+
+\DeclareFontShape{LY1}{CormorantGaramond-Sup}{l}{it}{
+ <-> \CormorantGaramond@@scale CormorantGaramond-LightItalic-sup-ly1
+}{}
+
+\DeclareFontShape{LY1}{CormorantGaramond-Sup}{l}{sl}{
+ <-> ssub * CormorantGaramond-Sup/l/it
+}{}
+
+\DeclareFontShape{LY1}{CormorantGaramond-Sup}{b}{n}{
+ <-> \CormorantGaramond@@scale CormorantGaramond-Bold-sup-ly1
+}{}
+
+\DeclareFontShape{LY1}{CormorantGaramond-Sup}{b}{it}{
+ <-> \CormorantGaramond@@scale CormorantGaramond-BoldItalic-sup-ly1
+}{}
+
+\DeclareFontShape{LY1}{CormorantGaramond-Sup}{b}{sl}{
+ <-> ssub * CormorantGaramond-Sup/b/it
+}{}
+
+\DeclareFontShape{LY1}{CormorantGaramond-Sup}{sb}{n}{
+ <-> \CormorantGaramond@@scale CormorantGaramond-SemiBold-sup-ly1
+}{}
+
+\DeclareFontShape{LY1}{CormorantGaramond-Sup}{sb}{it}{
+ <-> \CormorantGaramond@@scale CormorantGaramond-SemiBoldItalic-sup-ly1
+}{}
+
+\DeclareFontShape{LY1}{CormorantGaramond-Sup}{sb}{sl}{
+ <-> ssub * CormorantGaramond-Sup/sb/it
+}{}
+
+\DeclareFontShape{LY1}{CormorantGaramond-Sup}{mb}{n}{
+ <-> \CormorantGaramond@@scale CormorantGaramond-Medium-sup-ly1
+}{}
+
+\DeclareFontShape{LY1}{CormorantGaramond-Sup}{mb}{it}{
+ <-> \CormorantGaramond@@scale CormorantGaramond-MediumItalic-sup-ly1
+}{}
+
+\DeclareFontShape{LY1}{CormorantGaramond-Sup}{mb}{sl}{
+ <-> ssub * CormorantGaramond-Sup/mb/it
+}{}
+
+\DeclareFontShape{LY1}{CormorantGaramond-Sup}{m}{n}{
+ <-> \CormorantGaramond@@scale CormorantGaramond-Regular-sup-ly1
+}{}
+
+\DeclareFontShape{LY1}{CormorantGaramond-Sup}{m}{it}{
+ <-> \CormorantGaramond@@scale CormorantGaramond-Italic-sup-ly1
+}{}
+
+\DeclareFontShape{LY1}{CormorantGaramond-Sup}{m}{sl}{
+ <-> ssub * CormorantGaramond-Sup/m/it
+}{}
+
+\DeclareFontShape{LY1}{CormorantGaramond-Sup}{bx}{sl}{
+ <-> ssub * CormorantGaramond-Sup/b/sl
+}{}
+
+\DeclareFontShape{LY1}{CormorantGaramond-Sup}{bx}{n}{
+ <-> ssub * CormorantGaramond-Sup/b/n
+}{}
+
+\DeclareFontShape{LY1}{CormorantGaramond-Sup}{bx}{it}{
+ <-> ssub * CormorantGaramond-Sup/b/it
+}{}
+
+\endinput
diff --git a/Master/texmf-dist/tex/latex/cormorantgaramond/LY1CormorantGaramond-TLF.fd b/Master/texmf-dist/tex/latex/cormorantgaramond/LY1CormorantGaramond-TLF.fd
new file mode 100644
index 00000000000..b0cd9d6b35b
--- /dev/null
+++ b/Master/texmf-dist/tex/latex/cormorantgaramond/LY1CormorantGaramond-TLF.fd
@@ -0,0 +1,110 @@
+%% Generated by autoinst on 2016/08/15
+%%
+\ProvidesFile{LY1CormorantGaramond-TLF.fd}
+ [2016/08/15 (autoinst) Font definitions for LY1/CormorantGaramond-TLF.]
+
+\expandafter\ifx\csname CormorantGaramond@scale\endcsname\relax
+ \let\CormorantGaramond@@scale\@empty
+\else
+ \edef\CormorantGaramond@@scale{s*[\csname CormorantGaramond@scale\endcsname]}%
+\fi
+
+\DeclareFontFamily{LY1}{CormorantGaramond-TLF}{}
+
+\DeclareFontShape{LY1}{CormorantGaramond-TLF}{l}{sc}{
+ <-> \CormorantGaramond@@scale CormorantGaramond-Light-tlf-sc-ly1
+}{}
+
+\DeclareFontShape{LY1}{CormorantGaramond-TLF}{l}{n}{
+ <-> \CormorantGaramond@@scale CormorantGaramond-Light-tlf-ly1
+}{}
+
+\DeclareFontShape{LY1}{CormorantGaramond-TLF}{l}{it}{
+ <-> \CormorantGaramond@@scale CormorantGaramond-LightItalic-tlf-ly1
+}{}
+
+\DeclareFontShape{LY1}{CormorantGaramond-TLF}{l}{sl}{
+ <-> ssub * CormorantGaramond-TLF/l/it
+}{}
+
+\DeclareFontShape{LY1}{CormorantGaramond-TLF}{b}{sc}{
+ <-> \CormorantGaramond@@scale CormorantGaramond-Bold-tlf-sc-ly1
+}{}
+
+\DeclareFontShape{LY1}{CormorantGaramond-TLF}{b}{n}{
+ <-> \CormorantGaramond@@scale CormorantGaramond-Bold-tlf-ly1
+}{}
+
+\DeclareFontShape{LY1}{CormorantGaramond-TLF}{b}{it}{
+ <-> \CormorantGaramond@@scale CormorantGaramond-BoldItalic-tlf-ly1
+}{}
+
+\DeclareFontShape{LY1}{CormorantGaramond-TLF}{b}{sl}{
+ <-> ssub * CormorantGaramond-TLF/b/it
+}{}
+
+\DeclareFontShape{LY1}{CormorantGaramond-TLF}{sb}{sc}{
+ <-> \CormorantGaramond@@scale CormorantGaramond-SemiBold-tlf-sc-ly1
+}{}
+
+\DeclareFontShape{LY1}{CormorantGaramond-TLF}{sb}{n}{
+ <-> \CormorantGaramond@@scale CormorantGaramond-SemiBold-tlf-ly1
+}{}
+
+\DeclareFontShape{LY1}{CormorantGaramond-TLF}{sb}{it}{
+ <-> \CormorantGaramond@@scale CormorantGaramond-SemiBoldItalic-tlf-ly1
+}{}
+
+\DeclareFontShape{LY1}{CormorantGaramond-TLF}{sb}{sl}{
+ <-> ssub * CormorantGaramond-TLF/sb/it
+}{}
+
+\DeclareFontShape{LY1}{CormorantGaramond-TLF}{mb}{sc}{
+ <-> \CormorantGaramond@@scale CormorantGaramond-Medium-tlf-sc-ly1
+}{}
+
+\DeclareFontShape{LY1}{CormorantGaramond-TLF}{mb}{n}{
+ <-> \CormorantGaramond@@scale CormorantGaramond-Medium-tlf-ly1
+}{}
+
+\DeclareFontShape{LY1}{CormorantGaramond-TLF}{mb}{it}{
+ <-> \CormorantGaramond@@scale CormorantGaramond-MediumItalic-tlf-ly1
+}{}
+
+\DeclareFontShape{LY1}{CormorantGaramond-TLF}{mb}{sl}{
+ <-> ssub * CormorantGaramond-TLF/mb/it
+}{}
+
+\DeclareFontShape{LY1}{CormorantGaramond-TLF}{m}{sc}{
+ <-> \CormorantGaramond@@scale CormorantGaramond-Regular-tlf-sc-ly1
+}{}
+
+\DeclareFontShape{LY1}{CormorantGaramond-TLF}{m}{n}{
+ <-> \CormorantGaramond@@scale CormorantGaramond-Regular-tlf-ly1
+}{}
+
+\DeclareFontShape{LY1}{CormorantGaramond-TLF}{m}{it}{
+ <-> \CormorantGaramond@@scale CormorantGaramond-Italic-tlf-ly1
+}{}
+
+\DeclareFontShape{LY1}{CormorantGaramond-TLF}{m}{sl}{
+ <-> ssub * CormorantGaramond-TLF/m/it
+}{}
+
+\DeclareFontShape{LY1}{CormorantGaramond-TLF}{bx}{sl}{
+ <-> ssub * CormorantGaramond-TLF/b/sl
+}{}
+
+\DeclareFontShape{LY1}{CormorantGaramond-TLF}{bx}{sc}{
+ <-> ssub * CormorantGaramond-TLF/b/sc
+}{}
+
+\DeclareFontShape{LY1}{CormorantGaramond-TLF}{bx}{n}{
+ <-> ssub * CormorantGaramond-TLF/b/n
+}{}
+
+\DeclareFontShape{LY1}{CormorantGaramond-TLF}{bx}{it}{
+ <-> ssub * CormorantGaramond-TLF/b/it
+}{}
+
+\endinput
diff --git a/Master/texmf-dist/tex/latex/cormorantgaramond/LY1CormorantGaramond-TOsF.fd b/Master/texmf-dist/tex/latex/cormorantgaramond/LY1CormorantGaramond-TOsF.fd
new file mode 100644
index 00000000000..4ae4ca8da25
--- /dev/null
+++ b/Master/texmf-dist/tex/latex/cormorantgaramond/LY1CormorantGaramond-TOsF.fd
@@ -0,0 +1,110 @@
+%% Generated by autoinst on 2016/08/15
+%%
+\ProvidesFile{LY1CormorantGaramond-TOsF.fd}
+ [2016/08/15 (autoinst) Font definitions for LY1/CormorantGaramond-TOsF.]
+
+\expandafter\ifx\csname CormorantGaramond@scale\endcsname\relax
+ \let\CormorantGaramond@@scale\@empty
+\else
+ \edef\CormorantGaramond@@scale{s*[\csname CormorantGaramond@scale\endcsname]}%
+\fi
+
+\DeclareFontFamily{LY1}{CormorantGaramond-TOsF}{}
+
+\DeclareFontShape{LY1}{CormorantGaramond-TOsF}{l}{sc}{
+ <-> \CormorantGaramond@@scale CormorantGaramond-Light-tosf-sc-ly1
+}{}
+
+\DeclareFontShape{LY1}{CormorantGaramond-TOsF}{l}{n}{
+ <-> \CormorantGaramond@@scale CormorantGaramond-Light-tosf-ly1
+}{}
+
+\DeclareFontShape{LY1}{CormorantGaramond-TOsF}{l}{it}{
+ <-> \CormorantGaramond@@scale CormorantGaramond-LightItalic-tosf-ly1
+}{}
+
+\DeclareFontShape{LY1}{CormorantGaramond-TOsF}{l}{sl}{
+ <-> ssub * CormorantGaramond-TOsF/l/it
+}{}
+
+\DeclareFontShape{LY1}{CormorantGaramond-TOsF}{b}{sc}{
+ <-> \CormorantGaramond@@scale CormorantGaramond-Bold-tosf-sc-ly1
+}{}
+
+\DeclareFontShape{LY1}{CormorantGaramond-TOsF}{b}{n}{
+ <-> \CormorantGaramond@@scale CormorantGaramond-Bold-tosf-ly1
+}{}
+
+\DeclareFontShape{LY1}{CormorantGaramond-TOsF}{b}{it}{
+ <-> \CormorantGaramond@@scale CormorantGaramond-BoldItalic-tosf-ly1
+}{}
+
+\DeclareFontShape{LY1}{CormorantGaramond-TOsF}{b}{sl}{
+ <-> ssub * CormorantGaramond-TOsF/b/it
+}{}
+
+\DeclareFontShape{LY1}{CormorantGaramond-TOsF}{sb}{sc}{
+ <-> \CormorantGaramond@@scale CormorantGaramond-SemiBold-tosf-sc-ly1
+}{}
+
+\DeclareFontShape{LY1}{CormorantGaramond-TOsF}{sb}{n}{
+ <-> \CormorantGaramond@@scale CormorantGaramond-SemiBold-tosf-ly1
+}{}
+
+\DeclareFontShape{LY1}{CormorantGaramond-TOsF}{sb}{it}{
+ <-> \CormorantGaramond@@scale CormorantGaramond-SemiBoldItalic-tosf-ly1
+}{}
+
+\DeclareFontShape{LY1}{CormorantGaramond-TOsF}{sb}{sl}{
+ <-> ssub * CormorantGaramond-TOsF/sb/it
+}{}
+
+\DeclareFontShape{LY1}{CormorantGaramond-TOsF}{mb}{sc}{
+ <-> \CormorantGaramond@@scale CormorantGaramond-Medium-tosf-sc-ly1
+}{}
+
+\DeclareFontShape{LY1}{CormorantGaramond-TOsF}{mb}{n}{
+ <-> \CormorantGaramond@@scale CormorantGaramond-Medium-tosf-ly1
+}{}
+
+\DeclareFontShape{LY1}{CormorantGaramond-TOsF}{mb}{it}{
+ <-> \CormorantGaramond@@scale CormorantGaramond-MediumItalic-tosf-ly1
+}{}
+
+\DeclareFontShape{LY1}{CormorantGaramond-TOsF}{mb}{sl}{
+ <-> ssub * CormorantGaramond-TOsF/mb/it
+}{}
+
+\DeclareFontShape{LY1}{CormorantGaramond-TOsF}{m}{sc}{
+ <-> \CormorantGaramond@@scale CormorantGaramond-Regular-tosf-sc-ly1
+}{}
+
+\DeclareFontShape{LY1}{CormorantGaramond-TOsF}{m}{n}{
+ <-> \CormorantGaramond@@scale CormorantGaramond-Regular-tosf-ly1
+}{}
+
+\DeclareFontShape{LY1}{CormorantGaramond-TOsF}{m}{it}{
+ <-> \CormorantGaramond@@scale CormorantGaramond-Italic-tosf-ly1
+}{}
+
+\DeclareFontShape{LY1}{CormorantGaramond-TOsF}{m}{sl}{
+ <-> ssub * CormorantGaramond-TOsF/m/it
+}{}
+
+\DeclareFontShape{LY1}{CormorantGaramond-TOsF}{bx}{sl}{
+ <-> ssub * CormorantGaramond-TOsF/b/sl
+}{}
+
+\DeclareFontShape{LY1}{CormorantGaramond-TOsF}{bx}{sc}{
+ <-> ssub * CormorantGaramond-TOsF/b/sc
+}{}
+
+\DeclareFontShape{LY1}{CormorantGaramond-TOsF}{bx}{n}{
+ <-> ssub * CormorantGaramond-TOsF/b/n
+}{}
+
+\DeclareFontShape{LY1}{CormorantGaramond-TOsF}{bx}{it}{
+ <-> ssub * CormorantGaramond-TOsF/b/it
+}{}
+
+\endinput
diff --git a/Master/texmf-dist/tex/latex/cormorantgaramond/OT1CormorantGaramond-Inf.fd b/Master/texmf-dist/tex/latex/cormorantgaramond/OT1CormorantGaramond-Inf.fd
new file mode 100644
index 00000000000..d989c1da1b1
--- /dev/null
+++ b/Master/texmf-dist/tex/latex/cormorantgaramond/OT1CormorantGaramond-Inf.fd
@@ -0,0 +1,86 @@
+%% Generated by autoinst on 2016/08/15
+%%
+\ProvidesFile{OT1CormorantGaramond-Inf.fd}
+ [2016/08/15 (autoinst) Font definitions for OT1/CormorantGaramond-Inf.]
+
+\expandafter\ifx\csname CormorantGaramond@scale\endcsname\relax
+ \let\CormorantGaramond@@scale\@empty
+\else
+ \edef\CormorantGaramond@@scale{s*[\csname CormorantGaramond@scale\endcsname]}%
+\fi
+
+\DeclareFontFamily{OT1}{CormorantGaramond-Inf}{}
+
+\DeclareFontShape{OT1}{CormorantGaramond-Inf}{l}{n}{
+ <-> \CormorantGaramond@@scale CormorantGaramond-Light-inf-ot1
+}{}
+
+\DeclareFontShape{OT1}{CormorantGaramond-Inf}{l}{it}{
+ <-> \CormorantGaramond@@scale CormorantGaramond-LightItalic-inf-ot1
+}{}
+
+\DeclareFontShape{OT1}{CormorantGaramond-Inf}{l}{sl}{
+ <-> ssub * CormorantGaramond-Inf/l/it
+}{}
+
+\DeclareFontShape{OT1}{CormorantGaramond-Inf}{b}{n}{
+ <-> \CormorantGaramond@@scale CormorantGaramond-Bold-inf-ot1
+}{}
+
+\DeclareFontShape{OT1}{CormorantGaramond-Inf}{b}{it}{
+ <-> \CormorantGaramond@@scale CormorantGaramond-BoldItalic-inf-ot1
+}{}
+
+\DeclareFontShape{OT1}{CormorantGaramond-Inf}{b}{sl}{
+ <-> ssub * CormorantGaramond-Inf/b/it
+}{}
+
+\DeclareFontShape{OT1}{CormorantGaramond-Inf}{sb}{n}{
+ <-> \CormorantGaramond@@scale CormorantGaramond-SemiBold-inf-ot1
+}{}
+
+\DeclareFontShape{OT1}{CormorantGaramond-Inf}{sb}{it}{
+ <-> \CormorantGaramond@@scale CormorantGaramond-SemiBoldItalic-inf-ot1
+}{}
+
+\DeclareFontShape{OT1}{CormorantGaramond-Inf}{sb}{sl}{
+ <-> ssub * CormorantGaramond-Inf/sb/it
+}{}
+
+\DeclareFontShape{OT1}{CormorantGaramond-Inf}{mb}{n}{
+ <-> \CormorantGaramond@@scale CormorantGaramond-Medium-inf-ot1
+}{}
+
+\DeclareFontShape{OT1}{CormorantGaramond-Inf}{mb}{it}{
+ <-> \CormorantGaramond@@scale CormorantGaramond-MediumItalic-inf-ot1
+}{}
+
+\DeclareFontShape{OT1}{CormorantGaramond-Inf}{mb}{sl}{
+ <-> ssub * CormorantGaramond-Inf/mb/it
+}{}
+
+\DeclareFontShape{OT1}{CormorantGaramond-Inf}{m}{n}{
+ <-> \CormorantGaramond@@scale CormorantGaramond-Regular-inf-ot1
+}{}
+
+\DeclareFontShape{OT1}{CormorantGaramond-Inf}{m}{it}{
+ <-> \CormorantGaramond@@scale CormorantGaramond-Italic-inf-ot1
+}{}
+
+\DeclareFontShape{OT1}{CormorantGaramond-Inf}{m}{sl}{
+ <-> ssub * CormorantGaramond-Inf/m/it
+}{}
+
+\DeclareFontShape{OT1}{CormorantGaramond-Inf}{bx}{sl}{
+ <-> ssub * CormorantGaramond-Inf/b/sl
+}{}
+
+\DeclareFontShape{OT1}{CormorantGaramond-Inf}{bx}{n}{
+ <-> ssub * CormorantGaramond-Inf/b/n
+}{}
+
+\DeclareFontShape{OT1}{CormorantGaramond-Inf}{bx}{it}{
+ <-> ssub * CormorantGaramond-Inf/b/it
+}{}
+
+\endinput
diff --git a/Master/texmf-dist/tex/latex/cormorantgaramond/OT1CormorantGaramond-LF.fd b/Master/texmf-dist/tex/latex/cormorantgaramond/OT1CormorantGaramond-LF.fd
new file mode 100644
index 00000000000..0c3b3094e3c
--- /dev/null
+++ b/Master/texmf-dist/tex/latex/cormorantgaramond/OT1CormorantGaramond-LF.fd
@@ -0,0 +1,110 @@
+%% Generated by autoinst on 2016/08/15
+%%
+\ProvidesFile{OT1CormorantGaramond-LF.fd}
+ [2016/08/15 (autoinst) Font definitions for OT1/CormorantGaramond-LF.]
+
+\expandafter\ifx\csname CormorantGaramond@scale\endcsname\relax
+ \let\CormorantGaramond@@scale\@empty
+\else
+ \edef\CormorantGaramond@@scale{s*[\csname CormorantGaramond@scale\endcsname]}%
+\fi
+
+\DeclareFontFamily{OT1}{CormorantGaramond-LF}{}
+
+\DeclareFontShape{OT1}{CormorantGaramond-LF}{l}{sc}{
+ <-> \CormorantGaramond@@scale CormorantGaramond-Light-lf-sc-ot1
+}{}
+
+\DeclareFontShape{OT1}{CormorantGaramond-LF}{l}{n}{
+ <-> \CormorantGaramond@@scale CormorantGaramond-Light-lf-ot1
+}{}
+
+\DeclareFontShape{OT1}{CormorantGaramond-LF}{l}{it}{
+ <-> \CormorantGaramond@@scale CormorantGaramond-LightItalic-lf-ot1
+}{}
+
+\DeclareFontShape{OT1}{CormorantGaramond-LF}{l}{sl}{
+ <-> ssub * CormorantGaramond-LF/l/it
+}{}
+
+\DeclareFontShape{OT1}{CormorantGaramond-LF}{b}{sc}{
+ <-> \CormorantGaramond@@scale CormorantGaramond-Bold-lf-sc-ot1
+}{}
+
+\DeclareFontShape{OT1}{CormorantGaramond-LF}{b}{n}{
+ <-> \CormorantGaramond@@scale CormorantGaramond-Bold-lf-ot1
+}{}
+
+\DeclareFontShape{OT1}{CormorantGaramond-LF}{b}{it}{
+ <-> \CormorantGaramond@@scale CormorantGaramond-BoldItalic-lf-ot1
+}{}
+
+\DeclareFontShape{OT1}{CormorantGaramond-LF}{b}{sl}{
+ <-> ssub * CormorantGaramond-LF/b/it
+}{}
+
+\DeclareFontShape{OT1}{CormorantGaramond-LF}{sb}{sc}{
+ <-> \CormorantGaramond@@scale CormorantGaramond-SemiBold-lf-sc-ot1
+}{}
+
+\DeclareFontShape{OT1}{CormorantGaramond-LF}{sb}{n}{
+ <-> \CormorantGaramond@@scale CormorantGaramond-SemiBold-lf-ot1
+}{}
+
+\DeclareFontShape{OT1}{CormorantGaramond-LF}{sb}{it}{
+ <-> \CormorantGaramond@@scale CormorantGaramond-SemiBoldItalic-lf-ot1
+}{}
+
+\DeclareFontShape{OT1}{CormorantGaramond-LF}{sb}{sl}{
+ <-> ssub * CormorantGaramond-LF/sb/it
+}{}
+
+\DeclareFontShape{OT1}{CormorantGaramond-LF}{mb}{sc}{
+ <-> \CormorantGaramond@@scale CormorantGaramond-Medium-lf-sc-ot1
+}{}
+
+\DeclareFontShape{OT1}{CormorantGaramond-LF}{mb}{n}{
+ <-> \CormorantGaramond@@scale CormorantGaramond-Medium-lf-ot1
+}{}
+
+\DeclareFontShape{OT1}{CormorantGaramond-LF}{mb}{it}{
+ <-> \CormorantGaramond@@scale CormorantGaramond-MediumItalic-lf-ot1
+}{}
+
+\DeclareFontShape{OT1}{CormorantGaramond-LF}{mb}{sl}{
+ <-> ssub * CormorantGaramond-LF/mb/it
+}{}
+
+\DeclareFontShape{OT1}{CormorantGaramond-LF}{m}{sc}{
+ <-> \CormorantGaramond@@scale CormorantGaramond-Regular-lf-sc-ot1
+}{}
+
+\DeclareFontShape{OT1}{CormorantGaramond-LF}{m}{n}{
+ <-> \CormorantGaramond@@scale CormorantGaramond-Regular-lf-ot1
+}{}
+
+\DeclareFontShape{OT1}{CormorantGaramond-LF}{m}{it}{
+ <-> \CormorantGaramond@@scale CormorantGaramond-Italic-lf-ot1
+}{}
+
+\DeclareFontShape{OT1}{CormorantGaramond-LF}{m}{sl}{
+ <-> ssub * CormorantGaramond-LF/m/it
+}{}
+
+\DeclareFontShape{OT1}{CormorantGaramond-LF}{bx}{sl}{
+ <-> ssub * CormorantGaramond-LF/b/sl
+}{}
+
+\DeclareFontShape{OT1}{CormorantGaramond-LF}{bx}{sc}{
+ <-> ssub * CormorantGaramond-LF/b/sc
+}{}
+
+\DeclareFontShape{OT1}{CormorantGaramond-LF}{bx}{n}{
+ <-> ssub * CormorantGaramond-LF/b/n
+}{}
+
+\DeclareFontShape{OT1}{CormorantGaramond-LF}{bx}{it}{
+ <-> ssub * CormorantGaramond-LF/b/it
+}{}
+
+\endinput
diff --git a/Master/texmf-dist/tex/latex/cormorantgaramond/OT1CormorantGaramond-OsF.fd b/Master/texmf-dist/tex/latex/cormorantgaramond/OT1CormorantGaramond-OsF.fd
new file mode 100644
index 00000000000..23d2b82407d
--- /dev/null
+++ b/Master/texmf-dist/tex/latex/cormorantgaramond/OT1CormorantGaramond-OsF.fd
@@ -0,0 +1,110 @@
+%% Generated by autoinst on 2016/08/15
+%%
+\ProvidesFile{OT1CormorantGaramond-OsF.fd}
+ [2016/08/15 (autoinst) Font definitions for OT1/CormorantGaramond-OsF.]
+
+\expandafter\ifx\csname CormorantGaramond@scale\endcsname\relax
+ \let\CormorantGaramond@@scale\@empty
+\else
+ \edef\CormorantGaramond@@scale{s*[\csname CormorantGaramond@scale\endcsname]}%
+\fi
+
+\DeclareFontFamily{OT1}{CormorantGaramond-OsF}{}
+
+\DeclareFontShape{OT1}{CormorantGaramond-OsF}{l}{sc}{
+ <-> \CormorantGaramond@@scale CormorantGaramond-Light-osf-sc-ot1
+}{}
+
+\DeclareFontShape{OT1}{CormorantGaramond-OsF}{l}{n}{
+ <-> \CormorantGaramond@@scale CormorantGaramond-Light-osf-ot1
+}{}
+
+\DeclareFontShape{OT1}{CormorantGaramond-OsF}{l}{it}{
+ <-> \CormorantGaramond@@scale CormorantGaramond-LightItalic-osf-ot1
+}{}
+
+\DeclareFontShape{OT1}{CormorantGaramond-OsF}{l}{sl}{
+ <-> ssub * CormorantGaramond-OsF/l/it
+}{}
+
+\DeclareFontShape{OT1}{CormorantGaramond-OsF}{b}{sc}{
+ <-> \CormorantGaramond@@scale CormorantGaramond-Bold-osf-sc-ot1
+}{}
+
+\DeclareFontShape{OT1}{CormorantGaramond-OsF}{b}{n}{
+ <-> \CormorantGaramond@@scale CormorantGaramond-Bold-osf-ot1
+}{}
+
+\DeclareFontShape{OT1}{CormorantGaramond-OsF}{b}{it}{
+ <-> \CormorantGaramond@@scale CormorantGaramond-BoldItalic-osf-ot1
+}{}
+
+\DeclareFontShape{OT1}{CormorantGaramond-OsF}{b}{sl}{
+ <-> ssub * CormorantGaramond-OsF/b/it
+}{}
+
+\DeclareFontShape{OT1}{CormorantGaramond-OsF}{sb}{sc}{
+ <-> \CormorantGaramond@@scale CormorantGaramond-SemiBold-osf-sc-ot1
+}{}
+
+\DeclareFontShape{OT1}{CormorantGaramond-OsF}{sb}{n}{
+ <-> \CormorantGaramond@@scale CormorantGaramond-SemiBold-osf-ot1
+}{}
+
+\DeclareFontShape{OT1}{CormorantGaramond-OsF}{sb}{it}{
+ <-> \CormorantGaramond@@scale CormorantGaramond-SemiBoldItalic-osf-ot1
+}{}
+
+\DeclareFontShape{OT1}{CormorantGaramond-OsF}{sb}{sl}{
+ <-> ssub * CormorantGaramond-OsF/sb/it
+}{}
+
+\DeclareFontShape{OT1}{CormorantGaramond-OsF}{mb}{sc}{
+ <-> \CormorantGaramond@@scale CormorantGaramond-Medium-osf-sc-ot1
+}{}
+
+\DeclareFontShape{OT1}{CormorantGaramond-OsF}{mb}{n}{
+ <-> \CormorantGaramond@@scale CormorantGaramond-Medium-osf-ot1
+}{}
+
+\DeclareFontShape{OT1}{CormorantGaramond-OsF}{mb}{it}{
+ <-> \CormorantGaramond@@scale CormorantGaramond-MediumItalic-osf-ot1
+}{}
+
+\DeclareFontShape{OT1}{CormorantGaramond-OsF}{mb}{sl}{
+ <-> ssub * CormorantGaramond-OsF/mb/it
+}{}
+
+\DeclareFontShape{OT1}{CormorantGaramond-OsF}{m}{sc}{
+ <-> \CormorantGaramond@@scale CormorantGaramond-Regular-osf-sc-ot1
+}{}
+
+\DeclareFontShape{OT1}{CormorantGaramond-OsF}{m}{n}{
+ <-> \CormorantGaramond@@scale CormorantGaramond-Regular-osf-ot1
+}{}
+
+\DeclareFontShape{OT1}{CormorantGaramond-OsF}{m}{it}{
+ <-> \CormorantGaramond@@scale CormorantGaramond-Italic-osf-ot1
+}{}
+
+\DeclareFontShape{OT1}{CormorantGaramond-OsF}{m}{sl}{
+ <-> ssub * CormorantGaramond-OsF/m/it
+}{}
+
+\DeclareFontShape{OT1}{CormorantGaramond-OsF}{bx}{sl}{
+ <-> ssub * CormorantGaramond-OsF/b/sl
+}{}
+
+\DeclareFontShape{OT1}{CormorantGaramond-OsF}{bx}{sc}{
+ <-> ssub * CormorantGaramond-OsF/b/sc
+}{}
+
+\DeclareFontShape{OT1}{CormorantGaramond-OsF}{bx}{n}{
+ <-> ssub * CormorantGaramond-OsF/b/n
+}{}
+
+\DeclareFontShape{OT1}{CormorantGaramond-OsF}{bx}{it}{
+ <-> ssub * CormorantGaramond-OsF/b/it
+}{}
+
+\endinput
diff --git a/Master/texmf-dist/tex/latex/cormorantgaramond/OT1CormorantGaramond-Sup.fd b/Master/texmf-dist/tex/latex/cormorantgaramond/OT1CormorantGaramond-Sup.fd
new file mode 100644
index 00000000000..06d7155c0d4
--- /dev/null
+++ b/Master/texmf-dist/tex/latex/cormorantgaramond/OT1CormorantGaramond-Sup.fd
@@ -0,0 +1,86 @@
+%% Generated by autoinst on 2016/08/15
+%%
+\ProvidesFile{OT1CormorantGaramond-Sup.fd}
+ [2016/08/15 (autoinst) Font definitions for OT1/CormorantGaramond-Sup.]
+
+\expandafter\ifx\csname CormorantGaramond@scale\endcsname\relax
+ \let\CormorantGaramond@@scale\@empty
+\else
+ \edef\CormorantGaramond@@scale{s*[\csname CormorantGaramond@scale\endcsname]}%
+\fi
+
+\DeclareFontFamily{OT1}{CormorantGaramond-Sup}{}
+
+\DeclareFontShape{OT1}{CormorantGaramond-Sup}{l}{n}{
+ <-> \CormorantGaramond@@scale CormorantGaramond-Light-sup-ot1
+}{}
+
+\DeclareFontShape{OT1}{CormorantGaramond-Sup}{l}{it}{
+ <-> \CormorantGaramond@@scale CormorantGaramond-LightItalic-sup-ot1
+}{}
+
+\DeclareFontShape{OT1}{CormorantGaramond-Sup}{l}{sl}{
+ <-> ssub * CormorantGaramond-Sup/l/it
+}{}
+
+\DeclareFontShape{OT1}{CormorantGaramond-Sup}{b}{n}{
+ <-> \CormorantGaramond@@scale CormorantGaramond-Bold-sup-ot1
+}{}
+
+\DeclareFontShape{OT1}{CormorantGaramond-Sup}{b}{it}{
+ <-> \CormorantGaramond@@scale CormorantGaramond-BoldItalic-sup-ot1
+}{}
+
+\DeclareFontShape{OT1}{CormorantGaramond-Sup}{b}{sl}{
+ <-> ssub * CormorantGaramond-Sup/b/it
+}{}
+
+\DeclareFontShape{OT1}{CormorantGaramond-Sup}{sb}{n}{
+ <-> \CormorantGaramond@@scale CormorantGaramond-SemiBold-sup-ot1
+}{}
+
+\DeclareFontShape{OT1}{CormorantGaramond-Sup}{sb}{it}{
+ <-> \CormorantGaramond@@scale CormorantGaramond-SemiBoldItalic-sup-ot1
+}{}
+
+\DeclareFontShape{OT1}{CormorantGaramond-Sup}{sb}{sl}{
+ <-> ssub * CormorantGaramond-Sup/sb/it
+}{}
+
+\DeclareFontShape{OT1}{CormorantGaramond-Sup}{mb}{n}{
+ <-> \CormorantGaramond@@scale CormorantGaramond-Medium-sup-ot1
+}{}
+
+\DeclareFontShape{OT1}{CormorantGaramond-Sup}{mb}{it}{
+ <-> \CormorantGaramond@@scale CormorantGaramond-MediumItalic-sup-ot1
+}{}
+
+\DeclareFontShape{OT1}{CormorantGaramond-Sup}{mb}{sl}{
+ <-> ssub * CormorantGaramond-Sup/mb/it
+}{}
+
+\DeclareFontShape{OT1}{CormorantGaramond-Sup}{m}{n}{
+ <-> \CormorantGaramond@@scale CormorantGaramond-Regular-sup-ot1
+}{}
+
+\DeclareFontShape{OT1}{CormorantGaramond-Sup}{m}{it}{
+ <-> \CormorantGaramond@@scale CormorantGaramond-Italic-sup-ot1
+}{}
+
+\DeclareFontShape{OT1}{CormorantGaramond-Sup}{m}{sl}{
+ <-> ssub * CormorantGaramond-Sup/m/it
+}{}
+
+\DeclareFontShape{OT1}{CormorantGaramond-Sup}{bx}{sl}{
+ <-> ssub * CormorantGaramond-Sup/b/sl
+}{}
+
+\DeclareFontShape{OT1}{CormorantGaramond-Sup}{bx}{n}{
+ <-> ssub * CormorantGaramond-Sup/b/n
+}{}
+
+\DeclareFontShape{OT1}{CormorantGaramond-Sup}{bx}{it}{
+ <-> ssub * CormorantGaramond-Sup/b/it
+}{}
+
+\endinput
diff --git a/Master/texmf-dist/tex/latex/cormorantgaramond/OT1CormorantGaramond-TLF.fd b/Master/texmf-dist/tex/latex/cormorantgaramond/OT1CormorantGaramond-TLF.fd
new file mode 100644
index 00000000000..f4fd4b28e9e
--- /dev/null
+++ b/Master/texmf-dist/tex/latex/cormorantgaramond/OT1CormorantGaramond-TLF.fd
@@ -0,0 +1,110 @@
+%% Generated by autoinst on 2016/08/15
+%%
+\ProvidesFile{OT1CormorantGaramond-TLF.fd}
+ [2016/08/15 (autoinst) Font definitions for OT1/CormorantGaramond-TLF.]
+
+\expandafter\ifx\csname CormorantGaramond@scale\endcsname\relax
+ \let\CormorantGaramond@@scale\@empty
+\else
+ \edef\CormorantGaramond@@scale{s*[\csname CormorantGaramond@scale\endcsname]}%
+\fi
+
+\DeclareFontFamily{OT1}{CormorantGaramond-TLF}{}
+
+\DeclareFontShape{OT1}{CormorantGaramond-TLF}{l}{sc}{
+ <-> \CormorantGaramond@@scale CormorantGaramond-Light-tlf-sc-ot1
+}{}
+
+\DeclareFontShape{OT1}{CormorantGaramond-TLF}{l}{n}{
+ <-> \CormorantGaramond@@scale CormorantGaramond-Light-tlf-ot1
+}{}
+
+\DeclareFontShape{OT1}{CormorantGaramond-TLF}{l}{it}{
+ <-> \CormorantGaramond@@scale CormorantGaramond-LightItalic-tlf-ot1
+}{}
+
+\DeclareFontShape{OT1}{CormorantGaramond-TLF}{l}{sl}{
+ <-> ssub * CormorantGaramond-TLF/l/it
+}{}
+
+\DeclareFontShape{OT1}{CormorantGaramond-TLF}{b}{sc}{
+ <-> \CormorantGaramond@@scale CormorantGaramond-Bold-tlf-sc-ot1
+}{}
+
+\DeclareFontShape{OT1}{CormorantGaramond-TLF}{b}{n}{
+ <-> \CormorantGaramond@@scale CormorantGaramond-Bold-tlf-ot1
+}{}
+
+\DeclareFontShape{OT1}{CormorantGaramond-TLF}{b}{it}{
+ <-> \CormorantGaramond@@scale CormorantGaramond-BoldItalic-tlf-ot1
+}{}
+
+\DeclareFontShape{OT1}{CormorantGaramond-TLF}{b}{sl}{
+ <-> ssub * CormorantGaramond-TLF/b/it
+}{}
+
+\DeclareFontShape{OT1}{CormorantGaramond-TLF}{sb}{sc}{
+ <-> \CormorantGaramond@@scale CormorantGaramond-SemiBold-tlf-sc-ot1
+}{}
+
+\DeclareFontShape{OT1}{CormorantGaramond-TLF}{sb}{n}{
+ <-> \CormorantGaramond@@scale CormorantGaramond-SemiBold-tlf-ot1
+}{}
+
+\DeclareFontShape{OT1}{CormorantGaramond-TLF}{sb}{it}{
+ <-> \CormorantGaramond@@scale CormorantGaramond-SemiBoldItalic-tlf-ot1
+}{}
+
+\DeclareFontShape{OT1}{CormorantGaramond-TLF}{sb}{sl}{
+ <-> ssub * CormorantGaramond-TLF/sb/it
+}{}
+
+\DeclareFontShape{OT1}{CormorantGaramond-TLF}{mb}{sc}{
+ <-> \CormorantGaramond@@scale CormorantGaramond-Medium-tlf-sc-ot1
+}{}
+
+\DeclareFontShape{OT1}{CormorantGaramond-TLF}{mb}{n}{
+ <-> \CormorantGaramond@@scale CormorantGaramond-Medium-tlf-ot1
+}{}
+
+\DeclareFontShape{OT1}{CormorantGaramond-TLF}{mb}{it}{
+ <-> \CormorantGaramond@@scale CormorantGaramond-MediumItalic-tlf-ot1
+}{}
+
+\DeclareFontShape{OT1}{CormorantGaramond-TLF}{mb}{sl}{
+ <-> ssub * CormorantGaramond-TLF/mb/it
+}{}
+
+\DeclareFontShape{OT1}{CormorantGaramond-TLF}{m}{sc}{
+ <-> \CormorantGaramond@@scale CormorantGaramond-Regular-tlf-sc-ot1
+}{}
+
+\DeclareFontShape{OT1}{CormorantGaramond-TLF}{m}{n}{
+ <-> \CormorantGaramond@@scale CormorantGaramond-Regular-tlf-ot1
+}{}
+
+\DeclareFontShape{OT1}{CormorantGaramond-TLF}{m}{it}{
+ <-> \CormorantGaramond@@scale CormorantGaramond-Italic-tlf-ot1
+}{}
+
+\DeclareFontShape{OT1}{CormorantGaramond-TLF}{m}{sl}{
+ <-> ssub * CormorantGaramond-TLF/m/it
+}{}
+
+\DeclareFontShape{OT1}{CormorantGaramond-TLF}{bx}{sl}{
+ <-> ssub * CormorantGaramond-TLF/b/sl
+}{}
+
+\DeclareFontShape{OT1}{CormorantGaramond-TLF}{bx}{sc}{
+ <-> ssub * CormorantGaramond-TLF/b/sc
+}{}
+
+\DeclareFontShape{OT1}{CormorantGaramond-TLF}{bx}{n}{
+ <-> ssub * CormorantGaramond-TLF/b/n
+}{}
+
+\DeclareFontShape{OT1}{CormorantGaramond-TLF}{bx}{it}{
+ <-> ssub * CormorantGaramond-TLF/b/it
+}{}
+
+\endinput
diff --git a/Master/texmf-dist/tex/latex/cormorantgaramond/OT1CormorantGaramond-TOsF.fd b/Master/texmf-dist/tex/latex/cormorantgaramond/OT1CormorantGaramond-TOsF.fd
new file mode 100644
index 00000000000..1d18fc86b6a
--- /dev/null
+++ b/Master/texmf-dist/tex/latex/cormorantgaramond/OT1CormorantGaramond-TOsF.fd
@@ -0,0 +1,110 @@
+%% Generated by autoinst on 2016/08/15
+%%
+\ProvidesFile{OT1CormorantGaramond-TOsF.fd}
+ [2016/08/15 (autoinst) Font definitions for OT1/CormorantGaramond-TOsF.]
+
+\expandafter\ifx\csname CormorantGaramond@scale\endcsname\relax
+ \let\CormorantGaramond@@scale\@empty
+\else
+ \edef\CormorantGaramond@@scale{s*[\csname CormorantGaramond@scale\endcsname]}%
+\fi
+
+\DeclareFontFamily{OT1}{CormorantGaramond-TOsF}{}
+
+\DeclareFontShape{OT1}{CormorantGaramond-TOsF}{l}{sc}{
+ <-> \CormorantGaramond@@scale CormorantGaramond-Light-tosf-sc-ot1
+}{}
+
+\DeclareFontShape{OT1}{CormorantGaramond-TOsF}{l}{n}{
+ <-> \CormorantGaramond@@scale CormorantGaramond-Light-tosf-ot1
+}{}
+
+\DeclareFontShape{OT1}{CormorantGaramond-TOsF}{l}{it}{
+ <-> \CormorantGaramond@@scale CormorantGaramond-LightItalic-tosf-ot1
+}{}
+
+\DeclareFontShape{OT1}{CormorantGaramond-TOsF}{l}{sl}{
+ <-> ssub * CormorantGaramond-TOsF/l/it
+}{}
+
+\DeclareFontShape{OT1}{CormorantGaramond-TOsF}{b}{sc}{
+ <-> \CormorantGaramond@@scale CormorantGaramond-Bold-tosf-sc-ot1
+}{}
+
+\DeclareFontShape{OT1}{CormorantGaramond-TOsF}{b}{n}{
+ <-> \CormorantGaramond@@scale CormorantGaramond-Bold-tosf-ot1
+}{}
+
+\DeclareFontShape{OT1}{CormorantGaramond-TOsF}{b}{it}{
+ <-> \CormorantGaramond@@scale CormorantGaramond-BoldItalic-tosf-ot1
+}{}
+
+\DeclareFontShape{OT1}{CormorantGaramond-TOsF}{b}{sl}{
+ <-> ssub * CormorantGaramond-TOsF/b/it
+}{}
+
+\DeclareFontShape{OT1}{CormorantGaramond-TOsF}{sb}{sc}{
+ <-> \CormorantGaramond@@scale CormorantGaramond-SemiBold-tosf-sc-ot1
+}{}
+
+\DeclareFontShape{OT1}{CormorantGaramond-TOsF}{sb}{n}{
+ <-> \CormorantGaramond@@scale CormorantGaramond-SemiBold-tosf-ot1
+}{}
+
+\DeclareFontShape{OT1}{CormorantGaramond-TOsF}{sb}{it}{
+ <-> \CormorantGaramond@@scale CormorantGaramond-SemiBoldItalic-tosf-ot1
+}{}
+
+\DeclareFontShape{OT1}{CormorantGaramond-TOsF}{sb}{sl}{
+ <-> ssub * CormorantGaramond-TOsF/sb/it
+}{}
+
+\DeclareFontShape{OT1}{CormorantGaramond-TOsF}{mb}{sc}{
+ <-> \CormorantGaramond@@scale CormorantGaramond-Medium-tosf-sc-ot1
+}{}
+
+\DeclareFontShape{OT1}{CormorantGaramond-TOsF}{mb}{n}{
+ <-> \CormorantGaramond@@scale CormorantGaramond-Medium-tosf-ot1
+}{}
+
+\DeclareFontShape{OT1}{CormorantGaramond-TOsF}{mb}{it}{
+ <-> \CormorantGaramond@@scale CormorantGaramond-MediumItalic-tosf-ot1
+}{}
+
+\DeclareFontShape{OT1}{CormorantGaramond-TOsF}{mb}{sl}{
+ <-> ssub * CormorantGaramond-TOsF/mb/it
+}{}
+
+\DeclareFontShape{OT1}{CormorantGaramond-TOsF}{m}{sc}{
+ <-> \CormorantGaramond@@scale CormorantGaramond-Regular-tosf-sc-ot1
+}{}
+
+\DeclareFontShape{OT1}{CormorantGaramond-TOsF}{m}{n}{
+ <-> \CormorantGaramond@@scale CormorantGaramond-Regular-tosf-ot1
+}{}
+
+\DeclareFontShape{OT1}{CormorantGaramond-TOsF}{m}{it}{
+ <-> \CormorantGaramond@@scale CormorantGaramond-Italic-tosf-ot1
+}{}
+
+\DeclareFontShape{OT1}{CormorantGaramond-TOsF}{m}{sl}{
+ <-> ssub * CormorantGaramond-TOsF/m/it
+}{}
+
+\DeclareFontShape{OT1}{CormorantGaramond-TOsF}{bx}{sl}{
+ <-> ssub * CormorantGaramond-TOsF/b/sl
+}{}
+
+\DeclareFontShape{OT1}{CormorantGaramond-TOsF}{bx}{sc}{
+ <-> ssub * CormorantGaramond-TOsF/b/sc
+}{}
+
+\DeclareFontShape{OT1}{CormorantGaramond-TOsF}{bx}{n}{
+ <-> ssub * CormorantGaramond-TOsF/b/n
+}{}
+
+\DeclareFontShape{OT1}{CormorantGaramond-TOsF}{bx}{it}{
+ <-> ssub * CormorantGaramond-TOsF/b/it
+}{}
+
+\endinput
diff --git a/Master/texmf-dist/tex/latex/cormorantgaramond/T1CormorantGaramond-Inf.fd b/Master/texmf-dist/tex/latex/cormorantgaramond/T1CormorantGaramond-Inf.fd
new file mode 100644
index 00000000000..b330c655e48
--- /dev/null
+++ b/Master/texmf-dist/tex/latex/cormorantgaramond/T1CormorantGaramond-Inf.fd
@@ -0,0 +1,86 @@
+%% Generated by autoinst on 2016/08/15
+%%
+\ProvidesFile{T1CormorantGaramond-Inf.fd}
+ [2016/08/15 (autoinst) Font definitions for T1/CormorantGaramond-Inf.]
+
+\expandafter\ifx\csname CormorantGaramond@scale\endcsname\relax
+ \let\CormorantGaramond@@scale\@empty
+\else
+ \edef\CormorantGaramond@@scale{s*[\csname CormorantGaramond@scale\endcsname]}%
+\fi
+
+\DeclareFontFamily{T1}{CormorantGaramond-Inf}{}
+
+\DeclareFontShape{T1}{CormorantGaramond-Inf}{l}{n}{
+ <-> \CormorantGaramond@@scale CormorantGaramond-Light-inf-t1
+}{}
+
+\DeclareFontShape{T1}{CormorantGaramond-Inf}{l}{it}{
+ <-> \CormorantGaramond@@scale CormorantGaramond-LightItalic-inf-t1
+}{}
+
+\DeclareFontShape{T1}{CormorantGaramond-Inf}{l}{sl}{
+ <-> ssub * CormorantGaramond-Inf/l/it
+}{}
+
+\DeclareFontShape{T1}{CormorantGaramond-Inf}{b}{n}{
+ <-> \CormorantGaramond@@scale CormorantGaramond-Bold-inf-t1
+}{}
+
+\DeclareFontShape{T1}{CormorantGaramond-Inf}{b}{it}{
+ <-> \CormorantGaramond@@scale CormorantGaramond-BoldItalic-inf-t1
+}{}
+
+\DeclareFontShape{T1}{CormorantGaramond-Inf}{b}{sl}{
+ <-> ssub * CormorantGaramond-Inf/b/it
+}{}
+
+\DeclareFontShape{T1}{CormorantGaramond-Inf}{sb}{n}{
+ <-> \CormorantGaramond@@scale CormorantGaramond-SemiBold-inf-t1
+}{}
+
+\DeclareFontShape{T1}{CormorantGaramond-Inf}{sb}{it}{
+ <-> \CormorantGaramond@@scale CormorantGaramond-SemiBoldItalic-inf-t1
+}{}
+
+\DeclareFontShape{T1}{CormorantGaramond-Inf}{sb}{sl}{
+ <-> ssub * CormorantGaramond-Inf/sb/it
+}{}
+
+\DeclareFontShape{T1}{CormorantGaramond-Inf}{mb}{n}{
+ <-> \CormorantGaramond@@scale CormorantGaramond-Medium-inf-t1
+}{}
+
+\DeclareFontShape{T1}{CormorantGaramond-Inf}{mb}{it}{
+ <-> \CormorantGaramond@@scale CormorantGaramond-MediumItalic-inf-t1
+}{}
+
+\DeclareFontShape{T1}{CormorantGaramond-Inf}{mb}{sl}{
+ <-> ssub * CormorantGaramond-Inf/mb/it
+}{}
+
+\DeclareFontShape{T1}{CormorantGaramond-Inf}{m}{n}{
+ <-> \CormorantGaramond@@scale CormorantGaramond-Regular-inf-t1
+}{}
+
+\DeclareFontShape{T1}{CormorantGaramond-Inf}{m}{it}{
+ <-> \CormorantGaramond@@scale CormorantGaramond-Italic-inf-t1
+}{}
+
+\DeclareFontShape{T1}{CormorantGaramond-Inf}{m}{sl}{
+ <-> ssub * CormorantGaramond-Inf/m/it
+}{}
+
+\DeclareFontShape{T1}{CormorantGaramond-Inf}{bx}{sl}{
+ <-> ssub * CormorantGaramond-Inf/b/sl
+}{}
+
+\DeclareFontShape{T1}{CormorantGaramond-Inf}{bx}{n}{
+ <-> ssub * CormorantGaramond-Inf/b/n
+}{}
+
+\DeclareFontShape{T1}{CormorantGaramond-Inf}{bx}{it}{
+ <-> ssub * CormorantGaramond-Inf/b/it
+}{}
+
+\endinput
diff --git a/Master/texmf-dist/tex/latex/cormorantgaramond/T1CormorantGaramond-LF.fd b/Master/texmf-dist/tex/latex/cormorantgaramond/T1CormorantGaramond-LF.fd
new file mode 100644
index 00000000000..7cec8a630ff
--- /dev/null
+++ b/Master/texmf-dist/tex/latex/cormorantgaramond/T1CormorantGaramond-LF.fd
@@ -0,0 +1,110 @@
+%% Generated by autoinst on 2016/08/15
+%%
+\ProvidesFile{T1CormorantGaramond-LF.fd}
+ [2016/08/15 (autoinst) Font definitions for T1/CormorantGaramond-LF.]
+
+\expandafter\ifx\csname CormorantGaramond@scale\endcsname\relax
+ \let\CormorantGaramond@@scale\@empty
+\else
+ \edef\CormorantGaramond@@scale{s*[\csname CormorantGaramond@scale\endcsname]}%
+\fi
+
+\DeclareFontFamily{T1}{CormorantGaramond-LF}{}
+
+\DeclareFontShape{T1}{CormorantGaramond-LF}{l}{sc}{
+ <-> \CormorantGaramond@@scale CormorantGaramond-Light-lf-sc-t1
+}{}
+
+\DeclareFontShape{T1}{CormorantGaramond-LF}{l}{n}{
+ <-> \CormorantGaramond@@scale CormorantGaramond-Light-lf-t1
+}{}
+
+\DeclareFontShape{T1}{CormorantGaramond-LF}{l}{it}{
+ <-> \CormorantGaramond@@scale CormorantGaramond-LightItalic-lf-t1
+}{}
+
+\DeclareFontShape{T1}{CormorantGaramond-LF}{l}{sl}{
+ <-> ssub * CormorantGaramond-LF/l/it
+}{}
+
+\DeclareFontShape{T1}{CormorantGaramond-LF}{b}{sc}{
+ <-> \CormorantGaramond@@scale CormorantGaramond-Bold-lf-sc-t1
+}{}
+
+\DeclareFontShape{T1}{CormorantGaramond-LF}{b}{n}{
+ <-> \CormorantGaramond@@scale CormorantGaramond-Bold-lf-t1
+}{}
+
+\DeclareFontShape{T1}{CormorantGaramond-LF}{b}{it}{
+ <-> \CormorantGaramond@@scale CormorantGaramond-BoldItalic-lf-t1
+}{}
+
+\DeclareFontShape{T1}{CormorantGaramond-LF}{b}{sl}{
+ <-> ssub * CormorantGaramond-LF/b/it
+}{}
+
+\DeclareFontShape{T1}{CormorantGaramond-LF}{sb}{sc}{
+ <-> \CormorantGaramond@@scale CormorantGaramond-SemiBold-lf-sc-t1
+}{}
+
+\DeclareFontShape{T1}{CormorantGaramond-LF}{sb}{n}{
+ <-> \CormorantGaramond@@scale CormorantGaramond-SemiBold-lf-t1
+}{}
+
+\DeclareFontShape{T1}{CormorantGaramond-LF}{sb}{it}{
+ <-> \CormorantGaramond@@scale CormorantGaramond-SemiBoldItalic-lf-t1
+}{}
+
+\DeclareFontShape{T1}{CormorantGaramond-LF}{sb}{sl}{
+ <-> ssub * CormorantGaramond-LF/sb/it
+}{}
+
+\DeclareFontShape{T1}{CormorantGaramond-LF}{mb}{sc}{
+ <-> \CormorantGaramond@@scale CormorantGaramond-Medium-lf-sc-t1
+}{}
+
+\DeclareFontShape{T1}{CormorantGaramond-LF}{mb}{n}{
+ <-> \CormorantGaramond@@scale CormorantGaramond-Medium-lf-t1
+}{}
+
+\DeclareFontShape{T1}{CormorantGaramond-LF}{mb}{it}{
+ <-> \CormorantGaramond@@scale CormorantGaramond-MediumItalic-lf-t1
+}{}
+
+\DeclareFontShape{T1}{CormorantGaramond-LF}{mb}{sl}{
+ <-> ssub * CormorantGaramond-LF/mb/it
+}{}
+
+\DeclareFontShape{T1}{CormorantGaramond-LF}{m}{sc}{
+ <-> \CormorantGaramond@@scale CormorantGaramond-Regular-lf-sc-t1
+}{}
+
+\DeclareFontShape{T1}{CormorantGaramond-LF}{m}{n}{
+ <-> \CormorantGaramond@@scale CormorantGaramond-Regular-lf-t1
+}{}
+
+\DeclareFontShape{T1}{CormorantGaramond-LF}{m}{it}{
+ <-> \CormorantGaramond@@scale CormorantGaramond-Italic-lf-t1
+}{}
+
+\DeclareFontShape{T1}{CormorantGaramond-LF}{m}{sl}{
+ <-> ssub * CormorantGaramond-LF/m/it
+}{}
+
+\DeclareFontShape{T1}{CormorantGaramond-LF}{bx}{sl}{
+ <-> ssub * CormorantGaramond-LF/b/sl
+}{}
+
+\DeclareFontShape{T1}{CormorantGaramond-LF}{bx}{sc}{
+ <-> ssub * CormorantGaramond-LF/b/sc
+}{}
+
+\DeclareFontShape{T1}{CormorantGaramond-LF}{bx}{n}{
+ <-> ssub * CormorantGaramond-LF/b/n
+}{}
+
+\DeclareFontShape{T1}{CormorantGaramond-LF}{bx}{it}{
+ <-> ssub * CormorantGaramond-LF/b/it
+}{}
+
+\endinput
diff --git a/Master/texmf-dist/tex/latex/cormorantgaramond/T1CormorantGaramond-OsF.fd b/Master/texmf-dist/tex/latex/cormorantgaramond/T1CormorantGaramond-OsF.fd
new file mode 100644
index 00000000000..fcb06d16814
--- /dev/null
+++ b/Master/texmf-dist/tex/latex/cormorantgaramond/T1CormorantGaramond-OsF.fd
@@ -0,0 +1,110 @@
+%% Generated by autoinst on 2016/08/15
+%%
+\ProvidesFile{T1CormorantGaramond-OsF.fd}
+ [2016/08/15 (autoinst) Font definitions for T1/CormorantGaramond-OsF.]
+
+\expandafter\ifx\csname CormorantGaramond@scale\endcsname\relax
+ \let\CormorantGaramond@@scale\@empty
+\else
+ \edef\CormorantGaramond@@scale{s*[\csname CormorantGaramond@scale\endcsname]}%
+\fi
+
+\DeclareFontFamily{T1}{CormorantGaramond-OsF}{}
+
+\DeclareFontShape{T1}{CormorantGaramond-OsF}{l}{sc}{
+ <-> \CormorantGaramond@@scale CormorantGaramond-Light-osf-sc-t1
+}{}
+
+\DeclareFontShape{T1}{CormorantGaramond-OsF}{l}{n}{
+ <-> \CormorantGaramond@@scale CormorantGaramond-Light-osf-t1
+}{}
+
+\DeclareFontShape{T1}{CormorantGaramond-OsF}{l}{it}{
+ <-> \CormorantGaramond@@scale CormorantGaramond-LightItalic-osf-t1
+}{}
+
+\DeclareFontShape{T1}{CormorantGaramond-OsF}{l}{sl}{
+ <-> ssub * CormorantGaramond-OsF/l/it
+}{}
+
+\DeclareFontShape{T1}{CormorantGaramond-OsF}{b}{sc}{
+ <-> \CormorantGaramond@@scale CormorantGaramond-Bold-osf-sc-t1
+}{}
+
+\DeclareFontShape{T1}{CormorantGaramond-OsF}{b}{n}{
+ <-> \CormorantGaramond@@scale CormorantGaramond-Bold-osf-t1
+}{}
+
+\DeclareFontShape{T1}{CormorantGaramond-OsF}{b}{it}{
+ <-> \CormorantGaramond@@scale CormorantGaramond-BoldItalic-osf-t1
+}{}
+
+\DeclareFontShape{T1}{CormorantGaramond-OsF}{b}{sl}{
+ <-> ssub * CormorantGaramond-OsF/b/it
+}{}
+
+\DeclareFontShape{T1}{CormorantGaramond-OsF}{sb}{sc}{
+ <-> \CormorantGaramond@@scale CormorantGaramond-SemiBold-osf-sc-t1
+}{}
+
+\DeclareFontShape{T1}{CormorantGaramond-OsF}{sb}{n}{
+ <-> \CormorantGaramond@@scale CormorantGaramond-SemiBold-osf-t1
+}{}
+
+\DeclareFontShape{T1}{CormorantGaramond-OsF}{sb}{it}{
+ <-> \CormorantGaramond@@scale CormorantGaramond-SemiBoldItalic-osf-t1
+}{}
+
+\DeclareFontShape{T1}{CormorantGaramond-OsF}{sb}{sl}{
+ <-> ssub * CormorantGaramond-OsF/sb/it
+}{}
+
+\DeclareFontShape{T1}{CormorantGaramond-OsF}{mb}{sc}{
+ <-> \CormorantGaramond@@scale CormorantGaramond-Medium-osf-sc-t1
+}{}
+
+\DeclareFontShape{T1}{CormorantGaramond-OsF}{mb}{n}{
+ <-> \CormorantGaramond@@scale CormorantGaramond-Medium-osf-t1
+}{}
+
+\DeclareFontShape{T1}{CormorantGaramond-OsF}{mb}{it}{
+ <-> \CormorantGaramond@@scale CormorantGaramond-MediumItalic-osf-t1
+}{}
+
+\DeclareFontShape{T1}{CormorantGaramond-OsF}{mb}{sl}{
+ <-> ssub * CormorantGaramond-OsF/mb/it
+}{}
+
+\DeclareFontShape{T1}{CormorantGaramond-OsF}{m}{sc}{
+ <-> \CormorantGaramond@@scale CormorantGaramond-Regular-osf-sc-t1
+}{}
+
+\DeclareFontShape{T1}{CormorantGaramond-OsF}{m}{n}{
+ <-> \CormorantGaramond@@scale CormorantGaramond-Regular-osf-t1
+}{}
+
+\DeclareFontShape{T1}{CormorantGaramond-OsF}{m}{it}{
+ <-> \CormorantGaramond@@scale CormorantGaramond-Italic-osf-t1
+}{}
+
+\DeclareFontShape{T1}{CormorantGaramond-OsF}{m}{sl}{
+ <-> ssub * CormorantGaramond-OsF/m/it
+}{}
+
+\DeclareFontShape{T1}{CormorantGaramond-OsF}{bx}{sl}{
+ <-> ssub * CormorantGaramond-OsF/b/sl
+}{}
+
+\DeclareFontShape{T1}{CormorantGaramond-OsF}{bx}{sc}{
+ <-> ssub * CormorantGaramond-OsF/b/sc
+}{}
+
+\DeclareFontShape{T1}{CormorantGaramond-OsF}{bx}{n}{
+ <-> ssub * CormorantGaramond-OsF/b/n
+}{}
+
+\DeclareFontShape{T1}{CormorantGaramond-OsF}{bx}{it}{
+ <-> ssub * CormorantGaramond-OsF/b/it
+}{}
+
+\endinput
diff --git a/Master/texmf-dist/tex/latex/cormorantgaramond/T1CormorantGaramond-Sup.fd b/Master/texmf-dist/tex/latex/cormorantgaramond/T1CormorantGaramond-Sup.fd
new file mode 100644
index 00000000000..a186b5eb952
--- /dev/null
+++ b/Master/texmf-dist/tex/latex/cormorantgaramond/T1CormorantGaramond-Sup.fd
@@ -0,0 +1,86 @@
+%% Generated by autoinst on 2016/08/15
+%%
+\ProvidesFile{T1CormorantGaramond-Sup.fd}
+ [2016/08/15 (autoinst) Font definitions for T1/CormorantGaramond-Sup.]
+
+\expandafter\ifx\csname CormorantGaramond@scale\endcsname\relax
+ \let\CormorantGaramond@@scale\@empty
+\else
+ \edef\CormorantGaramond@@scale{s*[\csname CormorantGaramond@scale\endcsname]}%
+\fi
+
+\DeclareFontFamily{T1}{CormorantGaramond-Sup}{}
+
+\DeclareFontShape{T1}{CormorantGaramond-Sup}{l}{n}{
+ <-> \CormorantGaramond@@scale CormorantGaramond-Light-sup-t1
+}{}
+
+\DeclareFontShape{T1}{CormorantGaramond-Sup}{l}{it}{
+ <-> \CormorantGaramond@@scale CormorantGaramond-LightItalic-sup-t1
+}{}
+
+\DeclareFontShape{T1}{CormorantGaramond-Sup}{l}{sl}{
+ <-> ssub * CormorantGaramond-Sup/l/it
+}{}
+
+\DeclareFontShape{T1}{CormorantGaramond-Sup}{b}{n}{
+ <-> \CormorantGaramond@@scale CormorantGaramond-Bold-sup-t1
+}{}
+
+\DeclareFontShape{T1}{CormorantGaramond-Sup}{b}{it}{
+ <-> \CormorantGaramond@@scale CormorantGaramond-BoldItalic-sup-t1
+}{}
+
+\DeclareFontShape{T1}{CormorantGaramond-Sup}{b}{sl}{
+ <-> ssub * CormorantGaramond-Sup/b/it
+}{}
+
+\DeclareFontShape{T1}{CormorantGaramond-Sup}{sb}{n}{
+ <-> \CormorantGaramond@@scale CormorantGaramond-SemiBold-sup-t1
+}{}
+
+\DeclareFontShape{T1}{CormorantGaramond-Sup}{sb}{it}{
+ <-> \CormorantGaramond@@scale CormorantGaramond-SemiBoldItalic-sup-t1
+}{}
+
+\DeclareFontShape{T1}{CormorantGaramond-Sup}{sb}{sl}{
+ <-> ssub * CormorantGaramond-Sup/sb/it
+}{}
+
+\DeclareFontShape{T1}{CormorantGaramond-Sup}{mb}{n}{
+ <-> \CormorantGaramond@@scale CormorantGaramond-Medium-sup-t1
+}{}
+
+\DeclareFontShape{T1}{CormorantGaramond-Sup}{mb}{it}{
+ <-> \CormorantGaramond@@scale CormorantGaramond-MediumItalic-sup-t1
+}{}
+
+\DeclareFontShape{T1}{CormorantGaramond-Sup}{mb}{sl}{
+ <-> ssub * CormorantGaramond-Sup/mb/it
+}{}
+
+\DeclareFontShape{T1}{CormorantGaramond-Sup}{m}{n}{
+ <-> \CormorantGaramond@@scale CormorantGaramond-Regular-sup-t1
+}{}
+
+\DeclareFontShape{T1}{CormorantGaramond-Sup}{m}{it}{
+ <-> \CormorantGaramond@@scale CormorantGaramond-Italic-sup-t1
+}{}
+
+\DeclareFontShape{T1}{CormorantGaramond-Sup}{m}{sl}{
+ <-> ssub * CormorantGaramond-Sup/m/it
+}{}
+
+\DeclareFontShape{T1}{CormorantGaramond-Sup}{bx}{sl}{
+ <-> ssub * CormorantGaramond-Sup/b/sl
+}{}
+
+\DeclareFontShape{T1}{CormorantGaramond-Sup}{bx}{n}{
+ <-> ssub * CormorantGaramond-Sup/b/n
+}{}
+
+\DeclareFontShape{T1}{CormorantGaramond-Sup}{bx}{it}{
+ <-> ssub * CormorantGaramond-Sup/b/it
+}{}
+
+\endinput
diff --git a/Master/texmf-dist/tex/latex/cormorantgaramond/T1CormorantGaramond-TLF.fd b/Master/texmf-dist/tex/latex/cormorantgaramond/T1CormorantGaramond-TLF.fd
new file mode 100644
index 00000000000..02059cad831
--- /dev/null
+++ b/Master/texmf-dist/tex/latex/cormorantgaramond/T1CormorantGaramond-TLF.fd
@@ -0,0 +1,110 @@
+%% Generated by autoinst on 2016/08/15
+%%
+\ProvidesFile{T1CormorantGaramond-TLF.fd}
+ [2016/08/15 (autoinst) Font definitions for T1/CormorantGaramond-TLF.]
+
+\expandafter\ifx\csname CormorantGaramond@scale\endcsname\relax
+ \let\CormorantGaramond@@scale\@empty
+\else
+ \edef\CormorantGaramond@@scale{s*[\csname CormorantGaramond@scale\endcsname]}%
+\fi
+
+\DeclareFontFamily{T1}{CormorantGaramond-TLF}{}
+
+\DeclareFontShape{T1}{CormorantGaramond-TLF}{l}{sc}{
+ <-> \CormorantGaramond@@scale CormorantGaramond-Light-tlf-sc-t1
+}{}
+
+\DeclareFontShape{T1}{CormorantGaramond-TLF}{l}{n}{
+ <-> \CormorantGaramond@@scale CormorantGaramond-Light-tlf-t1
+}{}
+
+\DeclareFontShape{T1}{CormorantGaramond-TLF}{l}{it}{
+ <-> \CormorantGaramond@@scale CormorantGaramond-LightItalic-tlf-t1
+}{}
+
+\DeclareFontShape{T1}{CormorantGaramond-TLF}{l}{sl}{
+ <-> ssub * CormorantGaramond-TLF/l/it
+}{}
+
+\DeclareFontShape{T1}{CormorantGaramond-TLF}{b}{sc}{
+ <-> \CormorantGaramond@@scale CormorantGaramond-Bold-tlf-sc-t1
+}{}
+
+\DeclareFontShape{T1}{CormorantGaramond-TLF}{b}{n}{
+ <-> \CormorantGaramond@@scale CormorantGaramond-Bold-tlf-t1
+}{}
+
+\DeclareFontShape{T1}{CormorantGaramond-TLF}{b}{it}{
+ <-> \CormorantGaramond@@scale CormorantGaramond-BoldItalic-tlf-t1
+}{}
+
+\DeclareFontShape{T1}{CormorantGaramond-TLF}{b}{sl}{
+ <-> ssub * CormorantGaramond-TLF/b/it
+}{}
+
+\DeclareFontShape{T1}{CormorantGaramond-TLF}{sb}{sc}{
+ <-> \CormorantGaramond@@scale CormorantGaramond-SemiBold-tlf-sc-t1
+}{}
+
+\DeclareFontShape{T1}{CormorantGaramond-TLF}{sb}{n}{
+ <-> \CormorantGaramond@@scale CormorantGaramond-SemiBold-tlf-t1
+}{}
+
+\DeclareFontShape{T1}{CormorantGaramond-TLF}{sb}{it}{
+ <-> \CormorantGaramond@@scale CormorantGaramond-SemiBoldItalic-tlf-t1
+}{}
+
+\DeclareFontShape{T1}{CormorantGaramond-TLF}{sb}{sl}{
+ <-> ssub * CormorantGaramond-TLF/sb/it
+}{}
+
+\DeclareFontShape{T1}{CormorantGaramond-TLF}{mb}{sc}{
+ <-> \CormorantGaramond@@scale CormorantGaramond-Medium-tlf-sc-t1
+}{}
+
+\DeclareFontShape{T1}{CormorantGaramond-TLF}{mb}{n}{
+ <-> \CormorantGaramond@@scale CormorantGaramond-Medium-tlf-t1
+}{}
+
+\DeclareFontShape{T1}{CormorantGaramond-TLF}{mb}{it}{
+ <-> \CormorantGaramond@@scale CormorantGaramond-MediumItalic-tlf-t1
+}{}
+
+\DeclareFontShape{T1}{CormorantGaramond-TLF}{mb}{sl}{
+ <-> ssub * CormorantGaramond-TLF/mb/it
+}{}
+
+\DeclareFontShape{T1}{CormorantGaramond-TLF}{m}{sc}{
+ <-> \CormorantGaramond@@scale CormorantGaramond-Regular-tlf-sc-t1
+}{}
+
+\DeclareFontShape{T1}{CormorantGaramond-TLF}{m}{n}{
+ <-> \CormorantGaramond@@scale CormorantGaramond-Regular-tlf-t1
+}{}
+
+\DeclareFontShape{T1}{CormorantGaramond-TLF}{m}{it}{
+ <-> \CormorantGaramond@@scale CormorantGaramond-Italic-tlf-t1
+}{}
+
+\DeclareFontShape{T1}{CormorantGaramond-TLF}{m}{sl}{
+ <-> ssub * CormorantGaramond-TLF/m/it
+}{}
+
+\DeclareFontShape{T1}{CormorantGaramond-TLF}{bx}{sl}{
+ <-> ssub * CormorantGaramond-TLF/b/sl
+}{}
+
+\DeclareFontShape{T1}{CormorantGaramond-TLF}{bx}{sc}{
+ <-> ssub * CormorantGaramond-TLF/b/sc
+}{}
+
+\DeclareFontShape{T1}{CormorantGaramond-TLF}{bx}{n}{
+ <-> ssub * CormorantGaramond-TLF/b/n
+}{}
+
+\DeclareFontShape{T1}{CormorantGaramond-TLF}{bx}{it}{
+ <-> ssub * CormorantGaramond-TLF/b/it
+}{}
+
+\endinput
diff --git a/Master/texmf-dist/tex/latex/cormorantgaramond/T1CormorantGaramond-TOsF.fd b/Master/texmf-dist/tex/latex/cormorantgaramond/T1CormorantGaramond-TOsF.fd
new file mode 100644
index 00000000000..3ce5b6cbadd
--- /dev/null
+++ b/Master/texmf-dist/tex/latex/cormorantgaramond/T1CormorantGaramond-TOsF.fd
@@ -0,0 +1,110 @@
+%% Generated by autoinst on 2016/08/15
+%%
+\ProvidesFile{T1CormorantGaramond-TOsF.fd}
+ [2016/08/15 (autoinst) Font definitions for T1/CormorantGaramond-TOsF.]
+
+\expandafter\ifx\csname CormorantGaramond@scale\endcsname\relax
+ \let\CormorantGaramond@@scale\@empty
+\else
+ \edef\CormorantGaramond@@scale{s*[\csname CormorantGaramond@scale\endcsname]}%
+\fi
+
+\DeclareFontFamily{T1}{CormorantGaramond-TOsF}{}
+
+\DeclareFontShape{T1}{CormorantGaramond-TOsF}{l}{sc}{
+ <-> \CormorantGaramond@@scale CormorantGaramond-Light-tosf-sc-t1
+}{}
+
+\DeclareFontShape{T1}{CormorantGaramond-TOsF}{l}{n}{
+ <-> \CormorantGaramond@@scale CormorantGaramond-Light-tosf-t1
+}{}
+
+\DeclareFontShape{T1}{CormorantGaramond-TOsF}{l}{it}{
+ <-> \CormorantGaramond@@scale CormorantGaramond-LightItalic-tosf-t1
+}{}
+
+\DeclareFontShape{T1}{CormorantGaramond-TOsF}{l}{sl}{
+ <-> ssub * CormorantGaramond-TOsF/l/it
+}{}
+
+\DeclareFontShape{T1}{CormorantGaramond-TOsF}{b}{sc}{
+ <-> \CormorantGaramond@@scale CormorantGaramond-Bold-tosf-sc-t1
+}{}
+
+\DeclareFontShape{T1}{CormorantGaramond-TOsF}{b}{n}{
+ <-> \CormorantGaramond@@scale CormorantGaramond-Bold-tosf-t1
+}{}
+
+\DeclareFontShape{T1}{CormorantGaramond-TOsF}{b}{it}{
+ <-> \CormorantGaramond@@scale CormorantGaramond-BoldItalic-tosf-t1
+}{}
+
+\DeclareFontShape{T1}{CormorantGaramond-TOsF}{b}{sl}{
+ <-> ssub * CormorantGaramond-TOsF/b/it
+}{}
+
+\DeclareFontShape{T1}{CormorantGaramond-TOsF}{sb}{sc}{
+ <-> \CormorantGaramond@@scale CormorantGaramond-SemiBold-tosf-sc-t1
+}{}
+
+\DeclareFontShape{T1}{CormorantGaramond-TOsF}{sb}{n}{
+ <-> \CormorantGaramond@@scale CormorantGaramond-SemiBold-tosf-t1
+}{}
+
+\DeclareFontShape{T1}{CormorantGaramond-TOsF}{sb}{it}{
+ <-> \CormorantGaramond@@scale CormorantGaramond-SemiBoldItalic-tosf-t1
+}{}
+
+\DeclareFontShape{T1}{CormorantGaramond-TOsF}{sb}{sl}{
+ <-> ssub * CormorantGaramond-TOsF/sb/it
+}{}
+
+\DeclareFontShape{T1}{CormorantGaramond-TOsF}{mb}{sc}{
+ <-> \CormorantGaramond@@scale CormorantGaramond-Medium-tosf-sc-t1
+}{}
+
+\DeclareFontShape{T1}{CormorantGaramond-TOsF}{mb}{n}{
+ <-> \CormorantGaramond@@scale CormorantGaramond-Medium-tosf-t1
+}{}
+
+\DeclareFontShape{T1}{CormorantGaramond-TOsF}{mb}{it}{
+ <-> \CormorantGaramond@@scale CormorantGaramond-MediumItalic-tosf-t1
+}{}
+
+\DeclareFontShape{T1}{CormorantGaramond-TOsF}{mb}{sl}{
+ <-> ssub * CormorantGaramond-TOsF/mb/it
+}{}
+
+\DeclareFontShape{T1}{CormorantGaramond-TOsF}{m}{sc}{
+ <-> \CormorantGaramond@@scale CormorantGaramond-Regular-tosf-sc-t1
+}{}
+
+\DeclareFontShape{T1}{CormorantGaramond-TOsF}{m}{n}{
+ <-> \CormorantGaramond@@scale CormorantGaramond-Regular-tosf-t1
+}{}
+
+\DeclareFontShape{T1}{CormorantGaramond-TOsF}{m}{it}{
+ <-> \CormorantGaramond@@scale CormorantGaramond-Italic-tosf-t1
+}{}
+
+\DeclareFontShape{T1}{CormorantGaramond-TOsF}{m}{sl}{
+ <-> ssub * CormorantGaramond-TOsF/m/it
+}{}
+
+\DeclareFontShape{T1}{CormorantGaramond-TOsF}{bx}{sl}{
+ <-> ssub * CormorantGaramond-TOsF/b/sl
+}{}
+
+\DeclareFontShape{T1}{CormorantGaramond-TOsF}{bx}{sc}{
+ <-> ssub * CormorantGaramond-TOsF/b/sc
+}{}
+
+\DeclareFontShape{T1}{CormorantGaramond-TOsF}{bx}{n}{
+ <-> ssub * CormorantGaramond-TOsF/b/n
+}{}
+
+\DeclareFontShape{T1}{CormorantGaramond-TOsF}{bx}{it}{
+ <-> ssub * CormorantGaramond-TOsF/b/it
+}{}
+
+\endinput
diff --git a/Master/texmf-dist/tex/latex/cormorantgaramond/TS1CormorantGaramond-LF.fd b/Master/texmf-dist/tex/latex/cormorantgaramond/TS1CormorantGaramond-LF.fd
new file mode 100644
index 00000000000..366b6eb5ed4
--- /dev/null
+++ b/Master/texmf-dist/tex/latex/cormorantgaramond/TS1CormorantGaramond-LF.fd
@@ -0,0 +1,86 @@
+%% Generated by autoinst on 2016/08/15
+%%
+\ProvidesFile{TS1CormorantGaramond-LF.fd}
+ [2016/08/15 (autoinst) Font definitions for TS1/CormorantGaramond-LF.]
+
+\expandafter\ifx\csname CormorantGaramond@scale\endcsname\relax
+ \let\CormorantGaramond@@scale\@empty
+\else
+ \edef\CormorantGaramond@@scale{s*[\csname CormorantGaramond@scale\endcsname]}%
+\fi
+
+\DeclareFontFamily{TS1}{CormorantGaramond-LF}{}
+
+\DeclareFontShape{TS1}{CormorantGaramond-LF}{l}{n}{
+ <-> \CormorantGaramond@@scale CormorantGaramond-Light-lf-ts1
+}{}
+
+\DeclareFontShape{TS1}{CormorantGaramond-LF}{l}{it}{
+ <-> \CormorantGaramond@@scale CormorantGaramond-LightItalic-lf-ts1
+}{}
+
+\DeclareFontShape{TS1}{CormorantGaramond-LF}{l}{sl}{
+ <-> ssub * CormorantGaramond-LF/l/it
+}{}
+
+\DeclareFontShape{TS1}{CormorantGaramond-LF}{b}{n}{
+ <-> \CormorantGaramond@@scale CormorantGaramond-Bold-lf-ts1
+}{}
+
+\DeclareFontShape{TS1}{CormorantGaramond-LF}{b}{it}{
+ <-> \CormorantGaramond@@scale CormorantGaramond-BoldItalic-lf-ts1
+}{}
+
+\DeclareFontShape{TS1}{CormorantGaramond-LF}{b}{sl}{
+ <-> ssub * CormorantGaramond-LF/b/it
+}{}
+
+\DeclareFontShape{TS1}{CormorantGaramond-LF}{sb}{n}{
+ <-> \CormorantGaramond@@scale CormorantGaramond-SemiBold-lf-ts1
+}{}
+
+\DeclareFontShape{TS1}{CormorantGaramond-LF}{sb}{it}{
+ <-> \CormorantGaramond@@scale CormorantGaramond-SemiBoldItalic-lf-ts1
+}{}
+
+\DeclareFontShape{TS1}{CormorantGaramond-LF}{sb}{sl}{
+ <-> ssub * CormorantGaramond-LF/sb/it
+}{}
+
+\DeclareFontShape{TS1}{CormorantGaramond-LF}{mb}{n}{
+ <-> \CormorantGaramond@@scale CormorantGaramond-Medium-lf-ts1
+}{}
+
+\DeclareFontShape{TS1}{CormorantGaramond-LF}{mb}{it}{
+ <-> \CormorantGaramond@@scale CormorantGaramond-MediumItalic-lf-ts1
+}{}
+
+\DeclareFontShape{TS1}{CormorantGaramond-LF}{mb}{sl}{
+ <-> ssub * CormorantGaramond-LF/mb/it
+}{}
+
+\DeclareFontShape{TS1}{CormorantGaramond-LF}{m}{n}{
+ <-> \CormorantGaramond@@scale CormorantGaramond-Regular-lf-ts1
+}{}
+
+\DeclareFontShape{TS1}{CormorantGaramond-LF}{m}{it}{
+ <-> \CormorantGaramond@@scale CormorantGaramond-Italic-lf-ts1
+}{}
+
+\DeclareFontShape{TS1}{CormorantGaramond-LF}{m}{sl}{
+ <-> ssub * CormorantGaramond-LF/m/it
+}{}
+
+\DeclareFontShape{TS1}{CormorantGaramond-LF}{bx}{sl}{
+ <-> ssub * CormorantGaramond-LF/b/sl
+}{}
+
+\DeclareFontShape{TS1}{CormorantGaramond-LF}{bx}{n}{
+ <-> ssub * CormorantGaramond-LF/b/n
+}{}
+
+\DeclareFontShape{TS1}{CormorantGaramond-LF}{bx}{it}{
+ <-> ssub * CormorantGaramond-LF/b/it
+}{}
+
+\endinput
diff --git a/Master/texmf-dist/tex/latex/cormorantgaramond/TS1CormorantGaramond-OsF.fd b/Master/texmf-dist/tex/latex/cormorantgaramond/TS1CormorantGaramond-OsF.fd
new file mode 100644
index 00000000000..ac71946d320
--- /dev/null
+++ b/Master/texmf-dist/tex/latex/cormorantgaramond/TS1CormorantGaramond-OsF.fd
@@ -0,0 +1,86 @@
+%% Generated by autoinst on 2016/08/15
+%%
+\ProvidesFile{TS1CormorantGaramond-OsF.fd}
+ [2016/08/15 (autoinst) Font definitions for TS1/CormorantGaramond-OsF.]
+
+\expandafter\ifx\csname CormorantGaramond@scale\endcsname\relax
+ \let\CormorantGaramond@@scale\@empty
+\else
+ \edef\CormorantGaramond@@scale{s*[\csname CormorantGaramond@scale\endcsname]}%
+\fi
+
+\DeclareFontFamily{TS1}{CormorantGaramond-OsF}{}
+
+\DeclareFontShape{TS1}{CormorantGaramond-OsF}{l}{n}{
+ <-> \CormorantGaramond@@scale CormorantGaramond-Light-osf-ts1
+}{}
+
+\DeclareFontShape{TS1}{CormorantGaramond-OsF}{l}{it}{
+ <-> \CormorantGaramond@@scale CormorantGaramond-LightItalic-osf-ts1
+}{}
+
+\DeclareFontShape{TS1}{CormorantGaramond-OsF}{l}{sl}{
+ <-> ssub * CormorantGaramond-OsF/l/it
+}{}
+
+\DeclareFontShape{TS1}{CormorantGaramond-OsF}{b}{n}{
+ <-> \CormorantGaramond@@scale CormorantGaramond-Bold-osf-ts1
+}{}
+
+\DeclareFontShape{TS1}{CormorantGaramond-OsF}{b}{it}{
+ <-> \CormorantGaramond@@scale CormorantGaramond-BoldItalic-osf-ts1
+}{}
+
+\DeclareFontShape{TS1}{CormorantGaramond-OsF}{b}{sl}{
+ <-> ssub * CormorantGaramond-OsF/b/it
+}{}
+
+\DeclareFontShape{TS1}{CormorantGaramond-OsF}{sb}{n}{
+ <-> \CormorantGaramond@@scale CormorantGaramond-SemiBold-osf-ts1
+}{}
+
+\DeclareFontShape{TS1}{CormorantGaramond-OsF}{sb}{it}{
+ <-> \CormorantGaramond@@scale CormorantGaramond-SemiBoldItalic-osf-ts1
+}{}
+
+\DeclareFontShape{TS1}{CormorantGaramond-OsF}{sb}{sl}{
+ <-> ssub * CormorantGaramond-OsF/sb/it
+}{}
+
+\DeclareFontShape{TS1}{CormorantGaramond-OsF}{mb}{n}{
+ <-> \CormorantGaramond@@scale CormorantGaramond-Medium-osf-ts1
+}{}
+
+\DeclareFontShape{TS1}{CormorantGaramond-OsF}{mb}{it}{
+ <-> \CormorantGaramond@@scale CormorantGaramond-MediumItalic-osf-ts1
+}{}
+
+\DeclareFontShape{TS1}{CormorantGaramond-OsF}{mb}{sl}{
+ <-> ssub * CormorantGaramond-OsF/mb/it
+}{}
+
+\DeclareFontShape{TS1}{CormorantGaramond-OsF}{m}{n}{
+ <-> \CormorantGaramond@@scale CormorantGaramond-Regular-osf-ts1
+}{}
+
+\DeclareFontShape{TS1}{CormorantGaramond-OsF}{m}{it}{
+ <-> \CormorantGaramond@@scale CormorantGaramond-Italic-osf-ts1
+}{}
+
+\DeclareFontShape{TS1}{CormorantGaramond-OsF}{m}{sl}{
+ <-> ssub * CormorantGaramond-OsF/m/it
+}{}
+
+\DeclareFontShape{TS1}{CormorantGaramond-OsF}{bx}{sl}{
+ <-> ssub * CormorantGaramond-OsF/b/sl
+}{}
+
+\DeclareFontShape{TS1}{CormorantGaramond-OsF}{bx}{n}{
+ <-> ssub * CormorantGaramond-OsF/b/n
+}{}
+
+\DeclareFontShape{TS1}{CormorantGaramond-OsF}{bx}{it}{
+ <-> ssub * CormorantGaramond-OsF/b/it
+}{}
+
+\endinput
diff --git a/Master/texmf-dist/tex/latex/cormorantgaramond/TS1CormorantGaramond-TLF.fd b/Master/texmf-dist/tex/latex/cormorantgaramond/TS1CormorantGaramond-TLF.fd
new file mode 100644
index 00000000000..aaaccb57e03
--- /dev/null
+++ b/Master/texmf-dist/tex/latex/cormorantgaramond/TS1CormorantGaramond-TLF.fd
@@ -0,0 +1,86 @@
+%% Generated by autoinst on 2016/08/15
+%%
+\ProvidesFile{TS1CormorantGaramond-TLF.fd}
+ [2016/08/15 (autoinst) Font definitions for TS1/CormorantGaramond-TLF.]
+
+\expandafter\ifx\csname CormorantGaramond@scale\endcsname\relax
+ \let\CormorantGaramond@@scale\@empty
+\else
+ \edef\CormorantGaramond@@scale{s*[\csname CormorantGaramond@scale\endcsname]}%
+\fi
+
+\DeclareFontFamily{TS1}{CormorantGaramond-TLF}{}
+
+\DeclareFontShape{TS1}{CormorantGaramond-TLF}{l}{n}{
+ <-> \CormorantGaramond@@scale CormorantGaramond-Light-tlf-ts1
+}{}
+
+\DeclareFontShape{TS1}{CormorantGaramond-TLF}{l}{it}{
+ <-> \CormorantGaramond@@scale CormorantGaramond-LightItalic-tlf-ts1
+}{}
+
+\DeclareFontShape{TS1}{CormorantGaramond-TLF}{l}{sl}{
+ <-> ssub * CormorantGaramond-TLF/l/it
+}{}
+
+\DeclareFontShape{TS1}{CormorantGaramond-TLF}{b}{n}{
+ <-> \CormorantGaramond@@scale CormorantGaramond-Bold-tlf-ts1
+}{}
+
+\DeclareFontShape{TS1}{CormorantGaramond-TLF}{b}{it}{
+ <-> \CormorantGaramond@@scale CormorantGaramond-BoldItalic-tlf-ts1
+}{}
+
+\DeclareFontShape{TS1}{CormorantGaramond-TLF}{b}{sl}{
+ <-> ssub * CormorantGaramond-TLF/b/it
+}{}
+
+\DeclareFontShape{TS1}{CormorantGaramond-TLF}{sb}{n}{
+ <-> \CormorantGaramond@@scale CormorantGaramond-SemiBold-tlf-ts1
+}{}
+
+\DeclareFontShape{TS1}{CormorantGaramond-TLF}{sb}{it}{
+ <-> \CormorantGaramond@@scale CormorantGaramond-SemiBoldItalic-tlf-ts1
+}{}
+
+\DeclareFontShape{TS1}{CormorantGaramond-TLF}{sb}{sl}{
+ <-> ssub * CormorantGaramond-TLF/sb/it
+}{}
+
+\DeclareFontShape{TS1}{CormorantGaramond-TLF}{mb}{n}{
+ <-> \CormorantGaramond@@scale CormorantGaramond-Medium-tlf-ts1
+}{}
+
+\DeclareFontShape{TS1}{CormorantGaramond-TLF}{mb}{it}{
+ <-> \CormorantGaramond@@scale CormorantGaramond-MediumItalic-tlf-ts1
+}{}
+
+\DeclareFontShape{TS1}{CormorantGaramond-TLF}{mb}{sl}{
+ <-> ssub * CormorantGaramond-TLF/mb/it
+}{}
+
+\DeclareFontShape{TS1}{CormorantGaramond-TLF}{m}{n}{
+ <-> \CormorantGaramond@@scale CormorantGaramond-Regular-tlf-ts1
+}{}
+
+\DeclareFontShape{TS1}{CormorantGaramond-TLF}{m}{it}{
+ <-> \CormorantGaramond@@scale CormorantGaramond-Italic-tlf-ts1
+}{}
+
+\DeclareFontShape{TS1}{CormorantGaramond-TLF}{m}{sl}{
+ <-> ssub * CormorantGaramond-TLF/m/it
+}{}
+
+\DeclareFontShape{TS1}{CormorantGaramond-TLF}{bx}{sl}{
+ <-> ssub * CormorantGaramond-TLF/b/sl
+}{}
+
+\DeclareFontShape{TS1}{CormorantGaramond-TLF}{bx}{n}{
+ <-> ssub * CormorantGaramond-TLF/b/n
+}{}
+
+\DeclareFontShape{TS1}{CormorantGaramond-TLF}{bx}{it}{
+ <-> ssub * CormorantGaramond-TLF/b/it
+}{}
+
+\endinput
diff --git a/Master/texmf-dist/tex/latex/cormorantgaramond/TS1CormorantGaramond-TOsF.fd b/Master/texmf-dist/tex/latex/cormorantgaramond/TS1CormorantGaramond-TOsF.fd
new file mode 100644
index 00000000000..d90c6354ae2
--- /dev/null
+++ b/Master/texmf-dist/tex/latex/cormorantgaramond/TS1CormorantGaramond-TOsF.fd
@@ -0,0 +1,86 @@
+%% Generated by autoinst on 2016/08/15
+%%
+\ProvidesFile{TS1CormorantGaramond-TOsF.fd}
+ [2016/08/15 (autoinst) Font definitions for TS1/CormorantGaramond-TOsF.]
+
+\expandafter\ifx\csname CormorantGaramond@scale\endcsname\relax
+ \let\CormorantGaramond@@scale\@empty
+\else
+ \edef\CormorantGaramond@@scale{s*[\csname CormorantGaramond@scale\endcsname]}%
+\fi
+
+\DeclareFontFamily{TS1}{CormorantGaramond-TOsF}{}
+
+\DeclareFontShape{TS1}{CormorantGaramond-TOsF}{l}{n}{
+ <-> \CormorantGaramond@@scale CormorantGaramond-Light-tosf-ts1
+}{}
+
+\DeclareFontShape{TS1}{CormorantGaramond-TOsF}{l}{it}{
+ <-> \CormorantGaramond@@scale CormorantGaramond-LightItalic-tosf-ts1
+}{}
+
+\DeclareFontShape{TS1}{CormorantGaramond-TOsF}{l}{sl}{
+ <-> ssub * CormorantGaramond-TOsF/l/it
+}{}
+
+\DeclareFontShape{TS1}{CormorantGaramond-TOsF}{b}{n}{
+ <-> \CormorantGaramond@@scale CormorantGaramond-Bold-tosf-ts1
+}{}
+
+\DeclareFontShape{TS1}{CormorantGaramond-TOsF}{b}{it}{
+ <-> \CormorantGaramond@@scale CormorantGaramond-BoldItalic-tosf-ts1
+}{}
+
+\DeclareFontShape{TS1}{CormorantGaramond-TOsF}{b}{sl}{
+ <-> ssub * CormorantGaramond-TOsF/b/it
+}{}
+
+\DeclareFontShape{TS1}{CormorantGaramond-TOsF}{sb}{n}{
+ <-> \CormorantGaramond@@scale CormorantGaramond-SemiBold-tosf-ts1
+}{}
+
+\DeclareFontShape{TS1}{CormorantGaramond-TOsF}{sb}{it}{
+ <-> \CormorantGaramond@@scale CormorantGaramond-SemiBoldItalic-tosf-ts1
+}{}
+
+\DeclareFontShape{TS1}{CormorantGaramond-TOsF}{sb}{sl}{
+ <-> ssub * CormorantGaramond-TOsF/sb/it
+}{}
+
+\DeclareFontShape{TS1}{CormorantGaramond-TOsF}{mb}{n}{
+ <-> \CormorantGaramond@@scale CormorantGaramond-Medium-tosf-ts1
+}{}
+
+\DeclareFontShape{TS1}{CormorantGaramond-TOsF}{mb}{it}{
+ <-> \CormorantGaramond@@scale CormorantGaramond-MediumItalic-tosf-ts1
+}{}
+
+\DeclareFontShape{TS1}{CormorantGaramond-TOsF}{mb}{sl}{
+ <-> ssub * CormorantGaramond-TOsF/mb/it
+}{}
+
+\DeclareFontShape{TS1}{CormorantGaramond-TOsF}{m}{n}{
+ <-> \CormorantGaramond@@scale CormorantGaramond-Regular-tosf-ts1
+}{}
+
+\DeclareFontShape{TS1}{CormorantGaramond-TOsF}{m}{it}{
+ <-> \CormorantGaramond@@scale CormorantGaramond-Italic-tosf-ts1
+}{}
+
+\DeclareFontShape{TS1}{CormorantGaramond-TOsF}{m}{sl}{
+ <-> ssub * CormorantGaramond-TOsF/m/it
+}{}
+
+\DeclareFontShape{TS1}{CormorantGaramond-TOsF}{bx}{sl}{
+ <-> ssub * CormorantGaramond-TOsF/b/sl
+}{}
+
+\DeclareFontShape{TS1}{CormorantGaramond-TOsF}{bx}{n}{
+ <-> ssub * CormorantGaramond-TOsF/b/n
+}{}
+
+\DeclareFontShape{TS1}{CormorantGaramond-TOsF}{bx}{it}{
+ <-> ssub * CormorantGaramond-TOsF/b/it
+}{}
+
+\endinput