diff options
author | Karl Berry <karl@freefriends.org> | 2013-05-02 21:52:06 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2013-05-02 21:52:06 +0000 |
commit | ca2ad87300f7fb47774a8b8b0dc98018c8f54da2 (patch) | |
tree | 6373b5337dfd50bbf4b12b6396b5dd6c21a2452d /Master | |
parent | af17255de8ba608f03d26eeb4ef5a774990da738 (diff) |
raleway (2may13)
git-svn-id: svn://tug.org/texlive/trunk@30211 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master')
575 files changed, 2824 insertions, 1 deletions
diff --git a/Master/texmf-dist/doc/latex/raleway/OFL.txt b/Master/texmf-dist/doc/latex/raleway/OFL.txt new file mode 100644 index 00000000000..74c3cd4eeda --- /dev/null +++ b/Master/texmf-dist/doc/latex/raleway/OFL.txt @@ -0,0 +1,96 @@ +Copyright (c) 2010, Matt McInerney (matt@pixelspread.com), +Copyright (c) 2011, Pablo Impallari (www.impallari.com|impallari@gmail.com), +Copyright (c) 2011, Rodrigo Fuenzalida (www.rfuenzalida.com|hello@rfuenzalida.com),
+with Reserved Font Name Raleway.
+
+This Font Software is licensed under the SIL Open Font License, Version 1.1.
+This license is copied below, and is also available with a FAQ at:
+http://scripts.sil.org/OFL
+
+
+-----------------------------------------------------------
+SIL OPEN FONT LICENSE Version 1.1 - 26 February 2007
+-----------------------------------------------------------
+
+PREAMBLE
+The goals of the Open Font License (OFL) are to stimulate worldwide
+development of collaborative font projects, to support the font creation
+efforts of academic and linguistic communities, and to provide a free and
+open framework in which fonts may be shared and improved in partnership
+with others.
+
+The OFL allows the licensed fonts to be used, studied, modified and
+redistributed freely as long as they are not sold by themselves. The
+fonts, including any derivative works, can be bundled, embedded,
+redistributed and/or sold with any software provided that any reserved
+names are not used by derivative works. The fonts and derivatives,
+however, cannot be released under any other type of license. The
+requirement for fonts to remain under this license does not apply
+to any document created using the fonts or their derivatives.
+
+DEFINITIONS
+"Font Software" refers to the set of files released by the Copyright
+Holder(s) under this license and clearly marked as such. This may
+include source files, build scripts and documentation.
+
+"Reserved Font Name" refers to any names specified as such after the
+copyright statement(s).
+
+"Original Version" refers to the collection of Font Software components as
+distributed by the Copyright Holder(s).
+
+"Modified Version" refers to any derivative made by adding to, deleting,
+or substituting -- in part or in whole -- any of the components of the
+Original Version, by changing formats or by porting the Font Software to a
+new environment.
+
+"Author" refers to any designer, engineer, programmer, technical
+writer or other person who contributed to the Font Software.
+
+PERMISSION & CONDITIONS
+Permission is hereby granted, free of charge, to any person obtaining
+a copy of the Font Software, to use, study, copy, merge, embed, modify,
+redistribute, and sell modified and unmodified copies of the Font
+Software, subject to the following conditions:
+
+1) Neither the Font Software nor any of its individual components,
+in Original or Modified Versions, may be sold by itself.
+
+2) Original or Modified Versions of the Font Software may be bundled,
+redistributed and/or sold with any software, provided that each copy
+contains the above copyright notice and this license. These can be
+included either as stand-alone text files, human-readable headers or
+in the appropriate machine-readable metadata fields within text or
+binary files as long as those fields can be easily viewed by the user.
+
+3) No Modified Version of the Font Software may use the Reserved Font
+Name(s) unless explicit written permission is granted by the corresponding
+Copyright Holder. This restriction only applies to the primary font name as
+presented to the users.
+
+4) The name(s) of the Copyright Holder(s) or the Author(s) of the Font
+Software shall not be used to promote, endorse or advertise any
+Modified Version, except to acknowledge the contribution(s) of the
+Copyright Holder(s) and the Author(s) or with their explicit written
+permission.
+
+5) The Font Software, modified or unmodified, in part or in whole,
+must be distributed entirely under this license, and must not be
+distributed under any other license. The requirement for fonts to
+remain under this license does not apply to any document created
+using the Font Software.
+
+TERMINATION
+This license becomes null and void if any of the above conditions are
+not met.
+
+DISCLAIMER
+THE FONT SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
+EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO ANY WARRANTIES OF
+MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT
+OF COPYRIGHT, PATENT, TRADEMARK, OR OTHER RIGHT. IN NO EVENT SHALL THE
+COPYRIGHT HOLDER BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
+INCLUDING ANY GENERAL, SPECIAL, INDIRECT, INCIDENTAL, OR CONSEQUENTIAL
+DAMAGES, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
+FROM, OUT OF THE USE OR INABILITY TO USE THE FONT SOFTWARE OR FROM
+OTHER DEALINGS IN THE FONT SOFTWARE.
diff --git a/Master/texmf-dist/doc/latex/raleway/README b/Master/texmf-dist/doc/latex/raleway/README new file mode 100644 index 00000000000..1b0536b9a3e --- /dev/null +++ b/Master/texmf-dist/doc/latex/raleway/README @@ -0,0 +1,34 @@ +Raleway 1.0 +=========== +This package provides the Raleway font family as a LaTeX package. +Full documentation and revision history in `raleway.pdf`. + +Options +------- +The following options can be used: + +* `oldstyle, osf`: use old style numbers. +* `lining, nf`: use lining numbers. +* `tabular`: use fixed-width numbers. +* `proportional`: use normal numbers. +* `heavy`: `\bfseries` is heavy. +* `extrabold`: `\bfseries` is extrabold. +* `semibold`: `\bfseries` is semibold. +* `bold`: `\bfseries` is bold. +* `light`: `\mdseries` is light. +* `extralight`: `\mdseries` is extra light. +* `regular`: `\mdseries` is regular. +* `medium`: `\mdseries` is medium. +* `thin`: `\mdseries` is thin. +* `scale, scaled`: set scaling for the font, eg: scale=.5 +* `default`: Raleway is set as default font family. +* `nosfdefault`: Raleway is not set as sans-serif family. +* `type1, t1`: override detection and load the Type1 font family. +* `opentype, otf`: override detection and load the OpenType font family. + +License +------- +Fonts are provided under the SIL Open Font License 1.1. +LaTeX source is licensed under the LPPL version 1.3 or higher. + +Enjoy!
\ No newline at end of file diff --git a/Master/texmf-dist/doc/latex/raleway/raleway-otf-specimen.pdf b/Master/texmf-dist/doc/latex/raleway/raleway-otf-specimen.pdf Binary files differnew file mode 100644 index 00000000000..c6730928ab0 --- /dev/null +++ b/Master/texmf-dist/doc/latex/raleway/raleway-otf-specimen.pdf diff --git a/Master/texmf-dist/doc/latex/raleway/raleway-otf-specimen.tex b/Master/texmf-dist/doc/latex/raleway/raleway-otf-specimen.tex new file mode 100644 index 00000000000..ad327346ebc --- /dev/null +++ b/Master/texmf-dist/doc/latex/raleway/raleway-otf-specimen.tex @@ -0,0 +1,36 @@ +\documentclass[11pt,a4paper]{article} +\usepackage{array} +\usepackage[default,opentype]{raleway} +\usepackage[margin=0mm,paperheight=30mm,paperwidth=200mm]{geometry} + +\newcommand*\spA{abcde} +\newcommand*\spB{01469} +\newcommand*\spr[1][\spA]{& #1 & #1 & #1 & #1 & #1 & #1 & #1 & #1 & #1\\} +\begin{document} +\centering +\begin{tabular}{ + >{}l + >{\ralewaythin}c + >{\ralewayextra}c + >{\ralewaylight}c + >{\raleway}c + >{\ralewaymedium}c + >{\ralewaylight\bfseries}c + >{\raleway\bfseries}c + >{\ralewayextra\bfseries}c + >{\ralewaythin\bfseries}c } + & Thin & ExtraLight & Light & Regular & Medium & Semibold & Bold & Extrabold & Black \\ + normal \spr +% italic \spr[\itshape\spA] + small-caps \spr[\scshape\spA] +% italic small-caps \spr[\scshape\itshape\spA] + capitals \spr[\MakeUppercase\spA] +% italic capitals \spr[\itshape\MakeUppercase\spA] + lining \spr[\liningnums{\spB}] +% lining italic \spr[\liningnums{\itshape\spB}] +% lining small-caps \spr[\liningnums{\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}
\ No newline at end of file diff --git a/Master/texmf-dist/doc/latex/raleway/raleway-type1-specimen.pdf b/Master/texmf-dist/doc/latex/raleway/raleway-type1-specimen.pdf Binary files differnew file mode 100644 index 00000000000..13b6a8629ca --- /dev/null +++ b/Master/texmf-dist/doc/latex/raleway/raleway-type1-specimen.pdf diff --git a/Master/texmf-dist/doc/latex/raleway/raleway-type1-specimen.tex b/Master/texmf-dist/doc/latex/raleway/raleway-type1-specimen.tex new file mode 100644 index 00000000000..6a05cec8896 --- /dev/null +++ b/Master/texmf-dist/doc/latex/raleway/raleway-type1-specimen.tex @@ -0,0 +1,37 @@ +\documentclass[11pt,a4paper]{article} +\usepackage{array} +\usepackage[default,type1]{raleway} +\usepackage[T1]{fontenc} +\usepackage[margin=0mm,paperheight=30mm,paperwidth=200mm]{geometry} + +\newcommand*\spA{abcde} +\newcommand*\spB{01469} +\newcommand*\spr[1][\spA]{& #1 & #1 & #1 & #1 & #1 & #1 & #1 & #1 & #1\\} +\begin{document} +\centering +\begin{tabular}{ + l + >{\fontseries{t}\fontshape{n}\selectfont}c + >{\fontseries{el}\fontshape{n}\selectfont}c + >{\fontseries{l}\fontshape{n}\selectfont}c + >{\fontseries{m}\fontshape{n}\selectfont}c + >{\fontseries{mb}\fontshape{n}\selectfont}c + >{\fontseries{sb}\fontshape{n}\selectfont}c + >{\fontseries{b}\fontshape{n}\selectfont}c + >{\fontseries{eb}\fontshape{n}\selectfont}c + >{\fontseries{k}\fontshape{n}\selectfont}c } + & Thin & ExtraLight & Light & Regular & Medium & Semibold & Bold & Extrabold & Black \\ + normal \spr +% italic \spr[\itshape\spA] + small-caps \spr[\scshape\spA] +% italic small-caps \spr[\scshape\itshape\spA] + capitals \spr[\MakeUppercase\spA] +% italic capitals \spr[\itshape\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}
\ No newline at end of file diff --git a/Master/texmf-dist/doc/latex/raleway/raleway.pdf b/Master/texmf-dist/doc/latex/raleway/raleway.pdf Binary files differnew file mode 100644 index 00000000000..2c0c18fc81f --- /dev/null +++ b/Master/texmf-dist/doc/latex/raleway/raleway.pdf diff --git a/Master/texmf-dist/doc/latex/raleway/raleway.tex b/Master/texmf-dist/doc/latex/raleway/raleway.tex new file mode 100644 index 00000000000..7dcb72f3a56 --- /dev/null +++ b/Master/texmf-dist/doc/latex/raleway/raleway.tex @@ -0,0 +1,163 @@ +\documentclass[11pt,a4paper,english]{article} +\usepackage{geometry,dtklogos,hyperref,babel,mdwlist,array,multicol} +\usepackage[default]{raleway} +\usepackage[scaled=1]{sourcecodepro} + +\hypersetup{ + colorlinks, + citecolor=blue, + filecolor=blue, + linkcolor=blue, + urlcolor=blue +} +\newcommand*\file[1]{\href{run:#1.pdf}{#1}} + +\title{\bfseries + \Huge raleway\\ + \Large Matt McInerney’s Raleway family for \LaTeX +} + +\author{Silke Hofstra, \href{mailto:tex@slxh.nl}{tex@slxh.nl}} +\date{Documentation for raleway v1.0.\\ \today} + +\begin{document} +\maketitle +\begin{multicols}{2} +This package provides the Raleway family in an easy to use way. For \XeLaTeX\ and \LuaLaTeX\ users the original OpenType fonts are used. The entire font family is included. + +The current raleway family is an extension of the original Raleway Thin by Matt McInerney. The family has been extended by Impallari, for more information see \href{http://www.impallari.com/projects/overview/matt-mcinerneys-raleway-family}{the impallari website}. + +\section{Options} +The package has the following options: +\begin{itemize*} + \item \textbf{oldstyle, osf}: use old style numbers. + \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{extrabold}: \texttt{\textbackslash bfseries} is extrabold. + \item \textbf{semibold}: \texttt{\textbackslash bfseries} is semibold. + \item \textbf{bold}: \texttt{\textbackslash bfseries} is bold. + \item \textbf{thin}: \texttt{\textbackslash mdseries} is thin. + \item \textbf{extralight}: \texttt{\textbackslash mdseries} is extra light. + \item \textbf{light}: \texttt{\textbackslash mdseries} is light. + \item \textbf{regular}: \texttt{\textbackslash mdseries} is regular. + \item \textbf{medium}: \texttt{\textbackslash mdseries} is medium. + \item \textbf{scale, scaled}: Change the scaling with a factor. For example: \texttt{scale=.5} + \item \textbf{default}: Raleway is set as the default font family and as the sans serif family. + \item \textbf{nosfdefault}: Raleway is not set as sans-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*} +The following options are enabled by default: oldstyle, proportional, bold and regular. + +\section{Commands} +Commands for all weights are also provided for \XeLaTeX\ and \LuaLaTeX\ users. +\begin{itemize*} + \item \texttt{\bfseries \textbackslash raleway} + -- the regular and bold weights. + \item \texttt{\bfseries \textbackslash ralewaymedium} + -- the medium and bold weights. + \item \texttt{\bfseries \textbackslash ralewaylight} + -- the light and semibold weights. + \item \texttt{\bfseries \textbackslash ralewayextra} + -- the extra light and extra bold weights. + \item \texttt{\bfseries \textbackslash ralewaythin} + -- the thin and black weights. +\end{itemize*} + +\section{Licence} +The Raleway typeface is available under the \href{http://scripts.sil.org/OFL}{SIL Open Font License 1.1}.\\ +All \LaTeX\ code is available under the \href{http://www.latex-project.org/lppl/}{\LaTeX\ project public license} v1.3 or later. + +\section{Specimen} +Simple specimen are included on page \pageref{sec:specimen}. +As you can see the font currently has no italics. + +\section{OpenType} +The OpenType fonts have many features, including old style numerals (1 6 9), ligatures (ff fi fl) and stylistic alternatives ({\addfontfeature{Style=Alternate} l a g}). + +\subsection{Features} +A complete list of available font features is available on page \pageref{sec:otfinfo}. More information on how to use font features can be found in the \href{http://mirror.ctan.org/macros/latex/contrib/fontspec/fontspec.pdf}{fontspec documentation}. + +\subsection{Files} +\begin{itemize*} + \item Raleway-Thin.otf +% \item Raleway-ThinIt.otf + \item Raleway-ExtraLight.otf +% \item Raleway-ExtraLightIt.otf + \item Raleway-Light.otf +% \item Raleway-LightIt.otf + \item Raleway-Regular.otf +% \item Raleway-RegularIt.otf + \item Raleway-Medium.otf +% \item Raleway-MediumIt.otf + \item Raleway-Semibold.otf +% \item Raleway-SemiboldIt.otf + \item Raleway-Bold.otf +% \item Raleway-BoldIt.otf + \item Raleway-ExtraBold.otf +% \item Raleway-BlackIt.otf + \item Raleway-Black.otf +% \item Raleway-BlackIt.otf +\end{itemize*} + +\section{Type1} +The following Type1 font families are included: +\begin{itemize*} +% \item Raleway-LF + \item Raleway-TLF + \item Raleway-OsF + \item Raleway-TOsF +\end{itemize*} +With series ‘t’, ‘el’, ‘l’, ‘m’, ‘mb’, ‘sb’, ‘b’, ‘eb’ and shapes ‘n’ and ‘sc’. + +\section{Version history} +\subsection*{1.0} +\begin{itemize*} + \item Initial release with v2.2 of the fonts. +\end{itemize*} + +%\section{Known issues} + +\newpage +\end{multicols} + +\section{Specimen} +\label{sec:specimen} +\subsection{OpenType} +\begin{figure}[ht] + \centering + \includegraphics[width=\textwidth]{raleway-otf-specimen} +\end{figure} +This table can also be found in \file{raleway-otf-specimen}. + +\subsection{Type1} +\begin{figure}[ht] + \centering + \includegraphics[width=\textwidth]{raleway-type1-specimen} +\end{figure} +This table can also be found in \file{raleway-type1-specimen}. + +\newpage +\section{Opentype features} +\label{sec:otfinfo} + +\begin{figure}[ht] + \centering + \begin{tabular}{>{\ttfamily}l l} + aalt & Access All Alternates \\ + dlig & Discretionary Ligatures \\ + kern & Kerning \\ + liga & Standard Ligatures \\ + onum & Oldstyle Figures \\ + salt & Stylistic Alternates \\ + smcp & Small Capitals \\ + ss01 & Stylistic Set 1 \\ + ss02 & Stylistic Set 2 \\ + \end{tabular} +\end{figure} +(list generated with otfinfo) + +\end{document} + diff --git a/Master/texmf-dist/fonts/enc/dvips/raleway/a_7mkq5h.enc b/Master/texmf-dist/fonts/enc/dvips/raleway/a_7mkq5h.enc new file mode 100644 index 00000000000..6183f487abf --- /dev/null +++ b/Master/texmf-dist/fonts/enc/dvips/raleway/a_7mkq5h.enc @@ -0,0 +1,66 @@ +% THIS FILE WAS AUTOMATICALLY GENERATED -- DO NOT EDIT + +%%AutoEnc_7mkq5hlvvz6td6ntpda3wnyeoe +% Encoding created by otftotfm on Wed May 1 20:40:42 2013 +% Command line follows encoding +/AutoEnc_7mkq5hlvvz6td6ntpda3wnyeoe [ +%00 + /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef + /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef +%10 + /dotlessi /dotlessj /grave /acute /caron /breve /macron /ring + /cedilla /.notdef /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.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 /.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/theleagueofmoveabletype/raleway +% --vf-directory=fonts/vf/theleagueofmoveabletype/raleway +% --type1-directory=fonts/type1/theleagueofmoveabletype/raleway +% --truetype-directory=fonts/truetype/theleagueofmoveabletype/raleway +% --encoding-directory=fonts/enc/dvips/raleway +% --map-file=fonts/map/dvips/raleway/Raleway.map --no-updmap +% --coding-scheme=TEX TEXT --feature=kern --feature=liga --feature=onum +% --feature=smcp --unicoding=germandbls =: SSsmall +% fonts/opentype/theleagueofmoveabletype/raleway/Raleway-Black.otf +% Raleway-Black-tosf-sc-ot1' diff --git a/Master/texmf-dist/fonts/enc/dvips/raleway/a_bzmckq.enc b/Master/texmf-dist/fonts/enc/dvips/raleway/a_bzmckq.enc new file mode 100644 index 00000000000..f3c6081bfcc --- /dev/null +++ b/Master/texmf-dist/fonts/enc/dvips/raleway/a_bzmckq.enc @@ -0,0 +1,66 @@ +% THIS FILE WAS AUTOMATICALLY GENERATED -- DO NOT EDIT + +%%AutoEnc_bzmckqgtii4vkjmoonxvei4u6a +% Encoding created by otftotfm on Wed May 1 20:40:34 2013 +% Command line follows encoding +/AutoEnc_bzmckqgtii4vkjmoonxvei4u6a [ +%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 /dotlessj /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.lnum /one.lnum /two.lnum /three.lnum /four.lnum /five.lnum /six.lnum /seven.lnum + /eight.lnum /nine.lnum /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 /Eng /Ohungarumlaut /Racute +%90 + /Rcaron /Sacute /Scaron /uni015E /Tcaron /uni0162 /Uhungarumlaut /Uring + /Ydieresis /Zacute /Zcaron /Zdotaccent /IJ /Idotaccent /dcroat /section +%A0 + /abreve /aogonek /cacute /ccaron /dcaron /ecaron /eogonek /gbreve + /lacute /lcaron /lslash /nacute /ncaron /eng /ohungarumlaut /racute +%B0 + /rcaron /sacute /scaron /uni015F /tcaron /uni0163 /uhungarumlaut /uring + /ydieresis /zacute /zcaron /zdotaccent /ij /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/theleagueofmoveabletype/raleway +% --vf-directory=fonts/vf/theleagueofmoveabletype/raleway +% --type1-directory=fonts/type1/theleagueofmoveabletype/raleway +% --truetype-directory=fonts/truetype/theleagueofmoveabletype/raleway +% --encoding-directory=fonts/enc/dvips/raleway +% --map-file=fonts/map/dvips/raleway/Raleway.map --no-updmap +% --coding-scheme=EXTENDED TEX FONT ENCODING - LATIN --feature=kern +% --feature=liga --feature=lnum +% fonts/opentype/theleagueofmoveabletype/raleway/Raleway-Black.otf +% Raleway-Black-tlf-t1' diff --git a/Master/texmf-dist/fonts/enc/dvips/raleway/a_ioyy6d.enc b/Master/texmf-dist/fonts/enc/dvips/raleway/a_ioyy6d.enc new file mode 100644 index 00000000000..7fc2c44b10c --- /dev/null +++ b/Master/texmf-dist/fonts/enc/dvips/raleway/a_ioyy6d.enc @@ -0,0 +1,66 @@ +% THIS FILE WAS AUTOMATICALLY GENERATED -- DO NOT EDIT + +%%AutoEnc_ioyy6dtanko2fvxxqrnfebugbf +% Encoding created by otftotfm on Wed May 1 20:40:35 2013 +% Command line follows encoding +/AutoEnc_ioyy6dtanko2fvxxqrnfebugbf [ +%00 + /f_f /Euro /f_i /f_l /fraction /dotaccent /hungarumlaut /ogonek + /f_f_i /f_f_l /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef +%10 + /dotlessi /dotlessj /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.lnum /one.lnum /two.lnum /three.lnum /four.lnum /five.lnum /six.lnum /seven.lnum + /eight.lnum /nine.lnum /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 /florin /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 + /uni00A0 /exclamdown /cent /sterling /.notdef /yen /brokenbar /section + /dieresis /copyright /ordfeminine /guillemotleft /logicalnot /uni00AD /registered /macron +%B0 + /degree /plusminus /twosuperior /threesuperior /acute /mu /paragraph /periodcentered + /cedilla /onesuperior /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/theleagueofmoveabletype/raleway +% --vf-directory=fonts/vf/theleagueofmoveabletype/raleway +% --type1-directory=fonts/type1/theleagueofmoveabletype/raleway +% --truetype-directory=fonts/truetype/theleagueofmoveabletype/raleway +% --encoding-directory=fonts/enc/dvips/raleway +% --map-file=fonts/map/dvips/raleway/Raleway.map --no-updmap +% --coding-scheme=TEX TYPEWRITER AND WINDOWS ANSI --feature=kern +% --feature=liga --feature=lnum +% fonts/opentype/theleagueofmoveabletype/raleway/Raleway-Black.otf +% Raleway-Black-tlf-ly1' diff --git a/Master/texmf-dist/fonts/enc/dvips/raleway/a_k2dfwc.enc b/Master/texmf-dist/fonts/enc/dvips/raleway/a_k2dfwc.enc new file mode 100644 index 00000000000..5987b701df1 --- /dev/null +++ b/Master/texmf-dist/fonts/enc/dvips/raleway/a_k2dfwc.enc @@ -0,0 +1,66 @@ +% THIS FILE WAS AUTOMATICALLY GENERATED -- DO NOT EDIT + +%%AutoEnc_k2dfwctkq4dlf2rto5dn2jhh7h +% Encoding created by otftotfm on Wed May 1 20:40:40 2013 +% Command line follows encoding +/AutoEnc_k2dfwctkq4dlf2rto5dn2jhh7h [ +%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 /dotlessj /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 /Eng /Ohungarumlaut /Racute +%90 + /Rcaron /Sacute /Scaron /uni015E /Tcaron /uni0162 /Uhungarumlaut /Uring + /Ydieresis /Zacute /Zcaron /Zdotaccent /IJ /Idotaccent /dcroat /section +%A0 + /abreve /aogonek /cacute /ccaron /dcaron /ecaron /eogonek /gbreve + /lacute /lcaron /lslash /nacute /ncaron /eng /ohungarumlaut /racute +%B0 + /rcaron /sacute /scaron /uni015F /tcaron /uni0163 /uhungarumlaut /uring + /ydieresis /zacute /zcaron /zdotaccent /ij /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/theleagueofmoveabletype/raleway +% --vf-directory=fonts/vf/theleagueofmoveabletype/raleway +% --type1-directory=fonts/type1/theleagueofmoveabletype/raleway +% --truetype-directory=fonts/truetype/theleagueofmoveabletype/raleway +% --encoding-directory=fonts/enc/dvips/raleway +% --map-file=fonts/map/dvips/raleway/Raleway.map --no-updmap +% --coding-scheme=EXTENDED TEX FONT ENCODING - LATIN --feature=kern +% --feature=liga --feature=onum +% fonts/opentype/theleagueofmoveabletype/raleway/Raleway-Black.otf +% Raleway-Black-tosf-t1' diff --git a/Master/texmf-dist/fonts/enc/dvips/raleway/a_keo5xw.enc b/Master/texmf-dist/fonts/enc/dvips/raleway/a_keo5xw.enc new file mode 100644 index 00000000000..aef5b0712a4 --- /dev/null +++ b/Master/texmf-dist/fonts/enc/dvips/raleway/a_keo5xw.enc @@ -0,0 +1,66 @@ +% THIS FILE WAS AUTOMATICALLY GENERATED -- DO NOT EDIT + +%%AutoEnc_keo5xwjkqdurqm7crshviqjsfc +% Encoding created by otftotfm on Wed May 1 20:40:36 2013 +% Command line follows encoding +/AutoEnc_keo5xwjkqdurqm7crshviqjsfc [ +%00 + /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef + /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef +%10 + /dotlessi /dotlessj /grave /acute /caron /breve /macron /ring + /cedilla /.notdef /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.lnum /one.lnum /two.lnum /three.lnum /four.lnum /five.lnum /six.lnum /seven.lnum + /eight.lnum /nine.lnum /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 /.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/theleagueofmoveabletype/raleway +% --vf-directory=fonts/vf/theleagueofmoveabletype/raleway +% --type1-directory=fonts/type1/theleagueofmoveabletype/raleway +% --truetype-directory=fonts/truetype/theleagueofmoveabletype/raleway +% --encoding-directory=fonts/enc/dvips/raleway +% --map-file=fonts/map/dvips/raleway/Raleway.map --no-updmap +% --coding-scheme=TEX TEXT --feature=kern --feature=liga --feature=lnum +% --feature=smcp --unicoding=germandbls =: SSsmall +% fonts/opentype/theleagueofmoveabletype/raleway/Raleway-Black.otf +% Raleway-Black-tlf-sc-ot1' diff --git a/Master/texmf-dist/fonts/enc/dvips/raleway/a_l5jmzb.enc b/Master/texmf-dist/fonts/enc/dvips/raleway/a_l5jmzb.enc new file mode 100644 index 00000000000..1b0c941c149 --- /dev/null +++ b/Master/texmf-dist/fonts/enc/dvips/raleway/a_l5jmzb.enc @@ -0,0 +1,67 @@ +% THIS FILE WAS AUTOMATICALLY GENERATED -- DO NOT EDIT + +%%AutoEnc_l5jmzbdek67eb3pjey64epeonb +% Encoding created by otftotfm on Wed May 1 20:40:38 2013 +% Command line follows encoding +/AutoEnc_l5jmzbdek67eb3pjey64epeonb [ +%00 + /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef + /.notdef /.notdef /.notdef /cedilla /ogonek /quotesinglbase /C /asterisk +%10 + /bar /exclam /quotedblbase /exclamdown /question /.notdef /.notdef /.notdef + /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /questiondown /.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 /.notdef + /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef +%60 + /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef + /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.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 /florin /.notdef /.notdef /.notdef +%90 + /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /trademark + /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef +%A0 + /.notdef /.notdef /cent /sterling /.notdef /yen /brokenbar /section + /.notdef /copyright /ordfeminine /.notdef /logicalnot /.notdef /registered /.notdef +%B0 + /degree /plusminus /twosuperior /threesuperior /.notdef /mu /paragraph /periodcentered + /.notdef /onesuperior /ordmasculine /.notdef /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/theleagueofmoveabletype/raleway +% --vf-directory=fonts/vf/theleagueofmoveabletype/raleway +% --type1-directory=fonts/type1/theleagueofmoveabletype/raleway +% --truetype-directory=fonts/truetype/theleagueofmoveabletype/raleway +% --encoding-directory=fonts/enc/dvips/raleway +% --map-file=fonts/map/dvips/raleway/Raleway.map --no-updmap +% --coding-scheme=TEX TEXT COMPANION SYMBOLS 1---TS1 --feature=onum +% --ligkern=f i =: fi --ligkern=f l =: fl --ligkern=f f =: ff --ligkern=ff i +% =: ffi --ligkern=ff l =: ffl +% fonts/opentype/theleagueofmoveabletype/raleway/Raleway-Black.otf +% Raleway-Black-tlf-ts1' diff --git a/Master/texmf-dist/fonts/enc/dvips/raleway/a_nli7k3.enc b/Master/texmf-dist/fonts/enc/dvips/raleway/a_nli7k3.enc new file mode 100644 index 00000000000..b91885690c3 --- /dev/null +++ b/Master/texmf-dist/fonts/enc/dvips/raleway/a_nli7k3.enc @@ -0,0 +1,65 @@ +% THIS FILE WAS AUTOMATICALLY GENERATED -- DO NOT EDIT + +%%AutoEnc_nli7k3gr6onzj4mylz6rlc6j5g +% Encoding created by otftotfm on Wed May 1 20:40:33 2013 +% Command line follows encoding +/AutoEnc_nli7k3gr6onzj4mylz6rlc6j5g [ +%00 + /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef + /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef +%10 + /dotlessi /dotlessj /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.lnum /one.lnum /two.lnum /three.lnum /four.lnum /five.lnum /six.lnum /seven.lnum + /eight.lnum /nine.lnum /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_f /f_i /f_l /f_f_i /f_f_l /.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/theleagueofmoveabletype/raleway +% --vf-directory=fonts/vf/theleagueofmoveabletype/raleway +% --type1-directory=fonts/type1/theleagueofmoveabletype/raleway +% --truetype-directory=fonts/truetype/theleagueofmoveabletype/raleway +% --encoding-directory=fonts/enc/dvips/raleway +% --map-file=fonts/map/dvips/raleway/Raleway.map --no-updmap +% --coding-scheme=TEX TEXT --feature=kern --feature=liga --feature=lnum +% fonts/opentype/theleagueofmoveabletype/raleway/Raleway-Black.otf +% Raleway-Black-tlf-ot1' diff --git a/Master/texmf-dist/fonts/enc/dvips/raleway/a_oaj2jl.enc b/Master/texmf-dist/fonts/enc/dvips/raleway/a_oaj2jl.enc new file mode 100644 index 00000000000..614b41b6402 --- /dev/null +++ b/Master/texmf-dist/fonts/enc/dvips/raleway/a_oaj2jl.enc @@ -0,0 +1,65 @@ +% THIS FILE WAS AUTOMATICALLY GENERATED -- DO NOT EDIT + +%%AutoEnc_oaj2jlco4ciqucv6oj57k3g4bg +% Encoding created by otftotfm on Wed May 1 20:40:39 2013 +% Command line follows encoding +/AutoEnc_oaj2jlco4ciqucv6oj57k3g4bg [ +%00 + /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef + /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef +%10 + /dotlessi /dotlessj /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_f /f_i /f_l /f_f_i /f_f_l /.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/theleagueofmoveabletype/raleway +% --vf-directory=fonts/vf/theleagueofmoveabletype/raleway +% --type1-directory=fonts/type1/theleagueofmoveabletype/raleway +% --truetype-directory=fonts/truetype/theleagueofmoveabletype/raleway +% --encoding-directory=fonts/enc/dvips/raleway +% --map-file=fonts/map/dvips/raleway/Raleway.map --no-updmap +% --coding-scheme=TEX TEXT --feature=kern --feature=liga --feature=onum +% fonts/opentype/theleagueofmoveabletype/raleway/Raleway-Black.otf +% Raleway-Black-tosf-ot1' diff --git a/Master/texmf-dist/fonts/enc/dvips/raleway/a_sor5xn.enc b/Master/texmf-dist/fonts/enc/dvips/raleway/a_sor5xn.enc new file mode 100644 index 00000000000..1cb24427b04 --- /dev/null +++ b/Master/texmf-dist/fonts/enc/dvips/raleway/a_sor5xn.enc @@ -0,0 +1,66 @@ +% THIS FILE WAS AUTOMATICALLY GENERATED -- DO NOT EDIT + +%%AutoEnc_sor5xnazjlqd3rl5fvx2e2pn6b +% Encoding created by otftotfm on Wed May 1 20:40:42 2013 +% Command line follows encoding +/AutoEnc_sor5xnazjlqd3rl5fvx2e2pn6b [ +%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 /dotlessj /.notdef /.notdef /.notdef /.notdef /.notdef +%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.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 /Eng /Ohungarumlaut /Racute +%90 + /Rcaron /Sacute /Scaron /uni015E /Tcaron /uni0162 /Uhungarumlaut /Uring + /Ydieresis /Zacute /Zcaron /Zdotaccent /IJ /Idotaccent /dcroat /section +%A0 + /abreve /aogonek /cacute /ccaron /dcaron /ecaron /eogonek /gbreve + /lacute /lcaron /lslash /nacute /ncaron /eng /ohungarumlaut /racute +%B0 + /rcaron /sacute /scaron /uni015F /tcaron /uni0163 /uhungarumlaut /uring + /ydieresis /zacute /zcaron /zdotaccent /ij /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 /.notdef +] def +% Command line: 'otftotfm --automatic --encoding=fontools_t1 +% --tfm-directory=fonts/tfm/theleagueofmoveabletype/raleway +% --vf-directory=fonts/vf/theleagueofmoveabletype/raleway +% --type1-directory=fonts/type1/theleagueofmoveabletype/raleway +% --truetype-directory=fonts/truetype/theleagueofmoveabletype/raleway +% --encoding-directory=fonts/enc/dvips/raleway +% --map-file=fonts/map/dvips/raleway/Raleway.map --no-updmap +% --coding-scheme=EXTENDED TEX FONT ENCODING - LATIN --feature=kern +% --feature=liga --feature=onum --feature=smcp --unicoding=germandbls =: +% SSsmall fonts/opentype/theleagueofmoveabletype/raleway/Raleway-Black.otf +% Raleway-Black-tosf-sc-t1' diff --git a/Master/texmf-dist/fonts/enc/dvips/raleway/a_sp3cim.enc b/Master/texmf-dist/fonts/enc/dvips/raleway/a_sp3cim.enc new file mode 100644 index 00000000000..1d5109427a5 --- /dev/null +++ b/Master/texmf-dist/fonts/enc/dvips/raleway/a_sp3cim.enc @@ -0,0 +1,66 @@ +% THIS FILE WAS AUTOMATICALLY GENERATED -- DO NOT EDIT + +%%AutoEnc_sp3cimvoir2fex5lv5s4kh6tjg +% Encoding created by otftotfm on Wed May 1 20:40:41 2013 +% Command line follows encoding +/AutoEnc_sp3cimvoir2fex5lv5s4kh6tjg [ +%00 + /f_f /Euro /f_i /f_l /fraction /dotaccent /hungarumlaut /ogonek + /f_f_i /f_f_l /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef +%10 + /dotlessi /dotlessj /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 /florin /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 + /uni00A0 /exclamdown /cent /sterling /.notdef /yen /brokenbar /section + /dieresis /copyright /ordfeminine /guillemotleft /logicalnot /uni00AD /registered /macron +%B0 + /degree /plusminus /twosuperior /threesuperior /acute /mu /paragraph /periodcentered + /cedilla /onesuperior /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/theleagueofmoveabletype/raleway +% --vf-directory=fonts/vf/theleagueofmoveabletype/raleway +% --type1-directory=fonts/type1/theleagueofmoveabletype/raleway +% --truetype-directory=fonts/truetype/theleagueofmoveabletype/raleway +% --encoding-directory=fonts/enc/dvips/raleway +% --map-file=fonts/map/dvips/raleway/Raleway.map --no-updmap +% --coding-scheme=TEX TYPEWRITER AND WINDOWS ANSI --feature=kern +% --feature=liga --feature=onum +% fonts/opentype/theleagueofmoveabletype/raleway/Raleway-Black.otf +% Raleway-Black-tosf-ly1' diff --git a/Master/texmf-dist/fonts/enc/dvips/raleway/a_uagyv3.enc b/Master/texmf-dist/fonts/enc/dvips/raleway/a_uagyv3.enc new file mode 100644 index 00000000000..8d4979aeeaa --- /dev/null +++ b/Master/texmf-dist/fonts/enc/dvips/raleway/a_uagyv3.enc @@ -0,0 +1,66 @@ +% THIS FILE WAS AUTOMATICALLY GENERATED -- DO NOT EDIT + +%%AutoEnc_uagyv3rfhqt7wuv7h3egjnq67c +% Encoding created by otftotfm on Wed May 1 20:40:43 2013 +% Command line follows encoding +/AutoEnc_uagyv3rfhqt7wuv7h3egjnq67c [ +%00 + /.notdef /Euro /.notdef /.notdef /fraction /dotaccent /hungarumlaut /ogonek + /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef +%10 + /dotlessi /dotlessj /grave /acute /caron /breve /macron /ring + /cedilla /.notdef /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.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 /florin /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 + /uni00A0 /exclamdown /cent /sterling /.notdef /yen /brokenbar /section + /dieresis /copyright /ordfeminine /guillemotleft /logicalnot /uni00AD /registered /macron +%B0 + /degree /plusminus /twosuperior /threesuperior /acute /mu /paragraph /periodcentered + /cedilla /onesuperior /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 /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/theleagueofmoveabletype/raleway +% --vf-directory=fonts/vf/theleagueofmoveabletype/raleway +% --type1-directory=fonts/type1/theleagueofmoveabletype/raleway +% --truetype-directory=fonts/truetype/theleagueofmoveabletype/raleway +% --encoding-directory=fonts/enc/dvips/raleway +% --map-file=fonts/map/dvips/raleway/Raleway.map --no-updmap +% --coding-scheme=TEX TYPEWRITER AND WINDOWS ANSI --feature=kern +% --feature=liga --feature=onum --feature=smcp --unicoding=germandbls =: +% SSsmall fonts/opentype/theleagueofmoveabletype/raleway/Raleway-Black.otf +% Raleway-Black-tosf-sc-ly1' diff --git a/Master/texmf-dist/fonts/enc/dvips/raleway/a_umxzao.enc b/Master/texmf-dist/fonts/enc/dvips/raleway/a_umxzao.enc new file mode 100644 index 00000000000..60563673e81 --- /dev/null +++ b/Master/texmf-dist/fonts/enc/dvips/raleway/a_umxzao.enc @@ -0,0 +1,66 @@ +% THIS FILE WAS AUTOMATICALLY GENERATED -- DO NOT EDIT + +%%AutoEnc_umxzaon3ce6g7rkypc2yfzlbpb +% Encoding created by otftotfm on Wed May 1 20:40:37 2013 +% Command line follows encoding +/AutoEnc_umxzaon3ce6g7rkypc2yfzlbpb [ +%00 + /.notdef /Euro /.notdef /.notdef /fraction /dotaccent /hungarumlaut /ogonek + /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef +%10 + /dotlessi /dotlessj /grave /acute /caron /breve /macron /ring + /cedilla /.notdef /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.lnum /one.lnum /two.lnum /three.lnum /four.lnum /five.lnum /six.lnum /seven.lnum + /eight.lnum /nine.lnum /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 /florin /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 + /uni00A0 /exclamdown /cent /sterling /.notdef /yen /brokenbar /section + /dieresis /copyright /ordfeminine /guillemotleft /logicalnot /uni00AD /registered /macron +%B0 + /degree /plusminus /twosuperior /threesuperior /acute /mu /paragraph /periodcentered + /cedilla /onesuperior /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 /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/theleagueofmoveabletype/raleway +% --vf-directory=fonts/vf/theleagueofmoveabletype/raleway +% --type1-directory=fonts/type1/theleagueofmoveabletype/raleway +% --truetype-directory=fonts/truetype/theleagueofmoveabletype/raleway +% --encoding-directory=fonts/enc/dvips/raleway +% --map-file=fonts/map/dvips/raleway/Raleway.map --no-updmap +% --coding-scheme=TEX TYPEWRITER AND WINDOWS ANSI --feature=kern +% --feature=liga --feature=lnum --feature=smcp --unicoding=germandbls =: +% SSsmall fonts/opentype/theleagueofmoveabletype/raleway/Raleway-Black.otf +% Raleway-Black-tlf-sc-ly1' diff --git a/Master/texmf-dist/fonts/enc/dvips/raleway/a_yqxcf3.enc b/Master/texmf-dist/fonts/enc/dvips/raleway/a_yqxcf3.enc new file mode 100644 index 00000000000..32ad1bfabfd --- /dev/null +++ b/Master/texmf-dist/fonts/enc/dvips/raleway/a_yqxcf3.enc @@ -0,0 +1,66 @@ +% THIS FILE WAS AUTOMATICALLY GENERATED -- DO NOT EDIT + +%%AutoEnc_yqxcf3x4n2sc6x3ndoozr7mywd +% Encoding created by otftotfm on Wed May 1 20:40:37 2013 +% Command line follows encoding +/AutoEnc_yqxcf3x4n2sc6x3ndoozr7mywd [ +%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 /dotlessj /.notdef /.notdef /.notdef /.notdef /.notdef +%20 + /.notdef /exclam /quotedbl /numbersign /dollar /percent /ampersand /quoteright + /parenleft /parenright /asterisk /plus /comma /hyphen /period /slash +%30 + /zero.lnum /one.lnum /two.lnum /three.lnum /four.lnum /five.lnum /six.lnum /seven.lnum + /eight.lnum /nine.lnum /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 /Eng /Ohungarumlaut /Racute +%90 + /Rcaron /Sacute /Scaron /uni015E /Tcaron /uni0162 /Uhungarumlaut /Uring + /Ydieresis /Zacute /Zcaron /Zdotaccent /IJ /Idotaccent /dcroat /section +%A0 + /abreve /aogonek /cacute /ccaron /dcaron /ecaron /eogonek /gbreve + /lacute /lcaron /lslash /nacute /ncaron /eng /ohungarumlaut /racute +%B0 + /rcaron /sacute /scaron /uni015F /tcaron /uni0163 /uhungarumlaut /uring + /ydieresis /zacute /zcaron /zdotaccent /ij /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 /.notdef +] def +% Command line: 'otftotfm --automatic --encoding=fontools_t1 +% --tfm-directory=fonts/tfm/theleagueofmoveabletype/raleway +% --vf-directory=fonts/vf/theleagueofmoveabletype/raleway +% --type1-directory=fonts/type1/theleagueofmoveabletype/raleway +% --truetype-directory=fonts/truetype/theleagueofmoveabletype/raleway +% --encoding-directory=fonts/enc/dvips/raleway +% --map-file=fonts/map/dvips/raleway/Raleway.map --no-updmap +% --coding-scheme=EXTENDED TEX FONT ENCODING - LATIN --feature=kern +% --feature=liga --feature=lnum --feature=smcp --unicoding=germandbls =: +% SSsmall fonts/opentype/theleagueofmoveabletype/raleway/Raleway-Black.otf +% Raleway-Black-tlf-sc-t1' diff --git a/Master/texmf-dist/fonts/map/dvips/raleway/Raleway.map b/Master/texmf-dist/fonts/map/dvips/raleway/Raleway.map new file mode 100644 index 00000000000..6351a39dc1d --- /dev/null +++ b/Master/texmf-dist/fonts/map/dvips/raleway/Raleway.map @@ -0,0 +1,191 @@ +% Automatically maintained by otftotfm or other programs. Do not edit. + +Raleway-Black-tlf-ot1 Raleway-Black "AutoEnc_nli7k3gr6onzj4mylz6rlc6j5g ReEncodeFont" <[a_nli7k3.enc <Raleway-Black.pfb +Raleway-Black-tlf-t1--base Raleway-Black "AutoEnc_bzmckqgtii4vkjmoonxvei4u6a ReEncodeFont" <[a_bzmckq.enc <Raleway-Black.pfb +Raleway-Black-tlf-ly1--base Raleway-Black "AutoEnc_ioyy6dtanko2fvxxqrnfebugbf ReEncodeFont" <[a_ioyy6d.enc <Raleway-Black.pfb +Raleway-Black-tlf-sc-ot1--base Raleway-Black "AutoEnc_keo5xwjkqdurqm7crshviqjsfc ReEncodeFont" <[a_keo5xw.enc <Raleway-Black.pfb +Raleway-Black-tlf-sc-t1--base Raleway-Black "AutoEnc_yqxcf3x4n2sc6x3ndoozr7mywd ReEncodeFont" <[a_yqxcf3.enc <Raleway-Black.pfb +Raleway-Black-tlf-sc-ly1--base Raleway-Black "AutoEnc_umxzaon3ce6g7rkypc2yfzlbpb ReEncodeFont" <[a_umxzao.enc <Raleway-Black.pfb +Raleway-Black-tlf-ts1--base Raleway-Black "AutoEnc_l5jmzbdek67eb3pjey64epeonb ReEncodeFont" <[a_l5jmzb.enc <Raleway-Black.pfb +Raleway-Black-tosf-ot1 Raleway-Black "AutoEnc_oaj2jlco4ciqucv6oj57k3g4bg ReEncodeFont" <[a_oaj2jl.enc <Raleway-Black.pfb +Raleway-Black-tosf-t1--base Raleway-Black "AutoEnc_k2dfwctkq4dlf2rto5dn2jhh7h ReEncodeFont" <[a_k2dfwc.enc <Raleway-Black.pfb +Raleway-Black-tosf-ly1--base Raleway-Black "AutoEnc_sp3cimvoir2fex5lv5s4kh6tjg ReEncodeFont" <[a_sp3cim.enc <Raleway-Black.pfb +Raleway-Black-tosf-sc-ot1--base Raleway-Black "AutoEnc_7mkq5hlvvz6td6ntpda3wnyeoe ReEncodeFont" <[a_7mkq5h.enc <Raleway-Black.pfb +Raleway-Black-tosf-sc-t1--base Raleway-Black "AutoEnc_sor5xnazjlqd3rl5fvx2e2pn6b ReEncodeFont" <[a_sor5xn.enc <Raleway-Black.pfb +Raleway-Black-tosf-sc-ly1--base Raleway-Black "AutoEnc_uagyv3rfhqt7wuv7h3egjnq67c ReEncodeFont" <[a_uagyv3.enc <Raleway-Black.pfb +Raleway-Black-tosf-ts1--base Raleway-Black "AutoEnc_l5jmzbdek67eb3pjey64epeonb ReEncodeFont" <[a_l5jmzb.enc <Raleway-Black.pfb +Raleway-Black-osf-ot1 Raleway-Black "AutoEnc_oaj2jlco4ciqucv6oj57k3g4bg ReEncodeFont" <[a_oaj2jl.enc <Raleway-Black.pfb +Raleway-Black-osf-t1--base Raleway-Black "AutoEnc_k2dfwctkq4dlf2rto5dn2jhh7h ReEncodeFont" <[a_k2dfwc.enc <Raleway-Black.pfb +Raleway-Black-osf-ly1--base Raleway-Black "AutoEnc_sp3cimvoir2fex5lv5s4kh6tjg ReEncodeFont" <[a_sp3cim.enc <Raleway-Black.pfb +Raleway-Black-osf-sc-ot1--base Raleway-Black "AutoEnc_7mkq5hlvvz6td6ntpda3wnyeoe ReEncodeFont" <[a_7mkq5h.enc <Raleway-Black.pfb +Raleway-Black-osf-sc-t1--base Raleway-Black "AutoEnc_sor5xnazjlqd3rl5fvx2e2pn6b ReEncodeFont" <[a_sor5xn.enc <Raleway-Black.pfb +Raleway-Black-osf-sc-ly1--base Raleway-Black "AutoEnc_uagyv3rfhqt7wuv7h3egjnq67c ReEncodeFont" <[a_uagyv3.enc <Raleway-Black.pfb +Raleway-Black-osf-ts1--base Raleway-Black "AutoEnc_l5jmzbdek67eb3pjey64epeonb ReEncodeFont" <[a_l5jmzb.enc <Raleway-Black.pfb +Raleway-Bold-tlf-ot1 Raleway-Bold "AutoEnc_nli7k3gr6onzj4mylz6rlc6j5g ReEncodeFont" <[a_nli7k3.enc <Raleway-Bold.pfb +Raleway-Bold-tlf-t1--base Raleway-Bold "AutoEnc_bzmckqgtii4vkjmoonxvei4u6a ReEncodeFont" <[a_bzmckq.enc <Raleway-Bold.pfb +Raleway-Bold-tlf-ly1--base Raleway-Bold "AutoEnc_ioyy6dtanko2fvxxqrnfebugbf ReEncodeFont" <[a_ioyy6d.enc <Raleway-Bold.pfb +Raleway-Bold-tlf-sc-ot1--base Raleway-Bold "AutoEnc_keo5xwjkqdurqm7crshviqjsfc ReEncodeFont" <[a_keo5xw.enc <Raleway-Bold.pfb +Raleway-Bold-tlf-sc-t1--base Raleway-Bold "AutoEnc_yqxcf3x4n2sc6x3ndoozr7mywd ReEncodeFont" <[a_yqxcf3.enc <Raleway-Bold.pfb +Raleway-Bold-tlf-sc-ly1--base Raleway-Bold "AutoEnc_umxzaon3ce6g7rkypc2yfzlbpb ReEncodeFont" <[a_umxzao.enc <Raleway-Bold.pfb +Raleway-Bold-tlf-ts1--base Raleway-Bold "AutoEnc_l5jmzbdek67eb3pjey64epeonb ReEncodeFont" <[a_l5jmzb.enc <Raleway-Bold.pfb +Raleway-Bold-tosf-ot1 Raleway-Bold "AutoEnc_oaj2jlco4ciqucv6oj57k3g4bg ReEncodeFont" <[a_oaj2jl.enc <Raleway-Bold.pfb +Raleway-Bold-tosf-t1--base Raleway-Bold "AutoEnc_k2dfwctkq4dlf2rto5dn2jhh7h ReEncodeFont" <[a_k2dfwc.enc <Raleway-Bold.pfb +Raleway-Bold-tosf-ly1--base Raleway-Bold "AutoEnc_sp3cimvoir2fex5lv5s4kh6tjg ReEncodeFont" <[a_sp3cim.enc <Raleway-Bold.pfb +Raleway-Bold-tosf-sc-ot1--base Raleway-Bold "AutoEnc_7mkq5hlvvz6td6ntpda3wnyeoe ReEncodeFont" <[a_7mkq5h.enc <Raleway-Bold.pfb +Raleway-Bold-tosf-sc-t1--base Raleway-Bold "AutoEnc_sor5xnazjlqd3rl5fvx2e2pn6b ReEncodeFont" <[a_sor5xn.enc <Raleway-Bold.pfb +Raleway-Bold-tosf-sc-ly1--base Raleway-Bold "AutoEnc_uagyv3rfhqt7wuv7h3egjnq67c ReEncodeFont" <[a_uagyv3.enc <Raleway-Bold.pfb +Raleway-Bold-tosf-ts1--base Raleway-Bold "AutoEnc_l5jmzbdek67eb3pjey64epeonb ReEncodeFont" <[a_l5jmzb.enc <Raleway-Bold.pfb +Raleway-Bold-osf-ot1 Raleway-Bold "AutoEnc_oaj2jlco4ciqucv6oj57k3g4bg ReEncodeFont" <[a_oaj2jl.enc <Raleway-Bold.pfb +Raleway-Bold-osf-t1--base Raleway-Bold "AutoEnc_k2dfwctkq4dlf2rto5dn2jhh7h ReEncodeFont" <[a_k2dfwc.enc <Raleway-Bold.pfb +Raleway-Bold-osf-ly1--base Raleway-Bold "AutoEnc_sp3cimvoir2fex5lv5s4kh6tjg ReEncodeFont" <[a_sp3cim.enc <Raleway-Bold.pfb +Raleway-Bold-osf-sc-ot1--base Raleway-Bold "AutoEnc_7mkq5hlvvz6td6ntpda3wnyeoe ReEncodeFont" <[a_7mkq5h.enc <Raleway-Bold.pfb +Raleway-Bold-osf-sc-t1--base Raleway-Bold "AutoEnc_sor5xnazjlqd3rl5fvx2e2pn6b ReEncodeFont" <[a_sor5xn.enc <Raleway-Bold.pfb +Raleway-Bold-osf-sc-ly1--base Raleway-Bold "AutoEnc_uagyv3rfhqt7wuv7h3egjnq67c ReEncodeFont" <[a_uagyv3.enc <Raleway-Bold.pfb +Raleway-Bold-osf-ts1--base Raleway-Bold "AutoEnc_l5jmzbdek67eb3pjey64epeonb ReEncodeFont" <[a_l5jmzb.enc <Raleway-Bold.pfb +Raleway-ExtraBold-tlf-ot1 Raleway-ExtraBold "AutoEnc_nli7k3gr6onzj4mylz6rlc6j5g ReEncodeFont" <[a_nli7k3.enc <Raleway-ExtraBold.pfb +Raleway-ExtraBold-tlf-t1--base Raleway-ExtraBold "AutoEnc_bzmckqgtii4vkjmoonxvei4u6a ReEncodeFont" <[a_bzmckq.enc <Raleway-ExtraBold.pfb +Raleway-ExtraBold-tlf-ly1--base Raleway-ExtraBold "AutoEnc_ioyy6dtanko2fvxxqrnfebugbf ReEncodeFont" <[a_ioyy6d.enc <Raleway-ExtraBold.pfb +Raleway-ExtraBold-tlf-sc-ot1--base Raleway-ExtraBold "AutoEnc_keo5xwjkqdurqm7crshviqjsfc ReEncodeFont" <[a_keo5xw.enc <Raleway-ExtraBold.pfb +Raleway-ExtraBold-tlf-sc-t1--base Raleway-ExtraBold "AutoEnc_yqxcf3x4n2sc6x3ndoozr7mywd ReEncodeFont" <[a_yqxcf3.enc <Raleway-ExtraBold.pfb +Raleway-ExtraBold-tlf-sc-ly1--base Raleway-ExtraBold "AutoEnc_umxzaon3ce6g7rkypc2yfzlbpb ReEncodeFont" <[a_umxzao.enc <Raleway-ExtraBold.pfb +Raleway-ExtraBold-tlf-ts1--base Raleway-ExtraBold "AutoEnc_l5jmzbdek67eb3pjey64epeonb ReEncodeFont" <[a_l5jmzb.enc <Raleway-ExtraBold.pfb +Raleway-ExtraBold-tosf-ot1 Raleway-ExtraBold "AutoEnc_oaj2jlco4ciqucv6oj57k3g4bg ReEncodeFont" <[a_oaj2jl.enc <Raleway-ExtraBold.pfb +Raleway-ExtraBold-tosf-t1--base Raleway-ExtraBold "AutoEnc_k2dfwctkq4dlf2rto5dn2jhh7h ReEncodeFont" <[a_k2dfwc.enc <Raleway-ExtraBold.pfb +Raleway-ExtraBold-tosf-ly1--base Raleway-ExtraBold "AutoEnc_sp3cimvoir2fex5lv5s4kh6tjg ReEncodeFont" <[a_sp3cim.enc <Raleway-ExtraBold.pfb +Raleway-ExtraBold-tosf-sc-ot1--base Raleway-ExtraBold "AutoEnc_7mkq5hlvvz6td6ntpda3wnyeoe ReEncodeFont" <[a_7mkq5h.enc <Raleway-ExtraBold.pfb +Raleway-ExtraBold-tosf-sc-t1--base Raleway-ExtraBold "AutoEnc_sor5xnazjlqd3rl5fvx2e2pn6b ReEncodeFont" <[a_sor5xn.enc <Raleway-ExtraBold.pfb +Raleway-ExtraBold-tosf-sc-ly1--base Raleway-ExtraBold "AutoEnc_uagyv3rfhqt7wuv7h3egjnq67c ReEncodeFont" <[a_uagyv3.enc <Raleway-ExtraBold.pfb +Raleway-ExtraBold-tosf-ts1--base Raleway-ExtraBold "AutoEnc_l5jmzbdek67eb3pjey64epeonb ReEncodeFont" <[a_l5jmzb.enc <Raleway-ExtraBold.pfb +Raleway-ExtraBold-osf-ot1 Raleway-ExtraBold "AutoEnc_oaj2jlco4ciqucv6oj57k3g4bg ReEncodeFont" <[a_oaj2jl.enc <Raleway-ExtraBold.pfb +Raleway-ExtraBold-osf-t1--base Raleway-ExtraBold "AutoEnc_k2dfwctkq4dlf2rto5dn2jhh7h ReEncodeFont" <[a_k2dfwc.enc <Raleway-ExtraBold.pfb +Raleway-ExtraBold-osf-ly1--base Raleway-ExtraBold "AutoEnc_sp3cimvoir2fex5lv5s4kh6tjg ReEncodeFont" <[a_sp3cim.enc <Raleway-ExtraBold.pfb +Raleway-ExtraBold-osf-sc-ot1--base Raleway-ExtraBold "AutoEnc_7mkq5hlvvz6td6ntpda3wnyeoe ReEncodeFont" <[a_7mkq5h.enc <Raleway-ExtraBold.pfb +Raleway-ExtraBold-osf-sc-t1--base Raleway-ExtraBold "AutoEnc_sor5xnazjlqd3rl5fvx2e2pn6b ReEncodeFont" <[a_sor5xn.enc <Raleway-ExtraBold.pfb +Raleway-ExtraBold-osf-sc-ly1--base Raleway-ExtraBold "AutoEnc_uagyv3rfhqt7wuv7h3egjnq67c ReEncodeFont" <[a_uagyv3.enc <Raleway-ExtraBold.pfb +Raleway-ExtraBold-osf-ts1--base Raleway-ExtraBold "AutoEnc_l5jmzbdek67eb3pjey64epeonb ReEncodeFont" <[a_l5jmzb.enc <Raleway-ExtraBold.pfb +Raleway-ExtraLight-tlf-ot1 Raleway-ExtraLight "AutoEnc_nli7k3gr6onzj4mylz6rlc6j5g ReEncodeFont" <[a_nli7k3.enc <Raleway-ExtraLight.pfb +Raleway-ExtraLight-tlf-t1--base Raleway-ExtraLight "AutoEnc_bzmckqgtii4vkjmoonxvei4u6a ReEncodeFont" <[a_bzmckq.enc <Raleway-ExtraLight.pfb +Raleway-ExtraLight-tlf-ly1--base Raleway-ExtraLight "AutoEnc_ioyy6dtanko2fvxxqrnfebugbf ReEncodeFont" <[a_ioyy6d.enc <Raleway-ExtraLight.pfb +Raleway-ExtraLight-tlf-sc-ot1--base Raleway-ExtraLight "AutoEnc_keo5xwjkqdurqm7crshviqjsfc ReEncodeFont" <[a_keo5xw.enc <Raleway-ExtraLight.pfb +Raleway-ExtraLight-tlf-sc-t1--base Raleway-ExtraLight "AutoEnc_yqxcf3x4n2sc6x3ndoozr7mywd ReEncodeFont" <[a_yqxcf3.enc <Raleway-ExtraLight.pfb +Raleway-ExtraLight-tlf-sc-ly1--base Raleway-ExtraLight "AutoEnc_umxzaon3ce6g7rkypc2yfzlbpb ReEncodeFont" <[a_umxzao.enc <Raleway-ExtraLight.pfb +Raleway-ExtraLight-tlf-ts1--base Raleway-ExtraLight "AutoEnc_l5jmzbdek67eb3pjey64epeonb ReEncodeFont" <[a_l5jmzb.enc <Raleway-ExtraLight.pfb +Raleway-ExtraLight-tosf-ot1 Raleway-ExtraLight "AutoEnc_oaj2jlco4ciqucv6oj57k3g4bg ReEncodeFont" <[a_oaj2jl.enc <Raleway-ExtraLight.pfb +Raleway-ExtraLight-tosf-t1--base Raleway-ExtraLight "AutoEnc_k2dfwctkq4dlf2rto5dn2jhh7h ReEncodeFont" <[a_k2dfwc.enc <Raleway-ExtraLight.pfb +Raleway-ExtraLight-tosf-ly1--base Raleway-ExtraLight "AutoEnc_sp3cimvoir2fex5lv5s4kh6tjg ReEncodeFont" <[a_sp3cim.enc <Raleway-ExtraLight.pfb +Raleway-ExtraLight-tosf-sc-ot1--base Raleway-ExtraLight "AutoEnc_7mkq5hlvvz6td6ntpda3wnyeoe ReEncodeFont" <[a_7mkq5h.enc <Raleway-ExtraLight.pfb +Raleway-ExtraLight-tosf-sc-t1--base Raleway-ExtraLight "AutoEnc_sor5xnazjlqd3rl5fvx2e2pn6b ReEncodeFont" <[a_sor5xn.enc <Raleway-ExtraLight.pfb +Raleway-ExtraLight-tosf-sc-ly1--base Raleway-ExtraLight "AutoEnc_uagyv3rfhqt7wuv7h3egjnq67c ReEncodeFont" <[a_uagyv3.enc <Raleway-ExtraLight.pfb +Raleway-ExtraLight-tosf-ts1--base Raleway-ExtraLight "AutoEnc_l5jmzbdek67eb3pjey64epeonb ReEncodeFont" <[a_l5jmzb.enc <Raleway-ExtraLight.pfb +Raleway-ExtraLight-osf-ot1 Raleway-ExtraLight "AutoEnc_oaj2jlco4ciqucv6oj57k3g4bg ReEncodeFont" <[a_oaj2jl.enc <Raleway-ExtraLight.pfb +Raleway-ExtraLight-osf-t1--base Raleway-ExtraLight "AutoEnc_k2dfwctkq4dlf2rto5dn2jhh7h ReEncodeFont" <[a_k2dfwc.enc <Raleway-ExtraLight.pfb +Raleway-ExtraLight-osf-ly1--base Raleway-ExtraLight "AutoEnc_sp3cimvoir2fex5lv5s4kh6tjg ReEncodeFont" <[a_sp3cim.enc <Raleway-ExtraLight.pfb +Raleway-ExtraLight-osf-sc-ot1--base Raleway-ExtraLight "AutoEnc_7mkq5hlvvz6td6ntpda3wnyeoe ReEncodeFont" <[a_7mkq5h.enc <Raleway-ExtraLight.pfb +Raleway-ExtraLight-osf-sc-t1--base Raleway-ExtraLight "AutoEnc_sor5xnazjlqd3rl5fvx2e2pn6b ReEncodeFont" <[a_sor5xn.enc <Raleway-ExtraLight.pfb +Raleway-ExtraLight-osf-sc-ly1--base Raleway-ExtraLight "AutoEnc_uagyv3rfhqt7wuv7h3egjnq67c ReEncodeFont" <[a_uagyv3.enc <Raleway-ExtraLight.pfb +Raleway-ExtraLight-osf-ts1--base Raleway-ExtraLight "AutoEnc_l5jmzbdek67eb3pjey64epeonb ReEncodeFont" <[a_l5jmzb.enc <Raleway-ExtraLight.pfb +Raleway-Light-tlf-ot1 Raleway-Light "AutoEnc_nli7k3gr6onzj4mylz6rlc6j5g ReEncodeFont" <[a_nli7k3.enc <Raleway-Light.pfb +Raleway-Light-tlf-t1--base Raleway-Light "AutoEnc_bzmckqgtii4vkjmoonxvei4u6a ReEncodeFont" <[a_bzmckq.enc <Raleway-Light.pfb +Raleway-Light-tlf-ly1--base Raleway-Light "AutoEnc_ioyy6dtanko2fvxxqrnfebugbf ReEncodeFont" <[a_ioyy6d.enc <Raleway-Light.pfb +Raleway-Light-tlf-sc-ot1--base Raleway-Light "AutoEnc_keo5xwjkqdurqm7crshviqjsfc ReEncodeFont" <[a_keo5xw.enc <Raleway-Light.pfb +Raleway-Light-tlf-sc-t1--base Raleway-Light "AutoEnc_yqxcf3x4n2sc6x3ndoozr7mywd ReEncodeFont" <[a_yqxcf3.enc <Raleway-Light.pfb +Raleway-Light-tlf-sc-ly1--base Raleway-Light "AutoEnc_umxzaon3ce6g7rkypc2yfzlbpb ReEncodeFont" <[a_umxzao.enc <Raleway-Light.pfb +Raleway-Light-tlf-ts1--base Raleway-Light "AutoEnc_l5jmzbdek67eb3pjey64epeonb ReEncodeFont" <[a_l5jmzb.enc <Raleway-Light.pfb +Raleway-Light-tosf-ot1 Raleway-Light "AutoEnc_oaj2jlco4ciqucv6oj57k3g4bg ReEncodeFont" <[a_oaj2jl.enc <Raleway-Light.pfb +Raleway-Light-tosf-t1--base Raleway-Light "AutoEnc_k2dfwctkq4dlf2rto5dn2jhh7h ReEncodeFont" <[a_k2dfwc.enc <Raleway-Light.pfb +Raleway-Light-tosf-ly1--base Raleway-Light "AutoEnc_sp3cimvoir2fex5lv5s4kh6tjg ReEncodeFont" <[a_sp3cim.enc <Raleway-Light.pfb +Raleway-Light-tosf-sc-ot1--base Raleway-Light "AutoEnc_7mkq5hlvvz6td6ntpda3wnyeoe ReEncodeFont" <[a_7mkq5h.enc <Raleway-Light.pfb +Raleway-Light-tosf-sc-t1--base Raleway-Light "AutoEnc_sor5xnazjlqd3rl5fvx2e2pn6b ReEncodeFont" <[a_sor5xn.enc <Raleway-Light.pfb +Raleway-Light-tosf-sc-ly1--base Raleway-Light "AutoEnc_uagyv3rfhqt7wuv7h3egjnq67c ReEncodeFont" <[a_uagyv3.enc <Raleway-Light.pfb +Raleway-Light-tosf-ts1--base Raleway-Light "AutoEnc_l5jmzbdek67eb3pjey64epeonb ReEncodeFont" <[a_l5jmzb.enc <Raleway-Light.pfb +Raleway-Light-osf-ot1 Raleway-Light "AutoEnc_oaj2jlco4ciqucv6oj57k3g4bg ReEncodeFont" <[a_oaj2jl.enc <Raleway-Light.pfb +Raleway-Light-osf-t1--base Raleway-Light "AutoEnc_k2dfwctkq4dlf2rto5dn2jhh7h ReEncodeFont" <[a_k2dfwc.enc <Raleway-Light.pfb +Raleway-Light-osf-ly1--base Raleway-Light "AutoEnc_sp3cimvoir2fex5lv5s4kh6tjg ReEncodeFont" <[a_sp3cim.enc <Raleway-Light.pfb +Raleway-Light-osf-sc-ot1--base Raleway-Light "AutoEnc_7mkq5hlvvz6td6ntpda3wnyeoe ReEncodeFont" <[a_7mkq5h.enc <Raleway-Light.pfb +Raleway-Light-osf-sc-t1--base Raleway-Light "AutoEnc_sor5xnazjlqd3rl5fvx2e2pn6b ReEncodeFont" <[a_sor5xn.enc <Raleway-Light.pfb +Raleway-Light-osf-sc-ly1--base Raleway-Light "AutoEnc_uagyv3rfhqt7wuv7h3egjnq67c ReEncodeFont" <[a_uagyv3.enc <Raleway-Light.pfb +Raleway-Light-osf-ts1--base Raleway-Light "AutoEnc_l5jmzbdek67eb3pjey64epeonb ReEncodeFont" <[a_l5jmzb.enc <Raleway-Light.pfb +Raleway-Medium-tlf-ot1 Raleway-Medium "AutoEnc_nli7k3gr6onzj4mylz6rlc6j5g ReEncodeFont" <[a_nli7k3.enc <Raleway-Medium.pfb +Raleway-Medium-tlf-t1--base Raleway-Medium "AutoEnc_bzmckqgtii4vkjmoonxvei4u6a ReEncodeFont" <[a_bzmckq.enc <Raleway-Medium.pfb +Raleway-Medium-tlf-ly1--base Raleway-Medium "AutoEnc_ioyy6dtanko2fvxxqrnfebugbf ReEncodeFont" <[a_ioyy6d.enc <Raleway-Medium.pfb +Raleway-Medium-tlf-sc-ot1--base Raleway-Medium "AutoEnc_keo5xwjkqdurqm7crshviqjsfc ReEncodeFont" <[a_keo5xw.enc <Raleway-Medium.pfb +Raleway-Medium-tlf-sc-t1--base Raleway-Medium "AutoEnc_yqxcf3x4n2sc6x3ndoozr7mywd ReEncodeFont" <[a_yqxcf3.enc <Raleway-Medium.pfb +Raleway-Medium-tlf-sc-ly1--base Raleway-Medium "AutoEnc_umxzaon3ce6g7rkypc2yfzlbpb ReEncodeFont" <[a_umxzao.enc <Raleway-Medium.pfb +Raleway-Medium-tlf-ts1--base Raleway-Medium "AutoEnc_l5jmzbdek67eb3pjey64epeonb ReEncodeFont" <[a_l5jmzb.enc <Raleway-Medium.pfb +Raleway-Medium-tosf-ot1 Raleway-Medium "AutoEnc_oaj2jlco4ciqucv6oj57k3g4bg ReEncodeFont" <[a_oaj2jl.enc <Raleway-Medium.pfb +Raleway-Medium-tosf-t1--base Raleway-Medium "AutoEnc_k2dfwctkq4dlf2rto5dn2jhh7h ReEncodeFont" <[a_k2dfwc.enc <Raleway-Medium.pfb +Raleway-Medium-tosf-ly1--base Raleway-Medium "AutoEnc_sp3cimvoir2fex5lv5s4kh6tjg ReEncodeFont" <[a_sp3cim.enc <Raleway-Medium.pfb +Raleway-Medium-tosf-sc-ot1--base Raleway-Medium "AutoEnc_7mkq5hlvvz6td6ntpda3wnyeoe ReEncodeFont" <[a_7mkq5h.enc <Raleway-Medium.pfb +Raleway-Medium-tosf-sc-t1--base Raleway-Medium "AutoEnc_sor5xnazjlqd3rl5fvx2e2pn6b ReEncodeFont" <[a_sor5xn.enc <Raleway-Medium.pfb +Raleway-Medium-tosf-sc-ly1--base Raleway-Medium "AutoEnc_uagyv3rfhqt7wuv7h3egjnq67c ReEncodeFont" <[a_uagyv3.enc <Raleway-Medium.pfb +Raleway-Medium-tosf-ts1--base Raleway-Medium "AutoEnc_l5jmzbdek67eb3pjey64epeonb ReEncodeFont" <[a_l5jmzb.enc <Raleway-Medium.pfb +Raleway-Medium-osf-ot1 Raleway-Medium "AutoEnc_oaj2jlco4ciqucv6oj57k3g4bg ReEncodeFont" <[a_oaj2jl.enc <Raleway-Medium.pfb +Raleway-Medium-osf-t1--base Raleway-Medium "AutoEnc_k2dfwctkq4dlf2rto5dn2jhh7h ReEncodeFont" <[a_k2dfwc.enc <Raleway-Medium.pfb +Raleway-Medium-osf-ly1--base Raleway-Medium "AutoEnc_sp3cimvoir2fex5lv5s4kh6tjg ReEncodeFont" <[a_sp3cim.enc <Raleway-Medium.pfb +Raleway-Medium-osf-sc-ot1--base Raleway-Medium "AutoEnc_7mkq5hlvvz6td6ntpda3wnyeoe ReEncodeFont" <[a_7mkq5h.enc <Raleway-Medium.pfb +Raleway-Medium-osf-sc-t1--base Raleway-Medium "AutoEnc_sor5xnazjlqd3rl5fvx2e2pn6b ReEncodeFont" <[a_sor5xn.enc <Raleway-Medium.pfb +Raleway-Medium-osf-sc-ly1--base Raleway-Medium "AutoEnc_uagyv3rfhqt7wuv7h3egjnq67c ReEncodeFont" <[a_uagyv3.enc <Raleway-Medium.pfb +Raleway-Medium-osf-ts1--base Raleway-Medium "AutoEnc_l5jmzbdek67eb3pjey64epeonb ReEncodeFont" <[a_l5jmzb.enc <Raleway-Medium.pfb +Raleway-Regular-tlf-ot1 Raleway-Regular "AutoEnc_nli7k3gr6onzj4mylz6rlc6j5g ReEncodeFont" <[a_nli7k3.enc <Raleway-Regular.pfb +Raleway-Regular-tlf-t1--base Raleway-Regular "AutoEnc_bzmckqgtii4vkjmoonxvei4u6a ReEncodeFont" <[a_bzmckq.enc <Raleway-Regular.pfb +Raleway-Regular-tlf-ly1--base Raleway-Regular "AutoEnc_ioyy6dtanko2fvxxqrnfebugbf ReEncodeFont" <[a_ioyy6d.enc <Raleway-Regular.pfb +Raleway-Regular-tlf-sc-ot1--base Raleway-Regular "AutoEnc_keo5xwjkqdurqm7crshviqjsfc ReEncodeFont" <[a_keo5xw.enc <Raleway-Regular.pfb +Raleway-Regular-tlf-sc-t1--base Raleway-Regular "AutoEnc_yqxcf3x4n2sc6x3ndoozr7mywd ReEncodeFont" <[a_yqxcf3.enc <Raleway-Regular.pfb +Raleway-Regular-tlf-sc-ly1--base Raleway-Regular "AutoEnc_umxzaon3ce6g7rkypc2yfzlbpb ReEncodeFont" <[a_umxzao.enc <Raleway-Regular.pfb +Raleway-Regular-tlf-ts1--base Raleway-Regular "AutoEnc_l5jmzbdek67eb3pjey64epeonb ReEncodeFont" <[a_l5jmzb.enc <Raleway-Regular.pfb +Raleway-Regular-tosf-ot1 Raleway-Regular "AutoEnc_oaj2jlco4ciqucv6oj57k3g4bg ReEncodeFont" <[a_oaj2jl.enc <Raleway-Regular.pfb +Raleway-Regular-tosf-t1--base Raleway-Regular "AutoEnc_k2dfwctkq4dlf2rto5dn2jhh7h ReEncodeFont" <[a_k2dfwc.enc <Raleway-Regular.pfb +Raleway-Regular-tosf-ly1--base Raleway-Regular "AutoEnc_sp3cimvoir2fex5lv5s4kh6tjg ReEncodeFont" <[a_sp3cim.enc <Raleway-Regular.pfb +Raleway-Regular-tosf-sc-ot1--base Raleway-Regular "AutoEnc_7mkq5hlvvz6td6ntpda3wnyeoe ReEncodeFont" <[a_7mkq5h.enc <Raleway-Regular.pfb +Raleway-Regular-tosf-sc-t1--base Raleway-Regular "AutoEnc_sor5xnazjlqd3rl5fvx2e2pn6b ReEncodeFont" <[a_sor5xn.enc <Raleway-Regular.pfb +Raleway-Regular-tosf-sc-ly1--base Raleway-Regular "AutoEnc_uagyv3rfhqt7wuv7h3egjnq67c ReEncodeFont" <[a_uagyv3.enc <Raleway-Regular.pfb +Raleway-Regular-tosf-ts1--base Raleway-Regular "AutoEnc_l5jmzbdek67eb3pjey64epeonb ReEncodeFont" <[a_l5jmzb.enc <Raleway-Regular.pfb +Raleway-Regular-osf-ot1 Raleway-Regular "AutoEnc_oaj2jlco4ciqucv6oj57k3g4bg ReEncodeFont" <[a_oaj2jl.enc <Raleway-Regular.pfb +Raleway-Regular-osf-t1--base Raleway-Regular "AutoEnc_k2dfwctkq4dlf2rto5dn2jhh7h ReEncodeFont" <[a_k2dfwc.enc <Raleway-Regular.pfb +Raleway-Regular-osf-ly1--base Raleway-Regular "AutoEnc_sp3cimvoir2fex5lv5s4kh6tjg ReEncodeFont" <[a_sp3cim.enc <Raleway-Regular.pfb +Raleway-Regular-osf-sc-ot1--base Raleway-Regular "AutoEnc_7mkq5hlvvz6td6ntpda3wnyeoe ReEncodeFont" <[a_7mkq5h.enc <Raleway-Regular.pfb +Raleway-Regular-osf-sc-t1--base Raleway-Regular "AutoEnc_sor5xnazjlqd3rl5fvx2e2pn6b ReEncodeFont" <[a_sor5xn.enc <Raleway-Regular.pfb +Raleway-Regular-osf-sc-ly1--base Raleway-Regular "AutoEnc_uagyv3rfhqt7wuv7h3egjnq67c ReEncodeFont" <[a_uagyv3.enc <Raleway-Regular.pfb +Raleway-Regular-osf-ts1--base Raleway-Regular "AutoEnc_l5jmzbdek67eb3pjey64epeonb ReEncodeFont" <[a_l5jmzb.enc <Raleway-Regular.pfb +Raleway-SemiBold-tlf-ot1 Raleway-SemiBold "AutoEnc_nli7k3gr6onzj4mylz6rlc6j5g ReEncodeFont" <[a_nli7k3.enc <Raleway-SemiBold.pfb +Raleway-SemiBold-tlf-t1--base Raleway-SemiBold "AutoEnc_bzmckqgtii4vkjmoonxvei4u6a ReEncodeFont" <[a_bzmckq.enc <Raleway-SemiBold.pfb +Raleway-SemiBold-tlf-ly1--base Raleway-SemiBold "AutoEnc_ioyy6dtanko2fvxxqrnfebugbf ReEncodeFont" <[a_ioyy6d.enc <Raleway-SemiBold.pfb +Raleway-SemiBold-tlf-sc-ot1--base Raleway-SemiBold "AutoEnc_keo5xwjkqdurqm7crshviqjsfc ReEncodeFont" <[a_keo5xw.enc <Raleway-SemiBold.pfb +Raleway-SemiBold-tlf-sc-t1--base Raleway-SemiBold "AutoEnc_yqxcf3x4n2sc6x3ndoozr7mywd ReEncodeFont" <[a_yqxcf3.enc <Raleway-SemiBold.pfb +Raleway-SemiBold-tlf-sc-ly1--base Raleway-SemiBold "AutoEnc_umxzaon3ce6g7rkypc2yfzlbpb ReEncodeFont" <[a_umxzao.enc <Raleway-SemiBold.pfb +Raleway-SemiBold-tlf-ts1--base Raleway-SemiBold "AutoEnc_l5jmzbdek67eb3pjey64epeonb ReEncodeFont" <[a_l5jmzb.enc <Raleway-SemiBold.pfb +Raleway-SemiBold-tosf-ot1 Raleway-SemiBold "AutoEnc_oaj2jlco4ciqucv6oj57k3g4bg ReEncodeFont" <[a_oaj2jl.enc <Raleway-SemiBold.pfb +Raleway-SemiBold-tosf-t1--base Raleway-SemiBold "AutoEnc_k2dfwctkq4dlf2rto5dn2jhh7h ReEncodeFont" <[a_k2dfwc.enc <Raleway-SemiBold.pfb +Raleway-SemiBold-tosf-ly1--base Raleway-SemiBold "AutoEnc_sp3cimvoir2fex5lv5s4kh6tjg ReEncodeFont" <[a_sp3cim.enc <Raleway-SemiBold.pfb +Raleway-SemiBold-tosf-sc-ot1--base Raleway-SemiBold "AutoEnc_7mkq5hlvvz6td6ntpda3wnyeoe ReEncodeFont" <[a_7mkq5h.enc <Raleway-SemiBold.pfb +Raleway-SemiBold-tosf-sc-t1--base Raleway-SemiBold "AutoEnc_sor5xnazjlqd3rl5fvx2e2pn6b ReEncodeFont" <[a_sor5xn.enc <Raleway-SemiBold.pfb +Raleway-SemiBold-tosf-sc-ly1--base Raleway-SemiBold "AutoEnc_uagyv3rfhqt7wuv7h3egjnq67c ReEncodeFont" <[a_uagyv3.enc <Raleway-SemiBold.pfb +Raleway-SemiBold-tosf-ts1--base Raleway-SemiBold "AutoEnc_l5jmzbdek67eb3pjey64epeonb ReEncodeFont" <[a_l5jmzb.enc <Raleway-SemiBold.pfb +Raleway-SemiBold-osf-ot1 Raleway-SemiBold "AutoEnc_oaj2jlco4ciqucv6oj57k3g4bg ReEncodeFont" <[a_oaj2jl.enc <Raleway-SemiBold.pfb +Raleway-SemiBold-osf-t1--base Raleway-SemiBold "AutoEnc_k2dfwctkq4dlf2rto5dn2jhh7h ReEncodeFont" <[a_k2dfwc.enc <Raleway-SemiBold.pfb +Raleway-SemiBold-osf-ly1--base Raleway-SemiBold "AutoEnc_sp3cimvoir2fex5lv5s4kh6tjg ReEncodeFont" <[a_sp3cim.enc <Raleway-SemiBold.pfb +Raleway-SemiBold-osf-sc-ot1--base Raleway-SemiBold "AutoEnc_7mkq5hlvvz6td6ntpda3wnyeoe ReEncodeFont" <[a_7mkq5h.enc <Raleway-SemiBold.pfb +Raleway-SemiBold-osf-sc-t1--base Raleway-SemiBold "AutoEnc_sor5xnazjlqd3rl5fvx2e2pn6b ReEncodeFont" <[a_sor5xn.enc <Raleway-SemiBold.pfb +Raleway-SemiBold-osf-sc-ly1--base Raleway-SemiBold "AutoEnc_uagyv3rfhqt7wuv7h3egjnq67c ReEncodeFont" <[a_uagyv3.enc <Raleway-SemiBold.pfb +Raleway-SemiBold-osf-ts1--base Raleway-SemiBold "AutoEnc_l5jmzbdek67eb3pjey64epeonb ReEncodeFont" <[a_l5jmzb.enc <Raleway-SemiBold.pfb +Raleway-Thin-tlf-ot1 Raleway-Thin "AutoEnc_nli7k3gr6onzj4mylz6rlc6j5g ReEncodeFont" <[a_nli7k3.enc <Raleway-Thin.pfb +Raleway-Thin-tlf-t1--base Raleway-Thin "AutoEnc_bzmckqgtii4vkjmoonxvei4u6a ReEncodeFont" <[a_bzmckq.enc <Raleway-Thin.pfb +Raleway-Thin-tlf-ly1--base Raleway-Thin "AutoEnc_ioyy6dtanko2fvxxqrnfebugbf ReEncodeFont" <[a_ioyy6d.enc <Raleway-Thin.pfb +Raleway-Thin-tlf-sc-ot1--base Raleway-Thin "AutoEnc_keo5xwjkqdurqm7crshviqjsfc ReEncodeFont" <[a_keo5xw.enc <Raleway-Thin.pfb +Raleway-Thin-tlf-sc-t1--base Raleway-Thin "AutoEnc_yqxcf3x4n2sc6x3ndoozr7mywd ReEncodeFont" <[a_yqxcf3.enc <Raleway-Thin.pfb +Raleway-Thin-tlf-sc-ly1--base Raleway-Thin "AutoEnc_umxzaon3ce6g7rkypc2yfzlbpb ReEncodeFont" <[a_umxzao.enc <Raleway-Thin.pfb +Raleway-Thin-tlf-ts1--base Raleway-Thin "AutoEnc_l5jmzbdek67eb3pjey64epeonb ReEncodeFont" <[a_l5jmzb.enc <Raleway-Thin.pfb +Raleway-Thin-tosf-ot1 Raleway-Thin "AutoEnc_oaj2jlco4ciqucv6oj57k3g4bg ReEncodeFont" <[a_oaj2jl.enc <Raleway-Thin.pfb +Raleway-Thin-tosf-t1--base Raleway-Thin "AutoEnc_k2dfwctkq4dlf2rto5dn2jhh7h ReEncodeFont" <[a_k2dfwc.enc <Raleway-Thin.pfb +Raleway-Thin-tosf-ly1--base Raleway-Thin "AutoEnc_sp3cimvoir2fex5lv5s4kh6tjg ReEncodeFont" <[a_sp3cim.enc <Raleway-Thin.pfb +Raleway-Thin-tosf-sc-ot1--base Raleway-Thin "AutoEnc_7mkq5hlvvz6td6ntpda3wnyeoe ReEncodeFont" <[a_7mkq5h.enc <Raleway-Thin.pfb +Raleway-Thin-tosf-sc-t1--base Raleway-Thin "AutoEnc_sor5xnazjlqd3rl5fvx2e2pn6b ReEncodeFont" <[a_sor5xn.enc <Raleway-Thin.pfb +Raleway-Thin-tosf-sc-ly1--base Raleway-Thin "AutoEnc_uagyv3rfhqt7wuv7h3egjnq67c ReEncodeFont" <[a_uagyv3.enc <Raleway-Thin.pfb +Raleway-Thin-tosf-ts1--base Raleway-Thin "AutoEnc_l5jmzbdek67eb3pjey64epeonb ReEncodeFont" <[a_l5jmzb.enc <Raleway-Thin.pfb +Raleway-Thin-osf-ot1 Raleway-Thin "AutoEnc_oaj2jlco4ciqucv6oj57k3g4bg ReEncodeFont" <[a_oaj2jl.enc <Raleway-Thin.pfb +Raleway-Thin-osf-t1--base Raleway-Thin "AutoEnc_k2dfwctkq4dlf2rto5dn2jhh7h ReEncodeFont" <[a_k2dfwc.enc <Raleway-Thin.pfb +Raleway-Thin-osf-ly1--base Raleway-Thin "AutoEnc_sp3cimvoir2fex5lv5s4kh6tjg ReEncodeFont" <[a_sp3cim.enc <Raleway-Thin.pfb +Raleway-Thin-osf-sc-ot1--base Raleway-Thin "AutoEnc_7mkq5hlvvz6td6ntpda3wnyeoe ReEncodeFont" <[a_7mkq5h.enc <Raleway-Thin.pfb +Raleway-Thin-osf-sc-t1--base Raleway-Thin "AutoEnc_sor5xnazjlqd3rl5fvx2e2pn6b ReEncodeFont" <[a_sor5xn.enc <Raleway-Thin.pfb +Raleway-Thin-osf-sc-ly1--base Raleway-Thin "AutoEnc_uagyv3rfhqt7wuv7h3egjnq67c ReEncodeFont" <[a_uagyv3.enc <Raleway-Thin.pfb +Raleway-Thin-osf-ts1--base Raleway-Thin "AutoEnc_l5jmzbdek67eb3pjey64epeonb ReEncodeFont" <[a_l5jmzb.enc <Raleway-Thin.pfb diff --git a/Master/texmf-dist/fonts/opentype/theleagueofmoveabletype/raleway/Raleway-Black.otf b/Master/texmf-dist/fonts/opentype/theleagueofmoveabletype/raleway/Raleway-Black.otf Binary files differnew file mode 100644 index 00000000000..badb2eda9ee --- /dev/null +++ b/Master/texmf-dist/fonts/opentype/theleagueofmoveabletype/raleway/Raleway-Black.otf diff --git a/Master/texmf-dist/fonts/opentype/theleagueofmoveabletype/raleway/Raleway-Bold.otf b/Master/texmf-dist/fonts/opentype/theleagueofmoveabletype/raleway/Raleway-Bold.otf Binary files differnew file mode 100644 index 00000000000..f13da77f51e --- /dev/null +++ b/Master/texmf-dist/fonts/opentype/theleagueofmoveabletype/raleway/Raleway-Bold.otf diff --git a/Master/texmf-dist/fonts/opentype/theleagueofmoveabletype/raleway/Raleway-ExtraBold.otf b/Master/texmf-dist/fonts/opentype/theleagueofmoveabletype/raleway/Raleway-ExtraBold.otf Binary files differnew file mode 100644 index 00000000000..ddbf569bbf2 --- /dev/null +++ b/Master/texmf-dist/fonts/opentype/theleagueofmoveabletype/raleway/Raleway-ExtraBold.otf diff --git a/Master/texmf-dist/fonts/opentype/theleagueofmoveabletype/raleway/Raleway-ExtraLight.otf b/Master/texmf-dist/fonts/opentype/theleagueofmoveabletype/raleway/Raleway-ExtraLight.otf Binary files differnew file mode 100644 index 00000000000..6566410e3df --- /dev/null +++ b/Master/texmf-dist/fonts/opentype/theleagueofmoveabletype/raleway/Raleway-ExtraLight.otf diff --git a/Master/texmf-dist/fonts/opentype/theleagueofmoveabletype/raleway/Raleway-Light.otf b/Master/texmf-dist/fonts/opentype/theleagueofmoveabletype/raleway/Raleway-Light.otf Binary files differnew file mode 100644 index 00000000000..c4515960254 --- /dev/null +++ b/Master/texmf-dist/fonts/opentype/theleagueofmoveabletype/raleway/Raleway-Light.otf diff --git a/Master/texmf-dist/fonts/opentype/theleagueofmoveabletype/raleway/Raleway-Medium.otf b/Master/texmf-dist/fonts/opentype/theleagueofmoveabletype/raleway/Raleway-Medium.otf Binary files differnew file mode 100644 index 00000000000..20945b3214b --- /dev/null +++ b/Master/texmf-dist/fonts/opentype/theleagueofmoveabletype/raleway/Raleway-Medium.otf diff --git a/Master/texmf-dist/fonts/opentype/theleagueofmoveabletype/raleway/Raleway-Regular.otf b/Master/texmf-dist/fonts/opentype/theleagueofmoveabletype/raleway/Raleway-Regular.otf Binary files differnew file mode 100644 index 00000000000..c0c12b53e16 --- /dev/null +++ b/Master/texmf-dist/fonts/opentype/theleagueofmoveabletype/raleway/Raleway-Regular.otf diff --git a/Master/texmf-dist/fonts/opentype/theleagueofmoveabletype/raleway/Raleway-SemiBold.otf b/Master/texmf-dist/fonts/opentype/theleagueofmoveabletype/raleway/Raleway-SemiBold.otf Binary files differnew file mode 100644 index 00000000000..18e2b4a7318 --- /dev/null +++ b/Master/texmf-dist/fonts/opentype/theleagueofmoveabletype/raleway/Raleway-SemiBold.otf diff --git a/Master/texmf-dist/fonts/opentype/theleagueofmoveabletype/raleway/Raleway-Thin.otf b/Master/texmf-dist/fonts/opentype/theleagueofmoveabletype/raleway/Raleway-Thin.otf Binary files differnew file mode 100644 index 00000000000..d826a2af7c1 --- /dev/null +++ b/Master/texmf-dist/fonts/opentype/theleagueofmoveabletype/raleway/Raleway-Thin.otf diff --git a/Master/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Black-osf-ly1--base.tfm b/Master/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Black-osf-ly1--base.tfm Binary files differnew file mode 100644 index 00000000000..9ec20c1f325 --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Black-osf-ly1--base.tfm diff --git a/Master/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Black-osf-ly1.tfm b/Master/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Black-osf-ly1.tfm Binary files differnew file mode 100644 index 00000000000..9ec58ffa7f4 --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Black-osf-ly1.tfm diff --git a/Master/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Black-osf-ot1.tfm b/Master/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Black-osf-ot1.tfm Binary files differnew file mode 100644 index 00000000000..6e269d652f8 --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Black-osf-ot1.tfm diff --git a/Master/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Black-osf-sc-ly1--base.tfm b/Master/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Black-osf-sc-ly1--base.tfm Binary files differnew file mode 100644 index 00000000000..0229afbe438 --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Black-osf-sc-ly1--base.tfm diff --git a/Master/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Black-osf-sc-ly1.tfm b/Master/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Black-osf-sc-ly1.tfm Binary files differnew file mode 100644 index 00000000000..6edd429ef46 --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Black-osf-sc-ly1.tfm diff --git a/Master/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Black-osf-sc-ot1--base.tfm b/Master/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Black-osf-sc-ot1--base.tfm Binary files differnew file mode 100644 index 00000000000..c3913e2402f --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Black-osf-sc-ot1--base.tfm diff --git a/Master/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Black-osf-sc-ot1.tfm b/Master/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Black-osf-sc-ot1.tfm Binary files differnew file mode 100644 index 00000000000..2aa34b5cd11 --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Black-osf-sc-ot1.tfm diff --git a/Master/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Black-osf-sc-t1--base.tfm b/Master/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Black-osf-sc-t1--base.tfm Binary files differnew file mode 100644 index 00000000000..67cedcd3b89 --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Black-osf-sc-t1--base.tfm diff --git a/Master/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Black-osf-sc-t1.tfm b/Master/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Black-osf-sc-t1.tfm Binary files differnew file mode 100644 index 00000000000..85e744b94b7 --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Black-osf-sc-t1.tfm diff --git a/Master/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Black-osf-t1--base.tfm b/Master/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Black-osf-t1--base.tfm Binary files differnew file mode 100644 index 00000000000..519185b4bc5 --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Black-osf-t1--base.tfm diff --git a/Master/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Black-osf-t1.tfm b/Master/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Black-osf-t1.tfm Binary files differnew file mode 100644 index 00000000000..7d120b0e2c8 --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Black-osf-t1.tfm diff --git a/Master/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Black-osf-ts1--base.tfm b/Master/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Black-osf-ts1--base.tfm Binary files differnew file mode 100644 index 00000000000..6c6b8e5e9f4 --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Black-osf-ts1--base.tfm diff --git a/Master/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Black-osf-ts1.tfm b/Master/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Black-osf-ts1.tfm Binary files differnew file mode 100644 index 00000000000..6f6d32e06cc --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Black-osf-ts1.tfm diff --git a/Master/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Black-tlf-ly1--base.tfm b/Master/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Black-tlf-ly1--base.tfm Binary files differnew file mode 100644 index 00000000000..d275a167f8b --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Black-tlf-ly1--base.tfm diff --git a/Master/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Black-tlf-ly1.tfm b/Master/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Black-tlf-ly1.tfm Binary files differnew file mode 100644 index 00000000000..73a6523f5a0 --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Black-tlf-ly1.tfm diff --git a/Master/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Black-tlf-ot1.tfm b/Master/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Black-tlf-ot1.tfm Binary files differnew file mode 100644 index 00000000000..2ae7ff3b465 --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Black-tlf-ot1.tfm diff --git a/Master/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Black-tlf-sc-ly1--base.tfm b/Master/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Black-tlf-sc-ly1--base.tfm Binary files differnew file mode 100644 index 00000000000..d0d260eb976 --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Black-tlf-sc-ly1--base.tfm diff --git a/Master/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Black-tlf-sc-ly1.tfm b/Master/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Black-tlf-sc-ly1.tfm Binary files differnew file mode 100644 index 00000000000..147c2e2c186 --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Black-tlf-sc-ly1.tfm diff --git a/Master/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Black-tlf-sc-ot1--base.tfm b/Master/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Black-tlf-sc-ot1--base.tfm Binary files differnew file mode 100644 index 00000000000..5418159fadb --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Black-tlf-sc-ot1--base.tfm diff --git a/Master/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Black-tlf-sc-ot1.tfm b/Master/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Black-tlf-sc-ot1.tfm Binary files differnew file mode 100644 index 00000000000..274ceec5246 --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Black-tlf-sc-ot1.tfm diff --git a/Master/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Black-tlf-sc-t1--base.tfm b/Master/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Black-tlf-sc-t1--base.tfm Binary files differnew file mode 100644 index 00000000000..7e4f06c39b7 --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Black-tlf-sc-t1--base.tfm diff --git a/Master/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Black-tlf-sc-t1.tfm b/Master/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Black-tlf-sc-t1.tfm Binary files differnew file mode 100644 index 00000000000..6b7c667c91a --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Black-tlf-sc-t1.tfm diff --git a/Master/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Black-tlf-t1--base.tfm b/Master/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Black-tlf-t1--base.tfm Binary files differnew file mode 100644 index 00000000000..14a08cea808 --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Black-tlf-t1--base.tfm diff --git a/Master/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Black-tlf-t1.tfm b/Master/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Black-tlf-t1.tfm Binary files differnew file mode 100644 index 00000000000..3c4dfc3f2a5 --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Black-tlf-t1.tfm diff --git a/Master/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Black-tlf-ts1--base.tfm b/Master/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Black-tlf-ts1--base.tfm Binary files differnew file mode 100644 index 00000000000..6c6b8e5e9f4 --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Black-tlf-ts1--base.tfm diff --git a/Master/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Black-tlf-ts1.tfm b/Master/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Black-tlf-ts1.tfm Binary files differnew file mode 100644 index 00000000000..6f6d32e06cc --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Black-tlf-ts1.tfm diff --git a/Master/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Black-tosf-ly1--base.tfm b/Master/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Black-tosf-ly1--base.tfm Binary files differnew file mode 100644 index 00000000000..9ec20c1f325 --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Black-tosf-ly1--base.tfm diff --git a/Master/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Black-tosf-ly1.tfm b/Master/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Black-tosf-ly1.tfm Binary files differnew file mode 100644 index 00000000000..9ec58ffa7f4 --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Black-tosf-ly1.tfm diff --git a/Master/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Black-tosf-ot1.tfm b/Master/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Black-tosf-ot1.tfm Binary files differnew file mode 100644 index 00000000000..6e269d652f8 --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Black-tosf-ot1.tfm diff --git a/Master/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Black-tosf-sc-ly1--base.tfm b/Master/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Black-tosf-sc-ly1--base.tfm Binary files differnew file mode 100644 index 00000000000..0229afbe438 --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Black-tosf-sc-ly1--base.tfm diff --git a/Master/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Black-tosf-sc-ly1.tfm b/Master/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Black-tosf-sc-ly1.tfm Binary files differnew file mode 100644 index 00000000000..6edd429ef46 --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Black-tosf-sc-ly1.tfm diff --git a/Master/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Black-tosf-sc-ot1--base.tfm b/Master/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Black-tosf-sc-ot1--base.tfm Binary files differnew file mode 100644 index 00000000000..c3913e2402f --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Black-tosf-sc-ot1--base.tfm diff --git a/Master/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Black-tosf-sc-ot1.tfm b/Master/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Black-tosf-sc-ot1.tfm Binary files differnew file mode 100644 index 00000000000..2aa34b5cd11 --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Black-tosf-sc-ot1.tfm diff --git a/Master/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Black-tosf-sc-t1--base.tfm b/Master/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Black-tosf-sc-t1--base.tfm Binary files differnew file mode 100644 index 00000000000..67cedcd3b89 --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Black-tosf-sc-t1--base.tfm diff --git a/Master/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Black-tosf-sc-t1.tfm b/Master/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Black-tosf-sc-t1.tfm Binary files differnew file mode 100644 index 00000000000..85e744b94b7 --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Black-tosf-sc-t1.tfm diff --git a/Master/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Black-tosf-t1--base.tfm b/Master/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Black-tosf-t1--base.tfm Binary files differnew file mode 100644 index 00000000000..519185b4bc5 --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Black-tosf-t1--base.tfm diff --git a/Master/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Black-tosf-t1.tfm b/Master/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Black-tosf-t1.tfm Binary files differnew file mode 100644 index 00000000000..7d120b0e2c8 --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Black-tosf-t1.tfm diff --git a/Master/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Black-tosf-ts1--base.tfm b/Master/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Black-tosf-ts1--base.tfm Binary files differnew file mode 100644 index 00000000000..6c6b8e5e9f4 --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Black-tosf-ts1--base.tfm diff --git a/Master/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Black-tosf-ts1.tfm b/Master/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Black-tosf-ts1.tfm Binary files differnew file mode 100644 index 00000000000..6f6d32e06cc --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Black-tosf-ts1.tfm diff --git a/Master/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Bold-osf-ly1--base.tfm b/Master/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Bold-osf-ly1--base.tfm Binary files differnew file mode 100644 index 00000000000..7024d6a0847 --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Bold-osf-ly1--base.tfm diff --git a/Master/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Bold-osf-ly1.tfm b/Master/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Bold-osf-ly1.tfm Binary files differnew file mode 100644 index 00000000000..49e6783e3ad --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Bold-osf-ly1.tfm diff --git a/Master/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Bold-osf-ot1.tfm b/Master/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Bold-osf-ot1.tfm Binary files differnew file mode 100644 index 00000000000..e8c6b7c4dac --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Bold-osf-ot1.tfm diff --git a/Master/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Bold-osf-sc-ly1--base.tfm b/Master/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Bold-osf-sc-ly1--base.tfm Binary files differnew file mode 100644 index 00000000000..dcbdf8ca225 --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Bold-osf-sc-ly1--base.tfm diff --git a/Master/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Bold-osf-sc-ly1.tfm b/Master/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Bold-osf-sc-ly1.tfm Binary files differnew file mode 100644 index 00000000000..b262fd8c89d --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Bold-osf-sc-ly1.tfm diff --git a/Master/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Bold-osf-sc-ot1--base.tfm b/Master/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Bold-osf-sc-ot1--base.tfm Binary files differnew file mode 100644 index 00000000000..3eef5bedfe4 --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Bold-osf-sc-ot1--base.tfm diff --git a/Master/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Bold-osf-sc-ot1.tfm b/Master/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Bold-osf-sc-ot1.tfm Binary files differnew file mode 100644 index 00000000000..09f67c0b1b6 --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Bold-osf-sc-ot1.tfm diff --git a/Master/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Bold-osf-sc-t1--base.tfm b/Master/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Bold-osf-sc-t1--base.tfm Binary files differnew file mode 100644 index 00000000000..d43b6e6f204 --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Bold-osf-sc-t1--base.tfm diff --git a/Master/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Bold-osf-sc-t1.tfm b/Master/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Bold-osf-sc-t1.tfm Binary files differnew file mode 100644 index 00000000000..4883b34722c --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Bold-osf-sc-t1.tfm diff --git a/Master/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Bold-osf-t1--base.tfm b/Master/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Bold-osf-t1--base.tfm Binary files differnew file mode 100644 index 00000000000..442e7fbf7ad --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Bold-osf-t1--base.tfm diff --git a/Master/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Bold-osf-t1.tfm b/Master/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Bold-osf-t1.tfm Binary files differnew file mode 100644 index 00000000000..64d800575d3 --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Bold-osf-t1.tfm diff --git a/Master/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Bold-osf-ts1--base.tfm b/Master/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Bold-osf-ts1--base.tfm Binary files differnew file mode 100644 index 00000000000..2c35f0b60d1 --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Bold-osf-ts1--base.tfm diff --git a/Master/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Bold-osf-ts1.tfm b/Master/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Bold-osf-ts1.tfm Binary files differnew file mode 100644 index 00000000000..6492cf0a9fa --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Bold-osf-ts1.tfm diff --git a/Master/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Bold-tlf-ly1--base.tfm b/Master/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Bold-tlf-ly1--base.tfm Binary files differnew file mode 100644 index 00000000000..b71151f105b --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Bold-tlf-ly1--base.tfm diff --git a/Master/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Bold-tlf-ly1.tfm b/Master/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Bold-tlf-ly1.tfm Binary files differnew file mode 100644 index 00000000000..d2fc2b91555 --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Bold-tlf-ly1.tfm diff --git a/Master/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Bold-tlf-ot1.tfm b/Master/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Bold-tlf-ot1.tfm Binary files differnew file mode 100644 index 00000000000..f3355dccf3c --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Bold-tlf-ot1.tfm diff --git a/Master/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Bold-tlf-sc-ly1--base.tfm b/Master/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Bold-tlf-sc-ly1--base.tfm Binary files differnew file mode 100644 index 00000000000..178187687a6 --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Bold-tlf-sc-ly1--base.tfm diff --git a/Master/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Bold-tlf-sc-ly1.tfm b/Master/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Bold-tlf-sc-ly1.tfm Binary files differnew file mode 100644 index 00000000000..f024a289dee --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Bold-tlf-sc-ly1.tfm diff --git a/Master/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Bold-tlf-sc-ot1--base.tfm b/Master/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Bold-tlf-sc-ot1--base.tfm Binary files differnew file mode 100644 index 00000000000..0a5bf8e46b9 --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Bold-tlf-sc-ot1--base.tfm diff --git a/Master/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Bold-tlf-sc-ot1.tfm b/Master/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Bold-tlf-sc-ot1.tfm Binary files differnew file mode 100644 index 00000000000..f3712f3cb11 --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Bold-tlf-sc-ot1.tfm diff --git a/Master/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Bold-tlf-sc-t1--base.tfm b/Master/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Bold-tlf-sc-t1--base.tfm Binary files differnew file mode 100644 index 00000000000..882692a1512 --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Bold-tlf-sc-t1--base.tfm diff --git a/Master/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Bold-tlf-sc-t1.tfm b/Master/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Bold-tlf-sc-t1.tfm Binary files differnew file mode 100644 index 00000000000..e5a9d84a414 --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Bold-tlf-sc-t1.tfm diff --git a/Master/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Bold-tlf-t1--base.tfm b/Master/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Bold-tlf-t1--base.tfm Binary files differnew file mode 100644 index 00000000000..1051b24ada9 --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Bold-tlf-t1--base.tfm diff --git a/Master/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Bold-tlf-t1.tfm b/Master/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Bold-tlf-t1.tfm Binary files differnew file mode 100644 index 00000000000..ca7fe806c90 --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Bold-tlf-t1.tfm diff --git a/Master/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Bold-tlf-ts1--base.tfm b/Master/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Bold-tlf-ts1--base.tfm Binary files differnew file mode 100644 index 00000000000..2c35f0b60d1 --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Bold-tlf-ts1--base.tfm diff --git a/Master/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Bold-tlf-ts1.tfm b/Master/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Bold-tlf-ts1.tfm Binary files differnew file mode 100644 index 00000000000..6492cf0a9fa --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Bold-tlf-ts1.tfm diff --git a/Master/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Bold-tosf-ly1--base.tfm b/Master/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Bold-tosf-ly1--base.tfm Binary files differnew file mode 100644 index 00000000000..7024d6a0847 --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Bold-tosf-ly1--base.tfm diff --git a/Master/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Bold-tosf-ly1.tfm b/Master/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Bold-tosf-ly1.tfm Binary files differnew file mode 100644 index 00000000000..49e6783e3ad --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Bold-tosf-ly1.tfm diff --git a/Master/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Bold-tosf-ot1.tfm b/Master/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Bold-tosf-ot1.tfm Binary files differnew file mode 100644 index 00000000000..e8c6b7c4dac --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Bold-tosf-ot1.tfm diff --git a/Master/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Bold-tosf-sc-ly1--base.tfm b/Master/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Bold-tosf-sc-ly1--base.tfm Binary files differnew file mode 100644 index 00000000000..dcbdf8ca225 --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Bold-tosf-sc-ly1--base.tfm diff --git a/Master/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Bold-tosf-sc-ly1.tfm b/Master/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Bold-tosf-sc-ly1.tfm Binary files differnew file mode 100644 index 00000000000..b262fd8c89d --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Bold-tosf-sc-ly1.tfm diff --git a/Master/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Bold-tosf-sc-ot1--base.tfm b/Master/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Bold-tosf-sc-ot1--base.tfm Binary files differnew file mode 100644 index 00000000000..3eef5bedfe4 --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Bold-tosf-sc-ot1--base.tfm diff --git a/Master/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Bold-tosf-sc-ot1.tfm b/Master/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Bold-tosf-sc-ot1.tfm Binary files differnew file mode 100644 index 00000000000..09f67c0b1b6 --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Bold-tosf-sc-ot1.tfm diff --git a/Master/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Bold-tosf-sc-t1--base.tfm b/Master/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Bold-tosf-sc-t1--base.tfm Binary files differnew file mode 100644 index 00000000000..d43b6e6f204 --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Bold-tosf-sc-t1--base.tfm diff --git a/Master/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Bold-tosf-sc-t1.tfm b/Master/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Bold-tosf-sc-t1.tfm Binary files differnew file mode 100644 index 00000000000..4883b34722c --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Bold-tosf-sc-t1.tfm diff --git a/Master/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Bold-tosf-t1--base.tfm b/Master/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Bold-tosf-t1--base.tfm Binary files differnew file mode 100644 index 00000000000..442e7fbf7ad --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Bold-tosf-t1--base.tfm diff --git a/Master/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Bold-tosf-t1.tfm b/Master/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Bold-tosf-t1.tfm Binary files differnew file mode 100644 index 00000000000..64d800575d3 --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Bold-tosf-t1.tfm diff --git a/Master/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Bold-tosf-ts1--base.tfm b/Master/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Bold-tosf-ts1--base.tfm Binary files differnew file mode 100644 index 00000000000..2c35f0b60d1 --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Bold-tosf-ts1--base.tfm diff --git a/Master/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Bold-tosf-ts1.tfm b/Master/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Bold-tosf-ts1.tfm Binary files differnew file mode 100644 index 00000000000..6492cf0a9fa --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Bold-tosf-ts1.tfm diff --git a/Master/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-ExtraBold-osf-ly1--base.tfm b/Master/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-ExtraBold-osf-ly1--base.tfm Binary files differnew file mode 100644 index 00000000000..b5f68591559 --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-ExtraBold-osf-ly1--base.tfm diff --git a/Master/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-ExtraBold-osf-ly1.tfm b/Master/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-ExtraBold-osf-ly1.tfm Binary files differnew file mode 100644 index 00000000000..71642718a6e --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-ExtraBold-osf-ly1.tfm diff --git a/Master/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-ExtraBold-osf-ot1.tfm b/Master/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-ExtraBold-osf-ot1.tfm Binary files differnew file mode 100644 index 00000000000..2c505f1e40a --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-ExtraBold-osf-ot1.tfm diff --git a/Master/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-ExtraBold-osf-sc-ly1--base.tfm b/Master/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-ExtraBold-osf-sc-ly1--base.tfm Binary files differnew file mode 100644 index 00000000000..08f87cb335e --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-ExtraBold-osf-sc-ly1--base.tfm diff --git a/Master/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-ExtraBold-osf-sc-ly1.tfm b/Master/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-ExtraBold-osf-sc-ly1.tfm Binary files differnew file mode 100644 index 00000000000..e334c2ac509 --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-ExtraBold-osf-sc-ly1.tfm diff --git a/Master/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-ExtraBold-osf-sc-ot1--base.tfm b/Master/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-ExtraBold-osf-sc-ot1--base.tfm Binary files differnew file mode 100644 index 00000000000..ceb00fe066c --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-ExtraBold-osf-sc-ot1--base.tfm diff --git a/Master/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-ExtraBold-osf-sc-ot1.tfm b/Master/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-ExtraBold-osf-sc-ot1.tfm Binary files differnew file mode 100644 index 00000000000..a8033f3832d --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-ExtraBold-osf-sc-ot1.tfm diff --git a/Master/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-ExtraBold-osf-sc-t1--base.tfm b/Master/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-ExtraBold-osf-sc-t1--base.tfm Binary files differnew file mode 100644 index 00000000000..b3e4af64b27 --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-ExtraBold-osf-sc-t1--base.tfm diff --git a/Master/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-ExtraBold-osf-sc-t1.tfm b/Master/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-ExtraBold-osf-sc-t1.tfm Binary files differnew file mode 100644 index 00000000000..75c8a594776 --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-ExtraBold-osf-sc-t1.tfm diff --git a/Master/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-ExtraBold-osf-t1--base.tfm b/Master/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-ExtraBold-osf-t1--base.tfm Binary files differnew file mode 100644 index 00000000000..1224dbd45b5 --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-ExtraBold-osf-t1--base.tfm diff --git a/Master/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-ExtraBold-osf-t1.tfm b/Master/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-ExtraBold-osf-t1.tfm Binary files differnew file mode 100644 index 00000000000..61f5a30b08f --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-ExtraBold-osf-t1.tfm diff --git a/Master/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-ExtraBold-osf-ts1--base.tfm b/Master/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-ExtraBold-osf-ts1--base.tfm Binary files differnew file mode 100644 index 00000000000..e6635573edd --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-ExtraBold-osf-ts1--base.tfm diff --git a/Master/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-ExtraBold-osf-ts1.tfm b/Master/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-ExtraBold-osf-ts1.tfm Binary files differnew file mode 100644 index 00000000000..b18b6b5d423 --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-ExtraBold-osf-ts1.tfm diff --git a/Master/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-ExtraBold-tlf-ly1--base.tfm b/Master/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-ExtraBold-tlf-ly1--base.tfm Binary files differnew file mode 100644 index 00000000000..b73ba11c106 --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-ExtraBold-tlf-ly1--base.tfm diff --git a/Master/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-ExtraBold-tlf-ly1.tfm b/Master/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-ExtraBold-tlf-ly1.tfm Binary files differnew file mode 100644 index 00000000000..30a28d34ecd --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-ExtraBold-tlf-ly1.tfm diff --git a/Master/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-ExtraBold-tlf-ot1.tfm b/Master/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-ExtraBold-tlf-ot1.tfm Binary files differnew file mode 100644 index 00000000000..669c20c7e3f --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-ExtraBold-tlf-ot1.tfm diff --git a/Master/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-ExtraBold-tlf-sc-ly1--base.tfm b/Master/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-ExtraBold-tlf-sc-ly1--base.tfm Binary files differnew file mode 100644 index 00000000000..9a895beaecb --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-ExtraBold-tlf-sc-ly1--base.tfm diff --git a/Master/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-ExtraBold-tlf-sc-ly1.tfm b/Master/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-ExtraBold-tlf-sc-ly1.tfm Binary files differnew file mode 100644 index 00000000000..a0741d1ca4c --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-ExtraBold-tlf-sc-ly1.tfm diff --git a/Master/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-ExtraBold-tlf-sc-ot1--base.tfm b/Master/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-ExtraBold-tlf-sc-ot1--base.tfm Binary files differnew file mode 100644 index 00000000000..cafd0b2b168 --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-ExtraBold-tlf-sc-ot1--base.tfm diff --git a/Master/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-ExtraBold-tlf-sc-ot1.tfm b/Master/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-ExtraBold-tlf-sc-ot1.tfm Binary files differnew file mode 100644 index 00000000000..2e691f5846a --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-ExtraBold-tlf-sc-ot1.tfm diff --git a/Master/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-ExtraBold-tlf-sc-t1--base.tfm b/Master/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-ExtraBold-tlf-sc-t1--base.tfm Binary files differnew file mode 100644 index 00000000000..fb60f989a00 --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-ExtraBold-tlf-sc-t1--base.tfm diff --git a/Master/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-ExtraBold-tlf-sc-t1.tfm b/Master/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-ExtraBold-tlf-sc-t1.tfm Binary files differnew file mode 100644 index 00000000000..4876b2fd9b1 --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-ExtraBold-tlf-sc-t1.tfm diff --git a/Master/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-ExtraBold-tlf-t1--base.tfm b/Master/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-ExtraBold-tlf-t1--base.tfm Binary files differnew file mode 100644 index 00000000000..2ebab0ea975 --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-ExtraBold-tlf-t1--base.tfm diff --git a/Master/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-ExtraBold-tlf-t1.tfm b/Master/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-ExtraBold-tlf-t1.tfm Binary files differnew file mode 100644 index 00000000000..871ca7a02f1 --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-ExtraBold-tlf-t1.tfm diff --git a/Master/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-ExtraBold-tlf-ts1--base.tfm b/Master/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-ExtraBold-tlf-ts1--base.tfm Binary files differnew file mode 100644 index 00000000000..e6635573edd --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-ExtraBold-tlf-ts1--base.tfm diff --git a/Master/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-ExtraBold-tlf-ts1.tfm b/Master/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-ExtraBold-tlf-ts1.tfm Binary files differnew file mode 100644 index 00000000000..b18b6b5d423 --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-ExtraBold-tlf-ts1.tfm diff --git a/Master/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-ExtraBold-tosf-ly1--base.tfm b/Master/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-ExtraBold-tosf-ly1--base.tfm Binary files differnew file mode 100644 index 00000000000..b5f68591559 --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-ExtraBold-tosf-ly1--base.tfm diff --git a/Master/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-ExtraBold-tosf-ly1.tfm b/Master/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-ExtraBold-tosf-ly1.tfm Binary files differnew file mode 100644 index 00000000000..71642718a6e --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-ExtraBold-tosf-ly1.tfm diff --git a/Master/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-ExtraBold-tosf-ot1.tfm b/Master/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-ExtraBold-tosf-ot1.tfm Binary files differnew file mode 100644 index 00000000000..2c505f1e40a --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-ExtraBold-tosf-ot1.tfm diff --git a/Master/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-ExtraBold-tosf-sc-ly1--base.tfm b/Master/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-ExtraBold-tosf-sc-ly1--base.tfm Binary files differnew file mode 100644 index 00000000000..08f87cb335e --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-ExtraBold-tosf-sc-ly1--base.tfm diff --git a/Master/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-ExtraBold-tosf-sc-ly1.tfm b/Master/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-ExtraBold-tosf-sc-ly1.tfm Binary files differnew file mode 100644 index 00000000000..e334c2ac509 --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-ExtraBold-tosf-sc-ly1.tfm diff --git a/Master/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-ExtraBold-tosf-sc-ot1--base.tfm b/Master/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-ExtraBold-tosf-sc-ot1--base.tfm Binary files differnew file mode 100644 index 00000000000..ceb00fe066c --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-ExtraBold-tosf-sc-ot1--base.tfm diff --git a/Master/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-ExtraBold-tosf-sc-ot1.tfm b/Master/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-ExtraBold-tosf-sc-ot1.tfm Binary files differnew file mode 100644 index 00000000000..a8033f3832d --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-ExtraBold-tosf-sc-ot1.tfm diff --git a/Master/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-ExtraBold-tosf-sc-t1--base.tfm b/Master/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-ExtraBold-tosf-sc-t1--base.tfm Binary files differnew file mode 100644 index 00000000000..b3e4af64b27 --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-ExtraBold-tosf-sc-t1--base.tfm diff --git a/Master/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-ExtraBold-tosf-sc-t1.tfm b/Master/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-ExtraBold-tosf-sc-t1.tfm Binary files differnew file mode 100644 index 00000000000..75c8a594776 --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-ExtraBold-tosf-sc-t1.tfm diff --git a/Master/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-ExtraBold-tosf-t1--base.tfm b/Master/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-ExtraBold-tosf-t1--base.tfm Binary files differnew file mode 100644 index 00000000000..1224dbd45b5 --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-ExtraBold-tosf-t1--base.tfm diff --git a/Master/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-ExtraBold-tosf-t1.tfm b/Master/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-ExtraBold-tosf-t1.tfm Binary files differnew file mode 100644 index 00000000000..61f5a30b08f --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-ExtraBold-tosf-t1.tfm diff --git a/Master/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-ExtraBold-tosf-ts1--base.tfm b/Master/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-ExtraBold-tosf-ts1--base.tfm Binary files differnew file mode 100644 index 00000000000..e6635573edd --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-ExtraBold-tosf-ts1--base.tfm diff --git a/Master/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-ExtraBold-tosf-ts1.tfm b/Master/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-ExtraBold-tosf-ts1.tfm Binary files differnew file mode 100644 index 00000000000..b18b6b5d423 --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-ExtraBold-tosf-ts1.tfm diff --git a/Master/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-ExtraLight-osf-ly1--base.tfm b/Master/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-ExtraLight-osf-ly1--base.tfm Binary files differnew file mode 100644 index 00000000000..2afccafe633 --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-ExtraLight-osf-ly1--base.tfm diff --git a/Master/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-ExtraLight-osf-ly1.tfm b/Master/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-ExtraLight-osf-ly1.tfm Binary files differnew file mode 100644 index 00000000000..073bcd1498b --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-ExtraLight-osf-ly1.tfm diff --git a/Master/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-ExtraLight-osf-ot1.tfm b/Master/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-ExtraLight-osf-ot1.tfm Binary files differnew file mode 100644 index 00000000000..630eb0cf198 --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-ExtraLight-osf-ot1.tfm diff --git a/Master/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-ExtraLight-osf-sc-ly1--base.tfm b/Master/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-ExtraLight-osf-sc-ly1--base.tfm Binary files differnew file mode 100644 index 00000000000..bbf4b3dabbc --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-ExtraLight-osf-sc-ly1--base.tfm diff --git a/Master/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-ExtraLight-osf-sc-ly1.tfm b/Master/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-ExtraLight-osf-sc-ly1.tfm Binary files differnew file mode 100644 index 00000000000..6815be4354f --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-ExtraLight-osf-sc-ly1.tfm diff --git a/Master/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-ExtraLight-osf-sc-ot1--base.tfm b/Master/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-ExtraLight-osf-sc-ot1--base.tfm Binary files differnew file mode 100644 index 00000000000..7b7a183a5d9 --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-ExtraLight-osf-sc-ot1--base.tfm diff --git a/Master/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-ExtraLight-osf-sc-ot1.tfm b/Master/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-ExtraLight-osf-sc-ot1.tfm Binary files differnew file mode 100644 index 00000000000..fa6463fd40a --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-ExtraLight-osf-sc-ot1.tfm diff --git a/Master/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-ExtraLight-osf-sc-t1--base.tfm b/Master/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-ExtraLight-osf-sc-t1--base.tfm Binary files differnew file mode 100644 index 00000000000..a3532c6271c --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-ExtraLight-osf-sc-t1--base.tfm diff --git a/Master/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-ExtraLight-osf-sc-t1.tfm b/Master/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-ExtraLight-osf-sc-t1.tfm Binary files differnew file mode 100644 index 00000000000..f67b764b6ae --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-ExtraLight-osf-sc-t1.tfm diff --git a/Master/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-ExtraLight-osf-t1--base.tfm b/Master/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-ExtraLight-osf-t1--base.tfm Binary files differnew file mode 100644 index 00000000000..11e634e5a9a --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-ExtraLight-osf-t1--base.tfm diff --git a/Master/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-ExtraLight-osf-t1.tfm b/Master/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-ExtraLight-osf-t1.tfm Binary files differnew file mode 100644 index 00000000000..4289f5bd7e0 --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-ExtraLight-osf-t1.tfm diff --git a/Master/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-ExtraLight-osf-ts1--base.tfm b/Master/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-ExtraLight-osf-ts1--base.tfm Binary files differnew file mode 100644 index 00000000000..5abc5fa831f --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-ExtraLight-osf-ts1--base.tfm diff --git a/Master/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-ExtraLight-osf-ts1.tfm b/Master/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-ExtraLight-osf-ts1.tfm Binary files differnew file mode 100644 index 00000000000..b933967424b --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-ExtraLight-osf-ts1.tfm diff --git a/Master/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-ExtraLight-tlf-ly1--base.tfm b/Master/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-ExtraLight-tlf-ly1--base.tfm Binary files differnew file mode 100644 index 00000000000..d8365a039d1 --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-ExtraLight-tlf-ly1--base.tfm diff --git a/Master/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-ExtraLight-tlf-ly1.tfm b/Master/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-ExtraLight-tlf-ly1.tfm Binary files differnew file mode 100644 index 00000000000..f03a31e08be --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-ExtraLight-tlf-ly1.tfm diff --git a/Master/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-ExtraLight-tlf-ot1.tfm b/Master/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-ExtraLight-tlf-ot1.tfm Binary files differnew file mode 100644 index 00000000000..e5159469fc6 --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-ExtraLight-tlf-ot1.tfm diff --git a/Master/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-ExtraLight-tlf-sc-ly1--base.tfm b/Master/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-ExtraLight-tlf-sc-ly1--base.tfm Binary files differnew file mode 100644 index 00000000000..53085f9c366 --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-ExtraLight-tlf-sc-ly1--base.tfm diff --git a/Master/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-ExtraLight-tlf-sc-ly1.tfm b/Master/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-ExtraLight-tlf-sc-ly1.tfm Binary files differnew file mode 100644 index 00000000000..238f9069435 --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-ExtraLight-tlf-sc-ly1.tfm diff --git a/Master/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-ExtraLight-tlf-sc-ot1--base.tfm b/Master/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-ExtraLight-tlf-sc-ot1--base.tfm Binary files differnew file mode 100644 index 00000000000..b5fbc1ed40c --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-ExtraLight-tlf-sc-ot1--base.tfm diff --git a/Master/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-ExtraLight-tlf-sc-ot1.tfm b/Master/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-ExtraLight-tlf-sc-ot1.tfm Binary files differnew file mode 100644 index 00000000000..ea40ba5e824 --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-ExtraLight-tlf-sc-ot1.tfm diff --git a/Master/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-ExtraLight-tlf-sc-t1--base.tfm b/Master/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-ExtraLight-tlf-sc-t1--base.tfm Binary files differnew file mode 100644 index 00000000000..9f7e2d03ae0 --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-ExtraLight-tlf-sc-t1--base.tfm diff --git a/Master/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-ExtraLight-tlf-sc-t1.tfm b/Master/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-ExtraLight-tlf-sc-t1.tfm Binary files differnew file mode 100644 index 00000000000..a6b43539e51 --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-ExtraLight-tlf-sc-t1.tfm diff --git a/Master/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-ExtraLight-tlf-t1--base.tfm b/Master/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-ExtraLight-tlf-t1--base.tfm Binary files differnew file mode 100644 index 00000000000..c1446cdcfbf --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-ExtraLight-tlf-t1--base.tfm diff --git a/Master/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-ExtraLight-tlf-t1.tfm b/Master/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-ExtraLight-tlf-t1.tfm Binary files differnew file mode 100644 index 00000000000..6e84d8e314a --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-ExtraLight-tlf-t1.tfm diff --git a/Master/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-ExtraLight-tlf-ts1--base.tfm b/Master/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-ExtraLight-tlf-ts1--base.tfm Binary files differnew file mode 100644 index 00000000000..5abc5fa831f --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-ExtraLight-tlf-ts1--base.tfm diff --git a/Master/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-ExtraLight-tlf-ts1.tfm b/Master/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-ExtraLight-tlf-ts1.tfm Binary files differnew file mode 100644 index 00000000000..b933967424b --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-ExtraLight-tlf-ts1.tfm diff --git a/Master/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-ExtraLight-tosf-ly1--base.tfm b/Master/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-ExtraLight-tosf-ly1--base.tfm Binary files differnew file mode 100644 index 00000000000..2afccafe633 --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-ExtraLight-tosf-ly1--base.tfm diff --git a/Master/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-ExtraLight-tosf-ly1.tfm b/Master/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-ExtraLight-tosf-ly1.tfm Binary files differnew file mode 100644 index 00000000000..073bcd1498b --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-ExtraLight-tosf-ly1.tfm diff --git a/Master/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-ExtraLight-tosf-ot1.tfm b/Master/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-ExtraLight-tosf-ot1.tfm Binary files differnew file mode 100644 index 00000000000..630eb0cf198 --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-ExtraLight-tosf-ot1.tfm diff --git a/Master/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-ExtraLight-tosf-sc-ly1--base.tfm b/Master/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-ExtraLight-tosf-sc-ly1--base.tfm Binary files differnew file mode 100644 index 00000000000..bbf4b3dabbc --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-ExtraLight-tosf-sc-ly1--base.tfm diff --git a/Master/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-ExtraLight-tosf-sc-ly1.tfm b/Master/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-ExtraLight-tosf-sc-ly1.tfm Binary files differnew file mode 100644 index 00000000000..6815be4354f --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-ExtraLight-tosf-sc-ly1.tfm diff --git a/Master/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-ExtraLight-tosf-sc-ot1--base.tfm b/Master/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-ExtraLight-tosf-sc-ot1--base.tfm Binary files differnew file mode 100644 index 00000000000..7b7a183a5d9 --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-ExtraLight-tosf-sc-ot1--base.tfm diff --git a/Master/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-ExtraLight-tosf-sc-ot1.tfm b/Master/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-ExtraLight-tosf-sc-ot1.tfm Binary files differnew file mode 100644 index 00000000000..fa6463fd40a --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-ExtraLight-tosf-sc-ot1.tfm diff --git a/Master/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-ExtraLight-tosf-sc-t1--base.tfm b/Master/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-ExtraLight-tosf-sc-t1--base.tfm Binary files differnew file mode 100644 index 00000000000..a3532c6271c --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-ExtraLight-tosf-sc-t1--base.tfm diff --git a/Master/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-ExtraLight-tosf-sc-t1.tfm b/Master/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-ExtraLight-tosf-sc-t1.tfm Binary files differnew file mode 100644 index 00000000000..f67b764b6ae --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-ExtraLight-tosf-sc-t1.tfm diff --git a/Master/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-ExtraLight-tosf-t1--base.tfm b/Master/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-ExtraLight-tosf-t1--base.tfm Binary files differnew file mode 100644 index 00000000000..11e634e5a9a --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-ExtraLight-tosf-t1--base.tfm diff --git a/Master/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-ExtraLight-tosf-t1.tfm b/Master/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-ExtraLight-tosf-t1.tfm Binary files differnew file mode 100644 index 00000000000..4289f5bd7e0 --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-ExtraLight-tosf-t1.tfm diff --git a/Master/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-ExtraLight-tosf-ts1--base.tfm b/Master/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-ExtraLight-tosf-ts1--base.tfm Binary files differnew file mode 100644 index 00000000000..5abc5fa831f --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-ExtraLight-tosf-ts1--base.tfm diff --git a/Master/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-ExtraLight-tosf-ts1.tfm b/Master/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-ExtraLight-tosf-ts1.tfm Binary files differnew file mode 100644 index 00000000000..b933967424b --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-ExtraLight-tosf-ts1.tfm diff --git a/Master/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Light-osf-ly1--base.tfm b/Master/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Light-osf-ly1--base.tfm Binary files differnew file mode 100644 index 00000000000..5a60cd6e7f1 --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Light-osf-ly1--base.tfm diff --git a/Master/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Light-osf-ly1.tfm b/Master/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Light-osf-ly1.tfm Binary files differnew file mode 100644 index 00000000000..237f2df98c9 --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Light-osf-ly1.tfm diff --git a/Master/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Light-osf-ot1.tfm b/Master/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Light-osf-ot1.tfm Binary files differnew file mode 100644 index 00000000000..24ed3c9637a --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Light-osf-ot1.tfm diff --git a/Master/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Light-osf-sc-ly1--base.tfm b/Master/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Light-osf-sc-ly1--base.tfm Binary files differnew file mode 100644 index 00000000000..7fb8f93e051 --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Light-osf-sc-ly1--base.tfm diff --git a/Master/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Light-osf-sc-ly1.tfm b/Master/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Light-osf-sc-ly1.tfm Binary files differnew file mode 100644 index 00000000000..485a8a58bb8 --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Light-osf-sc-ly1.tfm diff --git a/Master/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Light-osf-sc-ot1--base.tfm b/Master/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Light-osf-sc-ot1--base.tfm Binary files differnew file mode 100644 index 00000000000..dcb47b9960e --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Light-osf-sc-ot1--base.tfm diff --git a/Master/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Light-osf-sc-ot1.tfm b/Master/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Light-osf-sc-ot1.tfm Binary files differnew file mode 100644 index 00000000000..faf3d2a3564 --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Light-osf-sc-ot1.tfm diff --git a/Master/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Light-osf-sc-t1--base.tfm b/Master/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Light-osf-sc-t1--base.tfm Binary files differnew file mode 100644 index 00000000000..1d028be5207 --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Light-osf-sc-t1--base.tfm diff --git a/Master/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Light-osf-sc-t1.tfm b/Master/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Light-osf-sc-t1.tfm Binary files differnew file mode 100644 index 00000000000..8e1824b50c6 --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Light-osf-sc-t1.tfm diff --git a/Master/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Light-osf-t1--base.tfm b/Master/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Light-osf-t1--base.tfm Binary files differnew file mode 100644 index 00000000000..f53de0ea851 --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Light-osf-t1--base.tfm diff --git a/Master/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Light-osf-t1.tfm b/Master/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Light-osf-t1.tfm Binary files differnew file mode 100644 index 00000000000..5218509f6e2 --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Light-osf-t1.tfm diff --git a/Master/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Light-osf-ts1--base.tfm b/Master/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Light-osf-ts1--base.tfm Binary files differnew file mode 100644 index 00000000000..c8b33590b36 --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Light-osf-ts1--base.tfm diff --git a/Master/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Light-osf-ts1.tfm b/Master/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Light-osf-ts1.tfm Binary files differnew file mode 100644 index 00000000000..370c4151671 --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Light-osf-ts1.tfm diff --git a/Master/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Light-tlf-ly1--base.tfm b/Master/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Light-tlf-ly1--base.tfm Binary files differnew file mode 100644 index 00000000000..f460c95da4e --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Light-tlf-ly1--base.tfm diff --git a/Master/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Light-tlf-ly1.tfm b/Master/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Light-tlf-ly1.tfm Binary files differnew file mode 100644 index 00000000000..143f4503d19 --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Light-tlf-ly1.tfm diff --git a/Master/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Light-tlf-ot1.tfm b/Master/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Light-tlf-ot1.tfm Binary files differnew file mode 100644 index 00000000000..79a332233f5 --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Light-tlf-ot1.tfm diff --git a/Master/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Light-tlf-sc-ly1--base.tfm b/Master/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Light-tlf-sc-ly1--base.tfm Binary files differnew file mode 100644 index 00000000000..391b54e5aa0 --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Light-tlf-sc-ly1--base.tfm diff --git a/Master/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Light-tlf-sc-ly1.tfm b/Master/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Light-tlf-sc-ly1.tfm Binary files differnew file mode 100644 index 00000000000..378d89f62fc --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Light-tlf-sc-ly1.tfm diff --git a/Master/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Light-tlf-sc-ot1--base.tfm b/Master/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Light-tlf-sc-ot1--base.tfm Binary files differnew file mode 100644 index 00000000000..3afbb85e99f --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Light-tlf-sc-ot1--base.tfm diff --git a/Master/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Light-tlf-sc-ot1.tfm b/Master/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Light-tlf-sc-ot1.tfm Binary files differnew file mode 100644 index 00000000000..37ea96f02a4 --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Light-tlf-sc-ot1.tfm diff --git a/Master/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Light-tlf-sc-t1--base.tfm b/Master/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Light-tlf-sc-t1--base.tfm Binary files differnew file mode 100644 index 00000000000..cce6ce62dcf --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Light-tlf-sc-t1--base.tfm diff --git a/Master/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Light-tlf-sc-t1.tfm b/Master/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Light-tlf-sc-t1.tfm Binary files differnew file mode 100644 index 00000000000..d2edc7a3950 --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Light-tlf-sc-t1.tfm diff --git a/Master/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Light-tlf-t1--base.tfm b/Master/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Light-tlf-t1--base.tfm Binary files differnew file mode 100644 index 00000000000..f099b044524 --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Light-tlf-t1--base.tfm diff --git a/Master/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Light-tlf-t1.tfm b/Master/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Light-tlf-t1.tfm Binary files differnew file mode 100644 index 00000000000..0037f2380f0 --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Light-tlf-t1.tfm diff --git a/Master/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Light-tlf-ts1--base.tfm b/Master/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Light-tlf-ts1--base.tfm Binary files differnew file mode 100644 index 00000000000..c8b33590b36 --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Light-tlf-ts1--base.tfm diff --git a/Master/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Light-tlf-ts1.tfm b/Master/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Light-tlf-ts1.tfm Binary files differnew file mode 100644 index 00000000000..370c4151671 --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Light-tlf-ts1.tfm diff --git a/Master/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Light-tosf-ly1--base.tfm b/Master/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Light-tosf-ly1--base.tfm Binary files differnew file mode 100644 index 00000000000..5a60cd6e7f1 --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Light-tosf-ly1--base.tfm diff --git a/Master/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Light-tosf-ly1.tfm b/Master/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Light-tosf-ly1.tfm Binary files differnew file mode 100644 index 00000000000..237f2df98c9 --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Light-tosf-ly1.tfm diff --git a/Master/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Light-tosf-ot1.tfm b/Master/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Light-tosf-ot1.tfm Binary files differnew file mode 100644 index 00000000000..24ed3c9637a --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Light-tosf-ot1.tfm diff --git a/Master/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Light-tosf-sc-ly1--base.tfm b/Master/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Light-tosf-sc-ly1--base.tfm Binary files differnew file mode 100644 index 00000000000..7fb8f93e051 --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Light-tosf-sc-ly1--base.tfm diff --git a/Master/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Light-tosf-sc-ly1.tfm b/Master/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Light-tosf-sc-ly1.tfm Binary files differnew file mode 100644 index 00000000000..485a8a58bb8 --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Light-tosf-sc-ly1.tfm diff --git a/Master/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Light-tosf-sc-ot1--base.tfm b/Master/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Light-tosf-sc-ot1--base.tfm Binary files differnew file mode 100644 index 00000000000..dcb47b9960e --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Light-tosf-sc-ot1--base.tfm diff --git a/Master/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Light-tosf-sc-ot1.tfm b/Master/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Light-tosf-sc-ot1.tfm Binary files differnew file mode 100644 index 00000000000..faf3d2a3564 --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Light-tosf-sc-ot1.tfm diff --git a/Master/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Light-tosf-sc-t1--base.tfm b/Master/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Light-tosf-sc-t1--base.tfm Binary files differnew file mode 100644 index 00000000000..1d028be5207 --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Light-tosf-sc-t1--base.tfm diff --git a/Master/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Light-tosf-sc-t1.tfm b/Master/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Light-tosf-sc-t1.tfm Binary files differnew file mode 100644 index 00000000000..8e1824b50c6 --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Light-tosf-sc-t1.tfm diff --git a/Master/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Light-tosf-t1--base.tfm b/Master/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Light-tosf-t1--base.tfm Binary files differnew file mode 100644 index 00000000000..f53de0ea851 --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Light-tosf-t1--base.tfm diff --git a/Master/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Light-tosf-t1.tfm b/Master/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Light-tosf-t1.tfm Binary files differnew file mode 100644 index 00000000000..5218509f6e2 --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Light-tosf-t1.tfm diff --git a/Master/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Light-tosf-ts1--base.tfm b/Master/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Light-tosf-ts1--base.tfm Binary files differnew file mode 100644 index 00000000000..c8b33590b36 --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Light-tosf-ts1--base.tfm diff --git a/Master/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Light-tosf-ts1.tfm b/Master/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Light-tosf-ts1.tfm Binary files differnew file mode 100644 index 00000000000..370c4151671 --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Light-tosf-ts1.tfm diff --git a/Master/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Medium-osf-ly1--base.tfm b/Master/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Medium-osf-ly1--base.tfm Binary files differnew file mode 100644 index 00000000000..5c42fac863d --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Medium-osf-ly1--base.tfm diff --git a/Master/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Medium-osf-ly1.tfm b/Master/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Medium-osf-ly1.tfm Binary files differnew file mode 100644 index 00000000000..541ee0f79ac --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Medium-osf-ly1.tfm diff --git a/Master/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Medium-osf-ot1.tfm b/Master/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Medium-osf-ot1.tfm Binary files differnew file mode 100644 index 00000000000..4273e44bb7b --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Medium-osf-ot1.tfm diff --git a/Master/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Medium-osf-sc-ly1--base.tfm b/Master/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Medium-osf-sc-ly1--base.tfm Binary files differnew file mode 100644 index 00000000000..6298cfed200 --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Medium-osf-sc-ly1--base.tfm diff --git a/Master/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Medium-osf-sc-ly1.tfm b/Master/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Medium-osf-sc-ly1.tfm Binary files differnew file mode 100644 index 00000000000..e9a797701fb --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Medium-osf-sc-ly1.tfm diff --git a/Master/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Medium-osf-sc-ot1--base.tfm b/Master/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Medium-osf-sc-ot1--base.tfm Binary files differnew file mode 100644 index 00000000000..e984fb47dbf --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Medium-osf-sc-ot1--base.tfm diff --git a/Master/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Medium-osf-sc-ot1.tfm b/Master/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Medium-osf-sc-ot1.tfm Binary files differnew file mode 100644 index 00000000000..b9e6a376c48 --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Medium-osf-sc-ot1.tfm diff --git a/Master/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Medium-osf-sc-t1--base.tfm b/Master/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Medium-osf-sc-t1--base.tfm Binary files differnew file mode 100644 index 00000000000..026f122afe1 --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Medium-osf-sc-t1--base.tfm diff --git a/Master/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Medium-osf-sc-t1.tfm b/Master/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Medium-osf-sc-t1.tfm Binary files differnew file mode 100644 index 00000000000..acdb2a8157e --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Medium-osf-sc-t1.tfm diff --git a/Master/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Medium-osf-t1--base.tfm b/Master/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Medium-osf-t1--base.tfm Binary files differnew file mode 100644 index 00000000000..5fa19a38db4 --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Medium-osf-t1--base.tfm diff --git a/Master/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Medium-osf-t1.tfm b/Master/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Medium-osf-t1.tfm Binary files differnew file mode 100644 index 00000000000..4b2d377bb07 --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Medium-osf-t1.tfm diff --git a/Master/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Medium-osf-ts1--base.tfm b/Master/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Medium-osf-ts1--base.tfm Binary files differnew file mode 100644 index 00000000000..37cb7780bca --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Medium-osf-ts1--base.tfm diff --git a/Master/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Medium-osf-ts1.tfm b/Master/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Medium-osf-ts1.tfm Binary files differnew file mode 100644 index 00000000000..6cea914b0c5 --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Medium-osf-ts1.tfm diff --git a/Master/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Medium-tlf-ly1--base.tfm b/Master/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Medium-tlf-ly1--base.tfm Binary files differnew file mode 100644 index 00000000000..fcb1b1160a1 --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Medium-tlf-ly1--base.tfm diff --git a/Master/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Medium-tlf-ly1.tfm b/Master/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Medium-tlf-ly1.tfm Binary files differnew file mode 100644 index 00000000000..519c78a53d8 --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Medium-tlf-ly1.tfm diff --git a/Master/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Medium-tlf-ot1.tfm b/Master/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Medium-tlf-ot1.tfm Binary files differnew file mode 100644 index 00000000000..742e2e81545 --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Medium-tlf-ot1.tfm diff --git a/Master/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Medium-tlf-sc-ly1--base.tfm b/Master/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Medium-tlf-sc-ly1--base.tfm Binary files differnew file mode 100644 index 00000000000..5f42983f6b9 --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Medium-tlf-sc-ly1--base.tfm diff --git a/Master/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Medium-tlf-sc-ly1.tfm b/Master/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Medium-tlf-sc-ly1.tfm Binary files differnew file mode 100644 index 00000000000..be949090f92 --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Medium-tlf-sc-ly1.tfm diff --git a/Master/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Medium-tlf-sc-ot1--base.tfm b/Master/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Medium-tlf-sc-ot1--base.tfm Binary files differnew file mode 100644 index 00000000000..a7f7d1e3757 --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Medium-tlf-sc-ot1--base.tfm diff --git a/Master/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Medium-tlf-sc-ot1.tfm b/Master/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Medium-tlf-sc-ot1.tfm Binary files differnew file mode 100644 index 00000000000..e9705b239fd --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Medium-tlf-sc-ot1.tfm diff --git a/Master/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Medium-tlf-sc-t1--base.tfm b/Master/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Medium-tlf-sc-t1--base.tfm Binary files differnew file mode 100644 index 00000000000..85ddda8f785 --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Medium-tlf-sc-t1--base.tfm diff --git a/Master/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Medium-tlf-sc-t1.tfm b/Master/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Medium-tlf-sc-t1.tfm Binary files differnew file mode 100644 index 00000000000..208aa42b1e3 --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Medium-tlf-sc-t1.tfm diff --git a/Master/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Medium-tlf-t1--base.tfm b/Master/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Medium-tlf-t1--base.tfm Binary files differnew file mode 100644 index 00000000000..8bdbaca2f29 --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Medium-tlf-t1--base.tfm diff --git a/Master/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Medium-tlf-t1.tfm b/Master/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Medium-tlf-t1.tfm Binary files differnew file mode 100644 index 00000000000..3fd2ed8686c --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Medium-tlf-t1.tfm diff --git a/Master/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Medium-tlf-ts1--base.tfm b/Master/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Medium-tlf-ts1--base.tfm Binary files differnew file mode 100644 index 00000000000..37cb7780bca --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Medium-tlf-ts1--base.tfm diff --git a/Master/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Medium-tlf-ts1.tfm b/Master/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Medium-tlf-ts1.tfm Binary files differnew file mode 100644 index 00000000000..6cea914b0c5 --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Medium-tlf-ts1.tfm diff --git a/Master/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Medium-tosf-ly1--base.tfm b/Master/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Medium-tosf-ly1--base.tfm Binary files differnew file mode 100644 index 00000000000..5c42fac863d --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Medium-tosf-ly1--base.tfm diff --git a/Master/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Medium-tosf-ly1.tfm b/Master/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Medium-tosf-ly1.tfm Binary files differnew file mode 100644 index 00000000000..541ee0f79ac --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Medium-tosf-ly1.tfm diff --git a/Master/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Medium-tosf-ot1.tfm b/Master/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Medium-tosf-ot1.tfm Binary files differnew file mode 100644 index 00000000000..4273e44bb7b --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Medium-tosf-ot1.tfm diff --git a/Master/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Medium-tosf-sc-ly1--base.tfm b/Master/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Medium-tosf-sc-ly1--base.tfm Binary files differnew file mode 100644 index 00000000000..6298cfed200 --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Medium-tosf-sc-ly1--base.tfm diff --git a/Master/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Medium-tosf-sc-ly1.tfm b/Master/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Medium-tosf-sc-ly1.tfm Binary files differnew file mode 100644 index 00000000000..e9a797701fb --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Medium-tosf-sc-ly1.tfm diff --git a/Master/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Medium-tosf-sc-ot1--base.tfm b/Master/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Medium-tosf-sc-ot1--base.tfm Binary files differnew file mode 100644 index 00000000000..e984fb47dbf --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Medium-tosf-sc-ot1--base.tfm diff --git a/Master/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Medium-tosf-sc-ot1.tfm b/Master/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Medium-tosf-sc-ot1.tfm Binary files differnew file mode 100644 index 00000000000..b9e6a376c48 --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Medium-tosf-sc-ot1.tfm diff --git a/Master/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Medium-tosf-sc-t1--base.tfm b/Master/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Medium-tosf-sc-t1--base.tfm Binary files differnew file mode 100644 index 00000000000..026f122afe1 --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Medium-tosf-sc-t1--base.tfm diff --git a/Master/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Medium-tosf-sc-t1.tfm b/Master/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Medium-tosf-sc-t1.tfm Binary files differnew file mode 100644 index 00000000000..acdb2a8157e --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Medium-tosf-sc-t1.tfm diff --git a/Master/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Medium-tosf-t1--base.tfm b/Master/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Medium-tosf-t1--base.tfm Binary files differnew file mode 100644 index 00000000000..5fa19a38db4 --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Medium-tosf-t1--base.tfm diff --git a/Master/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Medium-tosf-t1.tfm b/Master/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Medium-tosf-t1.tfm Binary files differnew file mode 100644 index 00000000000..4b2d377bb07 --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Medium-tosf-t1.tfm diff --git a/Master/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Medium-tosf-ts1--base.tfm b/Master/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Medium-tosf-ts1--base.tfm Binary files differnew file mode 100644 index 00000000000..37cb7780bca --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Medium-tosf-ts1--base.tfm diff --git a/Master/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Medium-tosf-ts1.tfm b/Master/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Medium-tosf-ts1.tfm Binary files differnew file mode 100644 index 00000000000..6cea914b0c5 --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Medium-tosf-ts1.tfm diff --git a/Master/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Regular-osf-ly1--base.tfm b/Master/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Regular-osf-ly1--base.tfm Binary files differnew file mode 100644 index 00000000000..14da724109e --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Regular-osf-ly1--base.tfm diff --git a/Master/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Regular-osf-ly1.tfm b/Master/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Regular-osf-ly1.tfm Binary files differnew file mode 100644 index 00000000000..4e390bc3365 --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Regular-osf-ly1.tfm diff --git a/Master/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Regular-osf-ot1.tfm b/Master/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Regular-osf-ot1.tfm Binary files differnew file mode 100644 index 00000000000..1cbc0eb9304 --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Regular-osf-ot1.tfm diff --git a/Master/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Regular-osf-sc-ly1--base.tfm b/Master/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Regular-osf-sc-ly1--base.tfm Binary files differnew file mode 100644 index 00000000000..2e42dd429ee --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Regular-osf-sc-ly1--base.tfm diff --git a/Master/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Regular-osf-sc-ly1.tfm b/Master/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Regular-osf-sc-ly1.tfm Binary files differnew file mode 100644 index 00000000000..78cc7b6f94f --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Regular-osf-sc-ly1.tfm diff --git a/Master/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Regular-osf-sc-ot1--base.tfm b/Master/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Regular-osf-sc-ot1--base.tfm Binary files differnew file mode 100644 index 00000000000..3379c5726c4 --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Regular-osf-sc-ot1--base.tfm diff --git a/Master/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Regular-osf-sc-ot1.tfm b/Master/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Regular-osf-sc-ot1.tfm Binary files differnew file mode 100644 index 00000000000..db8bd3d0cff --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Regular-osf-sc-ot1.tfm diff --git a/Master/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Regular-osf-sc-t1--base.tfm b/Master/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Regular-osf-sc-t1--base.tfm Binary files differnew file mode 100644 index 00000000000..7d414397feb --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Regular-osf-sc-t1--base.tfm diff --git a/Master/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Regular-osf-sc-t1.tfm b/Master/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Regular-osf-sc-t1.tfm Binary files differnew file mode 100644 index 00000000000..1b1706f1e39 --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Regular-osf-sc-t1.tfm diff --git a/Master/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Regular-osf-t1--base.tfm b/Master/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Regular-osf-t1--base.tfm Binary files differnew file mode 100644 index 00000000000..8efafc1f43a --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Regular-osf-t1--base.tfm diff --git a/Master/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Regular-osf-t1.tfm b/Master/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Regular-osf-t1.tfm Binary files differnew file mode 100644 index 00000000000..63cda6b4370 --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Regular-osf-t1.tfm diff --git a/Master/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Regular-osf-ts1--base.tfm b/Master/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Regular-osf-ts1--base.tfm Binary files differnew file mode 100644 index 00000000000..6204525a8fe --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Regular-osf-ts1--base.tfm diff --git a/Master/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Regular-osf-ts1.tfm b/Master/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Regular-osf-ts1.tfm Binary files differnew file mode 100644 index 00000000000..33667b1a99d --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Regular-osf-ts1.tfm diff --git a/Master/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Regular-tlf-ly1--base.tfm b/Master/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Regular-tlf-ly1--base.tfm Binary files differnew file mode 100644 index 00000000000..edd56fbce08 --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Regular-tlf-ly1--base.tfm diff --git a/Master/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Regular-tlf-ly1.tfm b/Master/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Regular-tlf-ly1.tfm Binary files differnew file mode 100644 index 00000000000..88dff0132d0 --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Regular-tlf-ly1.tfm diff --git a/Master/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Regular-tlf-ot1.tfm b/Master/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Regular-tlf-ot1.tfm Binary files differnew file mode 100644 index 00000000000..486a99facb9 --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Regular-tlf-ot1.tfm diff --git a/Master/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Regular-tlf-sc-ly1--base.tfm b/Master/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Regular-tlf-sc-ly1--base.tfm Binary files differnew file mode 100644 index 00000000000..29b79acf85c --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Regular-tlf-sc-ly1--base.tfm diff --git a/Master/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Regular-tlf-sc-ly1.tfm b/Master/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Regular-tlf-sc-ly1.tfm Binary files differnew file mode 100644 index 00000000000..53563c97d60 --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Regular-tlf-sc-ly1.tfm diff --git a/Master/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Regular-tlf-sc-ot1--base.tfm b/Master/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Regular-tlf-sc-ot1--base.tfm Binary files differnew file mode 100644 index 00000000000..6e8e7f95ebb --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Regular-tlf-sc-ot1--base.tfm diff --git a/Master/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Regular-tlf-sc-ot1.tfm b/Master/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Regular-tlf-sc-ot1.tfm Binary files differnew file mode 100644 index 00000000000..4bb74129161 --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Regular-tlf-sc-ot1.tfm diff --git a/Master/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Regular-tlf-sc-t1--base.tfm b/Master/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Regular-tlf-sc-t1--base.tfm Binary files differnew file mode 100644 index 00000000000..0903c4119f5 --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Regular-tlf-sc-t1--base.tfm diff --git a/Master/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Regular-tlf-sc-t1.tfm b/Master/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Regular-tlf-sc-t1.tfm Binary files differnew file mode 100644 index 00000000000..29ac83b0ff4 --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Regular-tlf-sc-t1.tfm diff --git a/Master/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Regular-tlf-t1--base.tfm b/Master/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Regular-tlf-t1--base.tfm Binary files differnew file mode 100644 index 00000000000..811f302eabe --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Regular-tlf-t1--base.tfm diff --git a/Master/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Regular-tlf-t1.tfm b/Master/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Regular-tlf-t1.tfm Binary files differnew file mode 100644 index 00000000000..40897c03813 --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Regular-tlf-t1.tfm diff --git a/Master/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Regular-tlf-ts1--base.tfm b/Master/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Regular-tlf-ts1--base.tfm Binary files differnew file mode 100644 index 00000000000..6204525a8fe --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Regular-tlf-ts1--base.tfm diff --git a/Master/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Regular-tlf-ts1.tfm b/Master/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Regular-tlf-ts1.tfm Binary files differnew file mode 100644 index 00000000000..33667b1a99d --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Regular-tlf-ts1.tfm diff --git a/Master/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Regular-tosf-ly1--base.tfm b/Master/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Regular-tosf-ly1--base.tfm Binary files differnew file mode 100644 index 00000000000..14da724109e --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Regular-tosf-ly1--base.tfm diff --git a/Master/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Regular-tosf-ly1.tfm b/Master/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Regular-tosf-ly1.tfm Binary files differnew file mode 100644 index 00000000000..4e390bc3365 --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Regular-tosf-ly1.tfm diff --git a/Master/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Regular-tosf-ot1.tfm b/Master/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Regular-tosf-ot1.tfm Binary files differnew file mode 100644 index 00000000000..1cbc0eb9304 --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Regular-tosf-ot1.tfm diff --git a/Master/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Regular-tosf-sc-ly1--base.tfm b/Master/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Regular-tosf-sc-ly1--base.tfm Binary files differnew file mode 100644 index 00000000000..2e42dd429ee --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Regular-tosf-sc-ly1--base.tfm diff --git a/Master/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Regular-tosf-sc-ly1.tfm b/Master/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Regular-tosf-sc-ly1.tfm Binary files differnew file mode 100644 index 00000000000..78cc7b6f94f --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Regular-tosf-sc-ly1.tfm diff --git a/Master/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Regular-tosf-sc-ot1--base.tfm b/Master/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Regular-tosf-sc-ot1--base.tfm Binary files differnew file mode 100644 index 00000000000..3379c5726c4 --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Regular-tosf-sc-ot1--base.tfm diff --git a/Master/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Regular-tosf-sc-ot1.tfm b/Master/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Regular-tosf-sc-ot1.tfm Binary files differnew file mode 100644 index 00000000000..db8bd3d0cff --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Regular-tosf-sc-ot1.tfm diff --git a/Master/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Regular-tosf-sc-t1--base.tfm b/Master/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Regular-tosf-sc-t1--base.tfm Binary files differnew file mode 100644 index 00000000000..7d414397feb --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Regular-tosf-sc-t1--base.tfm diff --git a/Master/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Regular-tosf-sc-t1.tfm b/Master/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Regular-tosf-sc-t1.tfm Binary files differnew file mode 100644 index 00000000000..1b1706f1e39 --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Regular-tosf-sc-t1.tfm diff --git a/Master/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Regular-tosf-t1--base.tfm b/Master/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Regular-tosf-t1--base.tfm Binary files differnew file mode 100644 index 00000000000..8efafc1f43a --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Regular-tosf-t1--base.tfm diff --git a/Master/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Regular-tosf-t1.tfm b/Master/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Regular-tosf-t1.tfm Binary files differnew file mode 100644 index 00000000000..63cda6b4370 --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Regular-tosf-t1.tfm diff --git a/Master/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Regular-tosf-ts1--base.tfm b/Master/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Regular-tosf-ts1--base.tfm Binary files differnew file mode 100644 index 00000000000..6204525a8fe --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Regular-tosf-ts1--base.tfm diff --git a/Master/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Regular-tosf-ts1.tfm b/Master/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Regular-tosf-ts1.tfm Binary files differnew file mode 100644 index 00000000000..33667b1a99d --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Regular-tosf-ts1.tfm diff --git a/Master/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-SemiBold-osf-ly1--base.tfm b/Master/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-SemiBold-osf-ly1--base.tfm Binary files differnew file mode 100644 index 00000000000..2fdaf99f990 --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-SemiBold-osf-ly1--base.tfm diff --git a/Master/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-SemiBold-osf-ly1.tfm b/Master/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-SemiBold-osf-ly1.tfm Binary files differnew file mode 100644 index 00000000000..84bd5cef052 --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-SemiBold-osf-ly1.tfm diff --git a/Master/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-SemiBold-osf-ot1.tfm b/Master/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-SemiBold-osf-ot1.tfm Binary files differnew file mode 100644 index 00000000000..93c0fdd388f --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-SemiBold-osf-ot1.tfm diff --git a/Master/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-SemiBold-osf-sc-ly1--base.tfm b/Master/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-SemiBold-osf-sc-ly1--base.tfm Binary files differnew file mode 100644 index 00000000000..ed61b118fec --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-SemiBold-osf-sc-ly1--base.tfm diff --git a/Master/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-SemiBold-osf-sc-ly1.tfm b/Master/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-SemiBold-osf-sc-ly1.tfm Binary files differnew file mode 100644 index 00000000000..40a68100e7d --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-SemiBold-osf-sc-ly1.tfm diff --git a/Master/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-SemiBold-osf-sc-ot1--base.tfm b/Master/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-SemiBold-osf-sc-ot1--base.tfm Binary files differnew file mode 100644 index 00000000000..7db2bf9010d --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-SemiBold-osf-sc-ot1--base.tfm diff --git a/Master/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-SemiBold-osf-sc-ot1.tfm b/Master/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-SemiBold-osf-sc-ot1.tfm Binary files differnew file mode 100644 index 00000000000..f18a96c8585 --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-SemiBold-osf-sc-ot1.tfm diff --git a/Master/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-SemiBold-osf-sc-t1--base.tfm b/Master/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-SemiBold-osf-sc-t1--base.tfm Binary files differnew file mode 100644 index 00000000000..b10f6af54a9 --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-SemiBold-osf-sc-t1--base.tfm diff --git a/Master/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-SemiBold-osf-sc-t1.tfm b/Master/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-SemiBold-osf-sc-t1.tfm Binary files differnew file mode 100644 index 00000000000..7e47924c20b --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-SemiBold-osf-sc-t1.tfm diff --git a/Master/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-SemiBold-osf-t1--base.tfm b/Master/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-SemiBold-osf-t1--base.tfm Binary files differnew file mode 100644 index 00000000000..d164da63b40 --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-SemiBold-osf-t1--base.tfm diff --git a/Master/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-SemiBold-osf-t1.tfm b/Master/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-SemiBold-osf-t1.tfm Binary files differnew file mode 100644 index 00000000000..4c46d5778f1 --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-SemiBold-osf-t1.tfm diff --git a/Master/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-SemiBold-osf-ts1--base.tfm b/Master/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-SemiBold-osf-ts1--base.tfm Binary files differnew file mode 100644 index 00000000000..697604d0b40 --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-SemiBold-osf-ts1--base.tfm diff --git a/Master/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-SemiBold-osf-ts1.tfm b/Master/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-SemiBold-osf-ts1.tfm Binary files differnew file mode 100644 index 00000000000..91abfe30b1b --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-SemiBold-osf-ts1.tfm diff --git a/Master/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-SemiBold-tlf-ly1--base.tfm b/Master/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-SemiBold-tlf-ly1--base.tfm Binary files differnew file mode 100644 index 00000000000..a86ecfba55b --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-SemiBold-tlf-ly1--base.tfm diff --git a/Master/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-SemiBold-tlf-ly1.tfm b/Master/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-SemiBold-tlf-ly1.tfm Binary files differnew file mode 100644 index 00000000000..3abc0510cdf --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-SemiBold-tlf-ly1.tfm diff --git a/Master/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-SemiBold-tlf-ot1.tfm b/Master/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-SemiBold-tlf-ot1.tfm Binary files differnew file mode 100644 index 00000000000..4d23be39513 --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-SemiBold-tlf-ot1.tfm diff --git a/Master/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-SemiBold-tlf-sc-ly1--base.tfm b/Master/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-SemiBold-tlf-sc-ly1--base.tfm Binary files differnew file mode 100644 index 00000000000..b2b21cd97f8 --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-SemiBold-tlf-sc-ly1--base.tfm diff --git a/Master/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-SemiBold-tlf-sc-ly1.tfm b/Master/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-SemiBold-tlf-sc-ly1.tfm Binary files differnew file mode 100644 index 00000000000..bb19f6ac563 --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-SemiBold-tlf-sc-ly1.tfm diff --git a/Master/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-SemiBold-tlf-sc-ot1--base.tfm b/Master/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-SemiBold-tlf-sc-ot1--base.tfm Binary files differnew file mode 100644 index 00000000000..cbe79aaeb91 --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-SemiBold-tlf-sc-ot1--base.tfm diff --git a/Master/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-SemiBold-tlf-sc-ot1.tfm b/Master/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-SemiBold-tlf-sc-ot1.tfm Binary files differnew file mode 100644 index 00000000000..dce732ecb3c --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-SemiBold-tlf-sc-ot1.tfm diff --git a/Master/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-SemiBold-tlf-sc-t1--base.tfm b/Master/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-SemiBold-tlf-sc-t1--base.tfm Binary files differnew file mode 100644 index 00000000000..6aea49c0440 --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-SemiBold-tlf-sc-t1--base.tfm diff --git a/Master/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-SemiBold-tlf-sc-t1.tfm b/Master/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-SemiBold-tlf-sc-t1.tfm Binary files differnew file mode 100644 index 00000000000..25ca8673a37 --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-SemiBold-tlf-sc-t1.tfm diff --git a/Master/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-SemiBold-tlf-t1--base.tfm b/Master/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-SemiBold-tlf-t1--base.tfm Binary files differnew file mode 100644 index 00000000000..eb7b66a8455 --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-SemiBold-tlf-t1--base.tfm diff --git a/Master/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-SemiBold-tlf-t1.tfm b/Master/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-SemiBold-tlf-t1.tfm Binary files differnew file mode 100644 index 00000000000..ac990b29234 --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-SemiBold-tlf-t1.tfm diff --git a/Master/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-SemiBold-tlf-ts1--base.tfm b/Master/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-SemiBold-tlf-ts1--base.tfm Binary files differnew file mode 100644 index 00000000000..697604d0b40 --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-SemiBold-tlf-ts1--base.tfm diff --git a/Master/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-SemiBold-tlf-ts1.tfm b/Master/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-SemiBold-tlf-ts1.tfm Binary files differnew file mode 100644 index 00000000000..91abfe30b1b --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-SemiBold-tlf-ts1.tfm diff --git a/Master/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-SemiBold-tosf-ly1--base.tfm b/Master/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-SemiBold-tosf-ly1--base.tfm Binary files differnew file mode 100644 index 00000000000..2fdaf99f990 --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-SemiBold-tosf-ly1--base.tfm diff --git a/Master/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-SemiBold-tosf-ly1.tfm b/Master/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-SemiBold-tosf-ly1.tfm Binary files differnew file mode 100644 index 00000000000..84bd5cef052 --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-SemiBold-tosf-ly1.tfm diff --git a/Master/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-SemiBold-tosf-ot1.tfm b/Master/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-SemiBold-tosf-ot1.tfm Binary files differnew file mode 100644 index 00000000000..93c0fdd388f --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-SemiBold-tosf-ot1.tfm diff --git a/Master/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-SemiBold-tosf-sc-ly1--base.tfm b/Master/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-SemiBold-tosf-sc-ly1--base.tfm Binary files differnew file mode 100644 index 00000000000..ed61b118fec --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-SemiBold-tosf-sc-ly1--base.tfm diff --git a/Master/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-SemiBold-tosf-sc-ly1.tfm b/Master/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-SemiBold-tosf-sc-ly1.tfm Binary files differnew file mode 100644 index 00000000000..40a68100e7d --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-SemiBold-tosf-sc-ly1.tfm diff --git a/Master/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-SemiBold-tosf-sc-ot1--base.tfm b/Master/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-SemiBold-tosf-sc-ot1--base.tfm Binary files differnew file mode 100644 index 00000000000..7db2bf9010d --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-SemiBold-tosf-sc-ot1--base.tfm diff --git a/Master/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-SemiBold-tosf-sc-ot1.tfm b/Master/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-SemiBold-tosf-sc-ot1.tfm Binary files differnew file mode 100644 index 00000000000..f18a96c8585 --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-SemiBold-tosf-sc-ot1.tfm diff --git a/Master/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-SemiBold-tosf-sc-t1--base.tfm b/Master/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-SemiBold-tosf-sc-t1--base.tfm Binary files differnew file mode 100644 index 00000000000..b10f6af54a9 --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-SemiBold-tosf-sc-t1--base.tfm diff --git a/Master/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-SemiBold-tosf-sc-t1.tfm b/Master/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-SemiBold-tosf-sc-t1.tfm Binary files differnew file mode 100644 index 00000000000..7e47924c20b --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-SemiBold-tosf-sc-t1.tfm diff --git a/Master/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-SemiBold-tosf-t1--base.tfm b/Master/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-SemiBold-tosf-t1--base.tfm Binary files differnew file mode 100644 index 00000000000..d164da63b40 --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-SemiBold-tosf-t1--base.tfm diff --git a/Master/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-SemiBold-tosf-t1.tfm b/Master/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-SemiBold-tosf-t1.tfm Binary files differnew file mode 100644 index 00000000000..4c46d5778f1 --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-SemiBold-tosf-t1.tfm diff --git a/Master/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-SemiBold-tosf-ts1--base.tfm b/Master/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-SemiBold-tosf-ts1--base.tfm Binary files differnew file mode 100644 index 00000000000..697604d0b40 --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-SemiBold-tosf-ts1--base.tfm diff --git a/Master/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-SemiBold-tosf-ts1.tfm b/Master/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-SemiBold-tosf-ts1.tfm Binary files differnew file mode 100644 index 00000000000..91abfe30b1b --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-SemiBold-tosf-ts1.tfm diff --git a/Master/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Thin-osf-ly1--base.tfm b/Master/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Thin-osf-ly1--base.tfm Binary files differnew file mode 100644 index 00000000000..6877e21573d --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Thin-osf-ly1--base.tfm diff --git a/Master/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Thin-osf-ly1.tfm b/Master/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Thin-osf-ly1.tfm Binary files differnew file mode 100644 index 00000000000..2f3c836baf9 --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Thin-osf-ly1.tfm diff --git a/Master/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Thin-osf-ot1.tfm b/Master/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Thin-osf-ot1.tfm Binary files differnew file mode 100644 index 00000000000..a54fee6d7ac --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Thin-osf-ot1.tfm diff --git a/Master/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Thin-osf-sc-ly1--base.tfm b/Master/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Thin-osf-sc-ly1--base.tfm Binary files differnew file mode 100644 index 00000000000..35df20e2410 --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Thin-osf-sc-ly1--base.tfm diff --git a/Master/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Thin-osf-sc-ly1.tfm b/Master/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Thin-osf-sc-ly1.tfm Binary files differnew file mode 100644 index 00000000000..b1b617fac67 --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Thin-osf-sc-ly1.tfm diff --git a/Master/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Thin-osf-sc-ot1--base.tfm b/Master/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Thin-osf-sc-ot1--base.tfm Binary files differnew file mode 100644 index 00000000000..7a77b354f3e --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Thin-osf-sc-ot1--base.tfm diff --git a/Master/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Thin-osf-sc-ot1.tfm b/Master/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Thin-osf-sc-ot1.tfm Binary files differnew file mode 100644 index 00000000000..7c61e9ad060 --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Thin-osf-sc-ot1.tfm diff --git a/Master/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Thin-osf-sc-t1--base.tfm b/Master/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Thin-osf-sc-t1--base.tfm Binary files differnew file mode 100644 index 00000000000..c902d937c24 --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Thin-osf-sc-t1--base.tfm diff --git a/Master/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Thin-osf-sc-t1.tfm b/Master/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Thin-osf-sc-t1.tfm Binary files differnew file mode 100644 index 00000000000..965790c8b43 --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Thin-osf-sc-t1.tfm diff --git a/Master/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Thin-osf-t1--base.tfm b/Master/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Thin-osf-t1--base.tfm Binary files differnew file mode 100644 index 00000000000..9296b98c8f9 --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Thin-osf-t1--base.tfm diff --git a/Master/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Thin-osf-t1.tfm b/Master/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Thin-osf-t1.tfm Binary files differnew file mode 100644 index 00000000000..e5ec0c7639c --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Thin-osf-t1.tfm diff --git a/Master/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Thin-osf-ts1--base.tfm b/Master/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Thin-osf-ts1--base.tfm Binary files differnew file mode 100644 index 00000000000..fd4a5904f9f --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Thin-osf-ts1--base.tfm diff --git a/Master/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Thin-osf-ts1.tfm b/Master/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Thin-osf-ts1.tfm Binary files differnew file mode 100644 index 00000000000..570de3a13cf --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Thin-osf-ts1.tfm diff --git a/Master/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Thin-tlf-ly1--base.tfm b/Master/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Thin-tlf-ly1--base.tfm Binary files differnew file mode 100644 index 00000000000..d8474656da1 --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Thin-tlf-ly1--base.tfm diff --git a/Master/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Thin-tlf-ly1.tfm b/Master/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Thin-tlf-ly1.tfm Binary files differnew file mode 100644 index 00000000000..d85deda374a --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Thin-tlf-ly1.tfm diff --git a/Master/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Thin-tlf-ot1.tfm b/Master/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Thin-tlf-ot1.tfm Binary files differnew file mode 100644 index 00000000000..012b1f68f9d --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Thin-tlf-ot1.tfm diff --git a/Master/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Thin-tlf-sc-ly1--base.tfm b/Master/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Thin-tlf-sc-ly1--base.tfm Binary files differnew file mode 100644 index 00000000000..78f756256bd --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Thin-tlf-sc-ly1--base.tfm diff --git a/Master/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Thin-tlf-sc-ly1.tfm b/Master/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Thin-tlf-sc-ly1.tfm Binary files differnew file mode 100644 index 00000000000..029f59eca8a --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Thin-tlf-sc-ly1.tfm diff --git a/Master/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Thin-tlf-sc-ot1--base.tfm b/Master/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Thin-tlf-sc-ot1--base.tfm Binary files differnew file mode 100644 index 00000000000..51819e66899 --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Thin-tlf-sc-ot1--base.tfm diff --git a/Master/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Thin-tlf-sc-ot1.tfm b/Master/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Thin-tlf-sc-ot1.tfm Binary files differnew file mode 100644 index 00000000000..b934bd2ce8e --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Thin-tlf-sc-ot1.tfm diff --git a/Master/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Thin-tlf-sc-t1--base.tfm b/Master/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Thin-tlf-sc-t1--base.tfm Binary files differnew file mode 100644 index 00000000000..5838ed41884 --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Thin-tlf-sc-t1--base.tfm diff --git a/Master/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Thin-tlf-sc-t1.tfm b/Master/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Thin-tlf-sc-t1.tfm Binary files differnew file mode 100644 index 00000000000..276d706ae44 --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Thin-tlf-sc-t1.tfm diff --git a/Master/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Thin-tlf-t1--base.tfm b/Master/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Thin-tlf-t1--base.tfm Binary files differnew file mode 100644 index 00000000000..4c67149cc49 --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Thin-tlf-t1--base.tfm diff --git a/Master/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Thin-tlf-t1.tfm b/Master/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Thin-tlf-t1.tfm Binary files differnew file mode 100644 index 00000000000..16c2a14ab0a --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Thin-tlf-t1.tfm diff --git a/Master/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Thin-tlf-ts1--base.tfm b/Master/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Thin-tlf-ts1--base.tfm Binary files differnew file mode 100644 index 00000000000..fd4a5904f9f --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Thin-tlf-ts1--base.tfm diff --git a/Master/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Thin-tlf-ts1.tfm b/Master/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Thin-tlf-ts1.tfm Binary files differnew file mode 100644 index 00000000000..570de3a13cf --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Thin-tlf-ts1.tfm diff --git a/Master/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Thin-tosf-ly1--base.tfm b/Master/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Thin-tosf-ly1--base.tfm Binary files differnew file mode 100644 index 00000000000..6877e21573d --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Thin-tosf-ly1--base.tfm diff --git a/Master/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Thin-tosf-ly1.tfm b/Master/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Thin-tosf-ly1.tfm Binary files differnew file mode 100644 index 00000000000..2f3c836baf9 --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Thin-tosf-ly1.tfm diff --git a/Master/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Thin-tosf-ot1.tfm b/Master/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Thin-tosf-ot1.tfm Binary files differnew file mode 100644 index 00000000000..a54fee6d7ac --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Thin-tosf-ot1.tfm diff --git a/Master/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Thin-tosf-sc-ly1--base.tfm b/Master/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Thin-tosf-sc-ly1--base.tfm Binary files differnew file mode 100644 index 00000000000..35df20e2410 --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Thin-tosf-sc-ly1--base.tfm diff --git a/Master/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Thin-tosf-sc-ly1.tfm b/Master/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Thin-tosf-sc-ly1.tfm Binary files differnew file mode 100644 index 00000000000..b1b617fac67 --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Thin-tosf-sc-ly1.tfm diff --git a/Master/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Thin-tosf-sc-ot1--base.tfm b/Master/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Thin-tosf-sc-ot1--base.tfm Binary files differnew file mode 100644 index 00000000000..7a77b354f3e --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Thin-tosf-sc-ot1--base.tfm diff --git a/Master/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Thin-tosf-sc-ot1.tfm b/Master/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Thin-tosf-sc-ot1.tfm Binary files differnew file mode 100644 index 00000000000..7c61e9ad060 --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Thin-tosf-sc-ot1.tfm diff --git a/Master/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Thin-tosf-sc-t1--base.tfm b/Master/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Thin-tosf-sc-t1--base.tfm Binary files differnew file mode 100644 index 00000000000..c902d937c24 --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Thin-tosf-sc-t1--base.tfm diff --git a/Master/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Thin-tosf-sc-t1.tfm b/Master/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Thin-tosf-sc-t1.tfm Binary files differnew file mode 100644 index 00000000000..965790c8b43 --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Thin-tosf-sc-t1.tfm diff --git a/Master/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Thin-tosf-t1--base.tfm b/Master/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Thin-tosf-t1--base.tfm Binary files differnew file mode 100644 index 00000000000..9296b98c8f9 --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Thin-tosf-t1--base.tfm diff --git a/Master/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Thin-tosf-t1.tfm b/Master/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Thin-tosf-t1.tfm Binary files differnew file mode 100644 index 00000000000..e5ec0c7639c --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Thin-tosf-t1.tfm diff --git a/Master/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Thin-tosf-ts1--base.tfm b/Master/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Thin-tosf-ts1--base.tfm Binary files differnew file mode 100644 index 00000000000..fd4a5904f9f --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Thin-tosf-ts1--base.tfm diff --git a/Master/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Thin-tosf-ts1.tfm b/Master/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Thin-tosf-ts1.tfm Binary files differnew file mode 100644 index 00000000000..570de3a13cf --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Thin-tosf-ts1.tfm diff --git a/Master/texmf-dist/fonts/type1/theleagueofmoveabletype/raleway/Raleway-Black.pfb b/Master/texmf-dist/fonts/type1/theleagueofmoveabletype/raleway/Raleway-Black.pfb Binary files differnew file mode 100644 index 00000000000..42f57dd22b0 --- /dev/null +++ b/Master/texmf-dist/fonts/type1/theleagueofmoveabletype/raleway/Raleway-Black.pfb diff --git a/Master/texmf-dist/fonts/type1/theleagueofmoveabletype/raleway/Raleway-Bold.pfb b/Master/texmf-dist/fonts/type1/theleagueofmoveabletype/raleway/Raleway-Bold.pfb Binary files differnew file mode 100644 index 00000000000..bde1455c922 --- /dev/null +++ b/Master/texmf-dist/fonts/type1/theleagueofmoveabletype/raleway/Raleway-Bold.pfb diff --git a/Master/texmf-dist/fonts/type1/theleagueofmoveabletype/raleway/Raleway-ExtraBold.pfb b/Master/texmf-dist/fonts/type1/theleagueofmoveabletype/raleway/Raleway-ExtraBold.pfb Binary files differnew file mode 100644 index 00000000000..20fc94d8b24 --- /dev/null +++ b/Master/texmf-dist/fonts/type1/theleagueofmoveabletype/raleway/Raleway-ExtraBold.pfb diff --git a/Master/texmf-dist/fonts/type1/theleagueofmoveabletype/raleway/Raleway-ExtraLight.pfb b/Master/texmf-dist/fonts/type1/theleagueofmoveabletype/raleway/Raleway-ExtraLight.pfb Binary files differnew file mode 100644 index 00000000000..c3f3f254f47 --- /dev/null +++ b/Master/texmf-dist/fonts/type1/theleagueofmoveabletype/raleway/Raleway-ExtraLight.pfb diff --git a/Master/texmf-dist/fonts/type1/theleagueofmoveabletype/raleway/Raleway-Light.pfb b/Master/texmf-dist/fonts/type1/theleagueofmoveabletype/raleway/Raleway-Light.pfb Binary files differnew file mode 100644 index 00000000000..461ab6d44c1 --- /dev/null +++ b/Master/texmf-dist/fonts/type1/theleagueofmoveabletype/raleway/Raleway-Light.pfb diff --git a/Master/texmf-dist/fonts/type1/theleagueofmoveabletype/raleway/Raleway-Medium.pfb b/Master/texmf-dist/fonts/type1/theleagueofmoveabletype/raleway/Raleway-Medium.pfb Binary files differnew file mode 100644 index 00000000000..1d4a716ecf6 --- /dev/null +++ b/Master/texmf-dist/fonts/type1/theleagueofmoveabletype/raleway/Raleway-Medium.pfb diff --git a/Master/texmf-dist/fonts/type1/theleagueofmoveabletype/raleway/Raleway-Regular.pfb b/Master/texmf-dist/fonts/type1/theleagueofmoveabletype/raleway/Raleway-Regular.pfb Binary files differnew file mode 100644 index 00000000000..aeb38262d69 --- /dev/null +++ b/Master/texmf-dist/fonts/type1/theleagueofmoveabletype/raleway/Raleway-Regular.pfb diff --git a/Master/texmf-dist/fonts/type1/theleagueofmoveabletype/raleway/Raleway-SemiBold.pfb b/Master/texmf-dist/fonts/type1/theleagueofmoveabletype/raleway/Raleway-SemiBold.pfb Binary files differnew file mode 100644 index 00000000000..ca96f54f40b --- /dev/null +++ b/Master/texmf-dist/fonts/type1/theleagueofmoveabletype/raleway/Raleway-SemiBold.pfb diff --git a/Master/texmf-dist/fonts/type1/theleagueofmoveabletype/raleway/Raleway-Thin.pfb b/Master/texmf-dist/fonts/type1/theleagueofmoveabletype/raleway/Raleway-Thin.pfb Binary files differnew file mode 100644 index 00000000000..c53a0734d07 --- /dev/null +++ b/Master/texmf-dist/fonts/type1/theleagueofmoveabletype/raleway/Raleway-Thin.pfb diff --git a/Master/texmf-dist/fonts/vf/theleagueofmoveabletype/raleway/Raleway-Black-osf-ly1.vf b/Master/texmf-dist/fonts/vf/theleagueofmoveabletype/raleway/Raleway-Black-osf-ly1.vf Binary files differnew file mode 100644 index 00000000000..c2751849169 --- /dev/null +++ b/Master/texmf-dist/fonts/vf/theleagueofmoveabletype/raleway/Raleway-Black-osf-ly1.vf diff --git a/Master/texmf-dist/fonts/vf/theleagueofmoveabletype/raleway/Raleway-Black-osf-sc-ly1.vf b/Master/texmf-dist/fonts/vf/theleagueofmoveabletype/raleway/Raleway-Black-osf-sc-ly1.vf Binary files differnew file mode 100644 index 00000000000..240a59ede21 --- /dev/null +++ b/Master/texmf-dist/fonts/vf/theleagueofmoveabletype/raleway/Raleway-Black-osf-sc-ly1.vf diff --git a/Master/texmf-dist/fonts/vf/theleagueofmoveabletype/raleway/Raleway-Black-osf-sc-ot1.vf b/Master/texmf-dist/fonts/vf/theleagueofmoveabletype/raleway/Raleway-Black-osf-sc-ot1.vf Binary files differnew file mode 100644 index 00000000000..a9352e44f21 --- /dev/null +++ b/Master/texmf-dist/fonts/vf/theleagueofmoveabletype/raleway/Raleway-Black-osf-sc-ot1.vf diff --git a/Master/texmf-dist/fonts/vf/theleagueofmoveabletype/raleway/Raleway-Black-osf-sc-t1.vf b/Master/texmf-dist/fonts/vf/theleagueofmoveabletype/raleway/Raleway-Black-osf-sc-t1.vf Binary files differnew file mode 100644 index 00000000000..3ec7eb10e77 --- /dev/null +++ b/Master/texmf-dist/fonts/vf/theleagueofmoveabletype/raleway/Raleway-Black-osf-sc-t1.vf diff --git a/Master/texmf-dist/fonts/vf/theleagueofmoveabletype/raleway/Raleway-Black-osf-t1.vf b/Master/texmf-dist/fonts/vf/theleagueofmoveabletype/raleway/Raleway-Black-osf-t1.vf Binary files differnew file mode 100644 index 00000000000..4df1e7a49a9 --- /dev/null +++ b/Master/texmf-dist/fonts/vf/theleagueofmoveabletype/raleway/Raleway-Black-osf-t1.vf diff --git a/Master/texmf-dist/fonts/vf/theleagueofmoveabletype/raleway/Raleway-Black-osf-ts1.vf b/Master/texmf-dist/fonts/vf/theleagueofmoveabletype/raleway/Raleway-Black-osf-ts1.vf Binary files differnew file mode 100644 index 00000000000..4dd68269ace --- /dev/null +++ b/Master/texmf-dist/fonts/vf/theleagueofmoveabletype/raleway/Raleway-Black-osf-ts1.vf diff --git a/Master/texmf-dist/fonts/vf/theleagueofmoveabletype/raleway/Raleway-Black-tlf-ly1.vf b/Master/texmf-dist/fonts/vf/theleagueofmoveabletype/raleway/Raleway-Black-tlf-ly1.vf Binary files differnew file mode 100644 index 00000000000..760c9638a64 --- /dev/null +++ b/Master/texmf-dist/fonts/vf/theleagueofmoveabletype/raleway/Raleway-Black-tlf-ly1.vf diff --git a/Master/texmf-dist/fonts/vf/theleagueofmoveabletype/raleway/Raleway-Black-tlf-sc-ly1.vf b/Master/texmf-dist/fonts/vf/theleagueofmoveabletype/raleway/Raleway-Black-tlf-sc-ly1.vf Binary files differnew file mode 100644 index 00000000000..cca1df58809 --- /dev/null +++ b/Master/texmf-dist/fonts/vf/theleagueofmoveabletype/raleway/Raleway-Black-tlf-sc-ly1.vf diff --git a/Master/texmf-dist/fonts/vf/theleagueofmoveabletype/raleway/Raleway-Black-tlf-sc-ot1.vf b/Master/texmf-dist/fonts/vf/theleagueofmoveabletype/raleway/Raleway-Black-tlf-sc-ot1.vf Binary files differnew file mode 100644 index 00000000000..d712fc43b51 --- /dev/null +++ b/Master/texmf-dist/fonts/vf/theleagueofmoveabletype/raleway/Raleway-Black-tlf-sc-ot1.vf diff --git a/Master/texmf-dist/fonts/vf/theleagueofmoveabletype/raleway/Raleway-Black-tlf-sc-t1.vf b/Master/texmf-dist/fonts/vf/theleagueofmoveabletype/raleway/Raleway-Black-tlf-sc-t1.vf Binary files differnew file mode 100644 index 00000000000..14abc5989ae --- /dev/null +++ b/Master/texmf-dist/fonts/vf/theleagueofmoveabletype/raleway/Raleway-Black-tlf-sc-t1.vf diff --git a/Master/texmf-dist/fonts/vf/theleagueofmoveabletype/raleway/Raleway-Black-tlf-t1.vf b/Master/texmf-dist/fonts/vf/theleagueofmoveabletype/raleway/Raleway-Black-tlf-t1.vf Binary files differnew file mode 100644 index 00000000000..fca6ac04988 --- /dev/null +++ b/Master/texmf-dist/fonts/vf/theleagueofmoveabletype/raleway/Raleway-Black-tlf-t1.vf diff --git a/Master/texmf-dist/fonts/vf/theleagueofmoveabletype/raleway/Raleway-Black-tlf-ts1.vf b/Master/texmf-dist/fonts/vf/theleagueofmoveabletype/raleway/Raleway-Black-tlf-ts1.vf Binary files differnew file mode 100644 index 00000000000..da156297591 --- /dev/null +++ b/Master/texmf-dist/fonts/vf/theleagueofmoveabletype/raleway/Raleway-Black-tlf-ts1.vf diff --git a/Master/texmf-dist/fonts/vf/theleagueofmoveabletype/raleway/Raleway-Black-tosf-ly1.vf b/Master/texmf-dist/fonts/vf/theleagueofmoveabletype/raleway/Raleway-Black-tosf-ly1.vf Binary files differnew file mode 100644 index 00000000000..e7f4b89642d --- /dev/null +++ b/Master/texmf-dist/fonts/vf/theleagueofmoveabletype/raleway/Raleway-Black-tosf-ly1.vf diff --git a/Master/texmf-dist/fonts/vf/theleagueofmoveabletype/raleway/Raleway-Black-tosf-sc-ly1.vf b/Master/texmf-dist/fonts/vf/theleagueofmoveabletype/raleway/Raleway-Black-tosf-sc-ly1.vf Binary files differnew file mode 100644 index 00000000000..d585ec0154c --- /dev/null +++ b/Master/texmf-dist/fonts/vf/theleagueofmoveabletype/raleway/Raleway-Black-tosf-sc-ly1.vf diff --git a/Master/texmf-dist/fonts/vf/theleagueofmoveabletype/raleway/Raleway-Black-tosf-sc-ot1.vf b/Master/texmf-dist/fonts/vf/theleagueofmoveabletype/raleway/Raleway-Black-tosf-sc-ot1.vf Binary files differnew file mode 100644 index 00000000000..86c80870bb9 --- /dev/null +++ b/Master/texmf-dist/fonts/vf/theleagueofmoveabletype/raleway/Raleway-Black-tosf-sc-ot1.vf diff --git a/Master/texmf-dist/fonts/vf/theleagueofmoveabletype/raleway/Raleway-Black-tosf-sc-t1.vf b/Master/texmf-dist/fonts/vf/theleagueofmoveabletype/raleway/Raleway-Black-tosf-sc-t1.vf Binary files differnew file mode 100644 index 00000000000..9acf35ec140 --- /dev/null +++ b/Master/texmf-dist/fonts/vf/theleagueofmoveabletype/raleway/Raleway-Black-tosf-sc-t1.vf diff --git a/Master/texmf-dist/fonts/vf/theleagueofmoveabletype/raleway/Raleway-Black-tosf-t1.vf b/Master/texmf-dist/fonts/vf/theleagueofmoveabletype/raleway/Raleway-Black-tosf-t1.vf Binary files differnew file mode 100644 index 00000000000..15ae347b7a8 --- /dev/null +++ b/Master/texmf-dist/fonts/vf/theleagueofmoveabletype/raleway/Raleway-Black-tosf-t1.vf diff --git a/Master/texmf-dist/fonts/vf/theleagueofmoveabletype/raleway/Raleway-Black-tosf-ts1.vf b/Master/texmf-dist/fonts/vf/theleagueofmoveabletype/raleway/Raleway-Black-tosf-ts1.vf Binary files differnew file mode 100644 index 00000000000..682a33c524c --- /dev/null +++ b/Master/texmf-dist/fonts/vf/theleagueofmoveabletype/raleway/Raleway-Black-tosf-ts1.vf diff --git a/Master/texmf-dist/fonts/vf/theleagueofmoveabletype/raleway/Raleway-Bold-osf-ly1.vf b/Master/texmf-dist/fonts/vf/theleagueofmoveabletype/raleway/Raleway-Bold-osf-ly1.vf Binary files differnew file mode 100644 index 00000000000..9e6f4ecab8f --- /dev/null +++ b/Master/texmf-dist/fonts/vf/theleagueofmoveabletype/raleway/Raleway-Bold-osf-ly1.vf diff --git a/Master/texmf-dist/fonts/vf/theleagueofmoveabletype/raleway/Raleway-Bold-osf-sc-ly1.vf b/Master/texmf-dist/fonts/vf/theleagueofmoveabletype/raleway/Raleway-Bold-osf-sc-ly1.vf Binary files differnew file mode 100644 index 00000000000..c0526e2f636 --- /dev/null +++ b/Master/texmf-dist/fonts/vf/theleagueofmoveabletype/raleway/Raleway-Bold-osf-sc-ly1.vf diff --git a/Master/texmf-dist/fonts/vf/theleagueofmoveabletype/raleway/Raleway-Bold-osf-sc-ot1.vf b/Master/texmf-dist/fonts/vf/theleagueofmoveabletype/raleway/Raleway-Bold-osf-sc-ot1.vf Binary files differnew file mode 100644 index 00000000000..dcd15aa8d5c --- /dev/null +++ b/Master/texmf-dist/fonts/vf/theleagueofmoveabletype/raleway/Raleway-Bold-osf-sc-ot1.vf diff --git a/Master/texmf-dist/fonts/vf/theleagueofmoveabletype/raleway/Raleway-Bold-osf-sc-t1.vf b/Master/texmf-dist/fonts/vf/theleagueofmoveabletype/raleway/Raleway-Bold-osf-sc-t1.vf Binary files differnew file mode 100644 index 00000000000..5d04a1d295b --- /dev/null +++ b/Master/texmf-dist/fonts/vf/theleagueofmoveabletype/raleway/Raleway-Bold-osf-sc-t1.vf diff --git a/Master/texmf-dist/fonts/vf/theleagueofmoveabletype/raleway/Raleway-Bold-osf-t1.vf b/Master/texmf-dist/fonts/vf/theleagueofmoveabletype/raleway/Raleway-Bold-osf-t1.vf Binary files differnew file mode 100644 index 00000000000..984824e388a --- /dev/null +++ b/Master/texmf-dist/fonts/vf/theleagueofmoveabletype/raleway/Raleway-Bold-osf-t1.vf diff --git a/Master/texmf-dist/fonts/vf/theleagueofmoveabletype/raleway/Raleway-Bold-osf-ts1.vf b/Master/texmf-dist/fonts/vf/theleagueofmoveabletype/raleway/Raleway-Bold-osf-ts1.vf Binary files differnew file mode 100644 index 00000000000..38ddae8f075 --- /dev/null +++ b/Master/texmf-dist/fonts/vf/theleagueofmoveabletype/raleway/Raleway-Bold-osf-ts1.vf diff --git a/Master/texmf-dist/fonts/vf/theleagueofmoveabletype/raleway/Raleway-Bold-tlf-ly1.vf b/Master/texmf-dist/fonts/vf/theleagueofmoveabletype/raleway/Raleway-Bold-tlf-ly1.vf Binary files differnew file mode 100644 index 00000000000..68857a52778 --- /dev/null +++ b/Master/texmf-dist/fonts/vf/theleagueofmoveabletype/raleway/Raleway-Bold-tlf-ly1.vf diff --git a/Master/texmf-dist/fonts/vf/theleagueofmoveabletype/raleway/Raleway-Bold-tlf-sc-ly1.vf b/Master/texmf-dist/fonts/vf/theleagueofmoveabletype/raleway/Raleway-Bold-tlf-sc-ly1.vf Binary files differnew file mode 100644 index 00000000000..e9dd5f4ba31 --- /dev/null +++ b/Master/texmf-dist/fonts/vf/theleagueofmoveabletype/raleway/Raleway-Bold-tlf-sc-ly1.vf diff --git a/Master/texmf-dist/fonts/vf/theleagueofmoveabletype/raleway/Raleway-Bold-tlf-sc-ot1.vf b/Master/texmf-dist/fonts/vf/theleagueofmoveabletype/raleway/Raleway-Bold-tlf-sc-ot1.vf Binary files differnew file mode 100644 index 00000000000..0ac490485a4 --- /dev/null +++ b/Master/texmf-dist/fonts/vf/theleagueofmoveabletype/raleway/Raleway-Bold-tlf-sc-ot1.vf diff --git a/Master/texmf-dist/fonts/vf/theleagueofmoveabletype/raleway/Raleway-Bold-tlf-sc-t1.vf b/Master/texmf-dist/fonts/vf/theleagueofmoveabletype/raleway/Raleway-Bold-tlf-sc-t1.vf Binary files differnew file mode 100644 index 00000000000..a4bd462a62b --- /dev/null +++ b/Master/texmf-dist/fonts/vf/theleagueofmoveabletype/raleway/Raleway-Bold-tlf-sc-t1.vf diff --git a/Master/texmf-dist/fonts/vf/theleagueofmoveabletype/raleway/Raleway-Bold-tlf-t1.vf b/Master/texmf-dist/fonts/vf/theleagueofmoveabletype/raleway/Raleway-Bold-tlf-t1.vf Binary files differnew file mode 100644 index 00000000000..ce475747e75 --- /dev/null +++ b/Master/texmf-dist/fonts/vf/theleagueofmoveabletype/raleway/Raleway-Bold-tlf-t1.vf diff --git a/Master/texmf-dist/fonts/vf/theleagueofmoveabletype/raleway/Raleway-Bold-tlf-ts1.vf b/Master/texmf-dist/fonts/vf/theleagueofmoveabletype/raleway/Raleway-Bold-tlf-ts1.vf Binary files differnew file mode 100644 index 00000000000..9ecb79d7487 --- /dev/null +++ b/Master/texmf-dist/fonts/vf/theleagueofmoveabletype/raleway/Raleway-Bold-tlf-ts1.vf diff --git a/Master/texmf-dist/fonts/vf/theleagueofmoveabletype/raleway/Raleway-Bold-tosf-ly1.vf b/Master/texmf-dist/fonts/vf/theleagueofmoveabletype/raleway/Raleway-Bold-tosf-ly1.vf Binary files differnew file mode 100644 index 00000000000..cb1e85aa576 --- /dev/null +++ b/Master/texmf-dist/fonts/vf/theleagueofmoveabletype/raleway/Raleway-Bold-tosf-ly1.vf diff --git a/Master/texmf-dist/fonts/vf/theleagueofmoveabletype/raleway/Raleway-Bold-tosf-sc-ly1.vf b/Master/texmf-dist/fonts/vf/theleagueofmoveabletype/raleway/Raleway-Bold-tosf-sc-ly1.vf Binary files differnew file mode 100644 index 00000000000..1f35d5c74cd --- /dev/null +++ b/Master/texmf-dist/fonts/vf/theleagueofmoveabletype/raleway/Raleway-Bold-tosf-sc-ly1.vf diff --git a/Master/texmf-dist/fonts/vf/theleagueofmoveabletype/raleway/Raleway-Bold-tosf-sc-ot1.vf b/Master/texmf-dist/fonts/vf/theleagueofmoveabletype/raleway/Raleway-Bold-tosf-sc-ot1.vf Binary files differnew file mode 100644 index 00000000000..cd29146d5dd --- /dev/null +++ b/Master/texmf-dist/fonts/vf/theleagueofmoveabletype/raleway/Raleway-Bold-tosf-sc-ot1.vf diff --git a/Master/texmf-dist/fonts/vf/theleagueofmoveabletype/raleway/Raleway-Bold-tosf-sc-t1.vf b/Master/texmf-dist/fonts/vf/theleagueofmoveabletype/raleway/Raleway-Bold-tosf-sc-t1.vf Binary files differnew file mode 100644 index 00000000000..4316c876c0e --- /dev/null +++ b/Master/texmf-dist/fonts/vf/theleagueofmoveabletype/raleway/Raleway-Bold-tosf-sc-t1.vf diff --git a/Master/texmf-dist/fonts/vf/theleagueofmoveabletype/raleway/Raleway-Bold-tosf-t1.vf b/Master/texmf-dist/fonts/vf/theleagueofmoveabletype/raleway/Raleway-Bold-tosf-t1.vf Binary files differnew file mode 100644 index 00000000000..98383b94c43 --- /dev/null +++ b/Master/texmf-dist/fonts/vf/theleagueofmoveabletype/raleway/Raleway-Bold-tosf-t1.vf diff --git a/Master/texmf-dist/fonts/vf/theleagueofmoveabletype/raleway/Raleway-Bold-tosf-ts1.vf b/Master/texmf-dist/fonts/vf/theleagueofmoveabletype/raleway/Raleway-Bold-tosf-ts1.vf Binary files differnew file mode 100644 index 00000000000..b2a13aa898a --- /dev/null +++ b/Master/texmf-dist/fonts/vf/theleagueofmoveabletype/raleway/Raleway-Bold-tosf-ts1.vf diff --git a/Master/texmf-dist/fonts/vf/theleagueofmoveabletype/raleway/Raleway-ExtraBold-osf-ly1.vf b/Master/texmf-dist/fonts/vf/theleagueofmoveabletype/raleway/Raleway-ExtraBold-osf-ly1.vf Binary files differnew file mode 100644 index 00000000000..1a70aa82a3a --- /dev/null +++ b/Master/texmf-dist/fonts/vf/theleagueofmoveabletype/raleway/Raleway-ExtraBold-osf-ly1.vf diff --git a/Master/texmf-dist/fonts/vf/theleagueofmoveabletype/raleway/Raleway-ExtraBold-osf-sc-ly1.vf b/Master/texmf-dist/fonts/vf/theleagueofmoveabletype/raleway/Raleway-ExtraBold-osf-sc-ly1.vf Binary files differnew file mode 100644 index 00000000000..25564964f3f --- /dev/null +++ b/Master/texmf-dist/fonts/vf/theleagueofmoveabletype/raleway/Raleway-ExtraBold-osf-sc-ly1.vf diff --git a/Master/texmf-dist/fonts/vf/theleagueofmoveabletype/raleway/Raleway-ExtraBold-osf-sc-ot1.vf b/Master/texmf-dist/fonts/vf/theleagueofmoveabletype/raleway/Raleway-ExtraBold-osf-sc-ot1.vf Binary files differnew file mode 100644 index 00000000000..7de3f2c56d3 --- /dev/null +++ b/Master/texmf-dist/fonts/vf/theleagueofmoveabletype/raleway/Raleway-ExtraBold-osf-sc-ot1.vf diff --git a/Master/texmf-dist/fonts/vf/theleagueofmoveabletype/raleway/Raleway-ExtraBold-osf-sc-t1.vf b/Master/texmf-dist/fonts/vf/theleagueofmoveabletype/raleway/Raleway-ExtraBold-osf-sc-t1.vf Binary files differnew file mode 100644 index 00000000000..2b382e1d037 --- /dev/null +++ b/Master/texmf-dist/fonts/vf/theleagueofmoveabletype/raleway/Raleway-ExtraBold-osf-sc-t1.vf diff --git a/Master/texmf-dist/fonts/vf/theleagueofmoveabletype/raleway/Raleway-ExtraBold-osf-t1.vf b/Master/texmf-dist/fonts/vf/theleagueofmoveabletype/raleway/Raleway-ExtraBold-osf-t1.vf Binary files differnew file mode 100644 index 00000000000..93e0826eaa6 --- /dev/null +++ b/Master/texmf-dist/fonts/vf/theleagueofmoveabletype/raleway/Raleway-ExtraBold-osf-t1.vf diff --git a/Master/texmf-dist/fonts/vf/theleagueofmoveabletype/raleway/Raleway-ExtraBold-osf-ts1.vf b/Master/texmf-dist/fonts/vf/theleagueofmoveabletype/raleway/Raleway-ExtraBold-osf-ts1.vf Binary files differnew file mode 100644 index 00000000000..7305f38a4a4 --- /dev/null +++ b/Master/texmf-dist/fonts/vf/theleagueofmoveabletype/raleway/Raleway-ExtraBold-osf-ts1.vf diff --git a/Master/texmf-dist/fonts/vf/theleagueofmoveabletype/raleway/Raleway-ExtraBold-tlf-ly1.vf b/Master/texmf-dist/fonts/vf/theleagueofmoveabletype/raleway/Raleway-ExtraBold-tlf-ly1.vf Binary files differnew file mode 100644 index 00000000000..e4e2e83a37e --- /dev/null +++ b/Master/texmf-dist/fonts/vf/theleagueofmoveabletype/raleway/Raleway-ExtraBold-tlf-ly1.vf diff --git a/Master/texmf-dist/fonts/vf/theleagueofmoveabletype/raleway/Raleway-ExtraBold-tlf-sc-ly1.vf b/Master/texmf-dist/fonts/vf/theleagueofmoveabletype/raleway/Raleway-ExtraBold-tlf-sc-ly1.vf Binary files differnew file mode 100644 index 00000000000..9de18975813 --- /dev/null +++ b/Master/texmf-dist/fonts/vf/theleagueofmoveabletype/raleway/Raleway-ExtraBold-tlf-sc-ly1.vf diff --git a/Master/texmf-dist/fonts/vf/theleagueofmoveabletype/raleway/Raleway-ExtraBold-tlf-sc-ot1.vf b/Master/texmf-dist/fonts/vf/theleagueofmoveabletype/raleway/Raleway-ExtraBold-tlf-sc-ot1.vf Binary files differnew file mode 100644 index 00000000000..6dbecd0796b --- /dev/null +++ b/Master/texmf-dist/fonts/vf/theleagueofmoveabletype/raleway/Raleway-ExtraBold-tlf-sc-ot1.vf diff --git a/Master/texmf-dist/fonts/vf/theleagueofmoveabletype/raleway/Raleway-ExtraBold-tlf-sc-t1.vf b/Master/texmf-dist/fonts/vf/theleagueofmoveabletype/raleway/Raleway-ExtraBold-tlf-sc-t1.vf Binary files differnew file mode 100644 index 00000000000..49c5e0fda9d --- /dev/null +++ b/Master/texmf-dist/fonts/vf/theleagueofmoveabletype/raleway/Raleway-ExtraBold-tlf-sc-t1.vf diff --git a/Master/texmf-dist/fonts/vf/theleagueofmoveabletype/raleway/Raleway-ExtraBold-tlf-t1.vf b/Master/texmf-dist/fonts/vf/theleagueofmoveabletype/raleway/Raleway-ExtraBold-tlf-t1.vf Binary files differnew file mode 100644 index 00000000000..1f337601d59 --- /dev/null +++ b/Master/texmf-dist/fonts/vf/theleagueofmoveabletype/raleway/Raleway-ExtraBold-tlf-t1.vf diff --git a/Master/texmf-dist/fonts/vf/theleagueofmoveabletype/raleway/Raleway-ExtraBold-tlf-ts1.vf b/Master/texmf-dist/fonts/vf/theleagueofmoveabletype/raleway/Raleway-ExtraBold-tlf-ts1.vf Binary files differnew file mode 100644 index 00000000000..03ee5df7fd0 --- /dev/null +++ b/Master/texmf-dist/fonts/vf/theleagueofmoveabletype/raleway/Raleway-ExtraBold-tlf-ts1.vf diff --git a/Master/texmf-dist/fonts/vf/theleagueofmoveabletype/raleway/Raleway-ExtraBold-tosf-ly1.vf b/Master/texmf-dist/fonts/vf/theleagueofmoveabletype/raleway/Raleway-ExtraBold-tosf-ly1.vf Binary files differnew file mode 100644 index 00000000000..7fb7561c88d --- /dev/null +++ b/Master/texmf-dist/fonts/vf/theleagueofmoveabletype/raleway/Raleway-ExtraBold-tosf-ly1.vf diff --git a/Master/texmf-dist/fonts/vf/theleagueofmoveabletype/raleway/Raleway-ExtraBold-tosf-sc-ly1.vf b/Master/texmf-dist/fonts/vf/theleagueofmoveabletype/raleway/Raleway-ExtraBold-tosf-sc-ly1.vf Binary files differnew file mode 100644 index 00000000000..82cf19d8109 --- /dev/null +++ b/Master/texmf-dist/fonts/vf/theleagueofmoveabletype/raleway/Raleway-ExtraBold-tosf-sc-ly1.vf diff --git a/Master/texmf-dist/fonts/vf/theleagueofmoveabletype/raleway/Raleway-ExtraBold-tosf-sc-ot1.vf b/Master/texmf-dist/fonts/vf/theleagueofmoveabletype/raleway/Raleway-ExtraBold-tosf-sc-ot1.vf Binary files differnew file mode 100644 index 00000000000..4846e401b7b --- /dev/null +++ b/Master/texmf-dist/fonts/vf/theleagueofmoveabletype/raleway/Raleway-ExtraBold-tosf-sc-ot1.vf diff --git a/Master/texmf-dist/fonts/vf/theleagueofmoveabletype/raleway/Raleway-ExtraBold-tosf-sc-t1.vf b/Master/texmf-dist/fonts/vf/theleagueofmoveabletype/raleway/Raleway-ExtraBold-tosf-sc-t1.vf Binary files differnew file mode 100644 index 00000000000..f8dffba89bf --- /dev/null +++ b/Master/texmf-dist/fonts/vf/theleagueofmoveabletype/raleway/Raleway-ExtraBold-tosf-sc-t1.vf diff --git a/Master/texmf-dist/fonts/vf/theleagueofmoveabletype/raleway/Raleway-ExtraBold-tosf-t1.vf b/Master/texmf-dist/fonts/vf/theleagueofmoveabletype/raleway/Raleway-ExtraBold-tosf-t1.vf Binary files differnew file mode 100644 index 00000000000..c396909e420 --- /dev/null +++ b/Master/texmf-dist/fonts/vf/theleagueofmoveabletype/raleway/Raleway-ExtraBold-tosf-t1.vf diff --git a/Master/texmf-dist/fonts/vf/theleagueofmoveabletype/raleway/Raleway-ExtraBold-tosf-ts1.vf b/Master/texmf-dist/fonts/vf/theleagueofmoveabletype/raleway/Raleway-ExtraBold-tosf-ts1.vf Binary files differnew file mode 100644 index 00000000000..24d370f5824 --- /dev/null +++ b/Master/texmf-dist/fonts/vf/theleagueofmoveabletype/raleway/Raleway-ExtraBold-tosf-ts1.vf diff --git a/Master/texmf-dist/fonts/vf/theleagueofmoveabletype/raleway/Raleway-ExtraLight-osf-ly1.vf b/Master/texmf-dist/fonts/vf/theleagueofmoveabletype/raleway/Raleway-ExtraLight-osf-ly1.vf Binary files differnew file mode 100644 index 00000000000..29b0a630884 --- /dev/null +++ b/Master/texmf-dist/fonts/vf/theleagueofmoveabletype/raleway/Raleway-ExtraLight-osf-ly1.vf diff --git a/Master/texmf-dist/fonts/vf/theleagueofmoveabletype/raleway/Raleway-ExtraLight-osf-sc-ly1.vf b/Master/texmf-dist/fonts/vf/theleagueofmoveabletype/raleway/Raleway-ExtraLight-osf-sc-ly1.vf Binary files differnew file mode 100644 index 00000000000..0e36703e7ed --- /dev/null +++ b/Master/texmf-dist/fonts/vf/theleagueofmoveabletype/raleway/Raleway-ExtraLight-osf-sc-ly1.vf diff --git a/Master/texmf-dist/fonts/vf/theleagueofmoveabletype/raleway/Raleway-ExtraLight-osf-sc-ot1.vf b/Master/texmf-dist/fonts/vf/theleagueofmoveabletype/raleway/Raleway-ExtraLight-osf-sc-ot1.vf Binary files differnew file mode 100644 index 00000000000..9275a778a90 --- /dev/null +++ b/Master/texmf-dist/fonts/vf/theleagueofmoveabletype/raleway/Raleway-ExtraLight-osf-sc-ot1.vf diff --git a/Master/texmf-dist/fonts/vf/theleagueofmoveabletype/raleway/Raleway-ExtraLight-osf-sc-t1.vf b/Master/texmf-dist/fonts/vf/theleagueofmoveabletype/raleway/Raleway-ExtraLight-osf-sc-t1.vf Binary files differnew file mode 100644 index 00000000000..354a0df54fc --- /dev/null +++ b/Master/texmf-dist/fonts/vf/theleagueofmoveabletype/raleway/Raleway-ExtraLight-osf-sc-t1.vf diff --git a/Master/texmf-dist/fonts/vf/theleagueofmoveabletype/raleway/Raleway-ExtraLight-osf-t1.vf b/Master/texmf-dist/fonts/vf/theleagueofmoveabletype/raleway/Raleway-ExtraLight-osf-t1.vf Binary files differnew file mode 100644 index 00000000000..1d551a7f87b --- /dev/null +++ b/Master/texmf-dist/fonts/vf/theleagueofmoveabletype/raleway/Raleway-ExtraLight-osf-t1.vf diff --git a/Master/texmf-dist/fonts/vf/theleagueofmoveabletype/raleway/Raleway-ExtraLight-osf-ts1.vf b/Master/texmf-dist/fonts/vf/theleagueofmoveabletype/raleway/Raleway-ExtraLight-osf-ts1.vf Binary files differnew file mode 100644 index 00000000000..342e94494e6 --- /dev/null +++ b/Master/texmf-dist/fonts/vf/theleagueofmoveabletype/raleway/Raleway-ExtraLight-osf-ts1.vf diff --git a/Master/texmf-dist/fonts/vf/theleagueofmoveabletype/raleway/Raleway-ExtraLight-tlf-ly1.vf b/Master/texmf-dist/fonts/vf/theleagueofmoveabletype/raleway/Raleway-ExtraLight-tlf-ly1.vf Binary files differnew file mode 100644 index 00000000000..dbdfa592a2e --- /dev/null +++ b/Master/texmf-dist/fonts/vf/theleagueofmoveabletype/raleway/Raleway-ExtraLight-tlf-ly1.vf diff --git a/Master/texmf-dist/fonts/vf/theleagueofmoveabletype/raleway/Raleway-ExtraLight-tlf-sc-ly1.vf b/Master/texmf-dist/fonts/vf/theleagueofmoveabletype/raleway/Raleway-ExtraLight-tlf-sc-ly1.vf Binary files differnew file mode 100644 index 00000000000..c6bdd70f78e --- /dev/null +++ b/Master/texmf-dist/fonts/vf/theleagueofmoveabletype/raleway/Raleway-ExtraLight-tlf-sc-ly1.vf diff --git a/Master/texmf-dist/fonts/vf/theleagueofmoveabletype/raleway/Raleway-ExtraLight-tlf-sc-ot1.vf b/Master/texmf-dist/fonts/vf/theleagueofmoveabletype/raleway/Raleway-ExtraLight-tlf-sc-ot1.vf Binary files differnew file mode 100644 index 00000000000..eccdbdf67ee --- /dev/null +++ b/Master/texmf-dist/fonts/vf/theleagueofmoveabletype/raleway/Raleway-ExtraLight-tlf-sc-ot1.vf diff --git a/Master/texmf-dist/fonts/vf/theleagueofmoveabletype/raleway/Raleway-ExtraLight-tlf-sc-t1.vf b/Master/texmf-dist/fonts/vf/theleagueofmoveabletype/raleway/Raleway-ExtraLight-tlf-sc-t1.vf Binary files differnew file mode 100644 index 00000000000..f6fc0ce4932 --- /dev/null +++ b/Master/texmf-dist/fonts/vf/theleagueofmoveabletype/raleway/Raleway-ExtraLight-tlf-sc-t1.vf diff --git a/Master/texmf-dist/fonts/vf/theleagueofmoveabletype/raleway/Raleway-ExtraLight-tlf-t1.vf b/Master/texmf-dist/fonts/vf/theleagueofmoveabletype/raleway/Raleway-ExtraLight-tlf-t1.vf Binary files differnew file mode 100644 index 00000000000..c87608a01cd --- /dev/null +++ b/Master/texmf-dist/fonts/vf/theleagueofmoveabletype/raleway/Raleway-ExtraLight-tlf-t1.vf diff --git a/Master/texmf-dist/fonts/vf/theleagueofmoveabletype/raleway/Raleway-ExtraLight-tlf-ts1.vf b/Master/texmf-dist/fonts/vf/theleagueofmoveabletype/raleway/Raleway-ExtraLight-tlf-ts1.vf Binary files differnew file mode 100644 index 00000000000..c221df709cc --- /dev/null +++ b/Master/texmf-dist/fonts/vf/theleagueofmoveabletype/raleway/Raleway-ExtraLight-tlf-ts1.vf diff --git a/Master/texmf-dist/fonts/vf/theleagueofmoveabletype/raleway/Raleway-ExtraLight-tosf-ly1.vf b/Master/texmf-dist/fonts/vf/theleagueofmoveabletype/raleway/Raleway-ExtraLight-tosf-ly1.vf Binary files differnew file mode 100644 index 00000000000..c5240ce6d26 --- /dev/null +++ b/Master/texmf-dist/fonts/vf/theleagueofmoveabletype/raleway/Raleway-ExtraLight-tosf-ly1.vf diff --git a/Master/texmf-dist/fonts/vf/theleagueofmoveabletype/raleway/Raleway-ExtraLight-tosf-sc-ly1.vf b/Master/texmf-dist/fonts/vf/theleagueofmoveabletype/raleway/Raleway-ExtraLight-tosf-sc-ly1.vf Binary files differnew file mode 100644 index 00000000000..f02af360d0c --- /dev/null +++ b/Master/texmf-dist/fonts/vf/theleagueofmoveabletype/raleway/Raleway-ExtraLight-tosf-sc-ly1.vf diff --git a/Master/texmf-dist/fonts/vf/theleagueofmoveabletype/raleway/Raleway-ExtraLight-tosf-sc-ot1.vf b/Master/texmf-dist/fonts/vf/theleagueofmoveabletype/raleway/Raleway-ExtraLight-tosf-sc-ot1.vf Binary files differnew file mode 100644 index 00000000000..d8382dde062 --- /dev/null +++ b/Master/texmf-dist/fonts/vf/theleagueofmoveabletype/raleway/Raleway-ExtraLight-tosf-sc-ot1.vf diff --git a/Master/texmf-dist/fonts/vf/theleagueofmoveabletype/raleway/Raleway-ExtraLight-tosf-sc-t1.vf b/Master/texmf-dist/fonts/vf/theleagueofmoveabletype/raleway/Raleway-ExtraLight-tosf-sc-t1.vf Binary files differnew file mode 100644 index 00000000000..2f4a3b3809d --- /dev/null +++ b/Master/texmf-dist/fonts/vf/theleagueofmoveabletype/raleway/Raleway-ExtraLight-tosf-sc-t1.vf diff --git a/Master/texmf-dist/fonts/vf/theleagueofmoveabletype/raleway/Raleway-ExtraLight-tosf-t1.vf b/Master/texmf-dist/fonts/vf/theleagueofmoveabletype/raleway/Raleway-ExtraLight-tosf-t1.vf Binary files differnew file mode 100644 index 00000000000..c4abea4d716 --- /dev/null +++ b/Master/texmf-dist/fonts/vf/theleagueofmoveabletype/raleway/Raleway-ExtraLight-tosf-t1.vf diff --git a/Master/texmf-dist/fonts/vf/theleagueofmoveabletype/raleway/Raleway-ExtraLight-tosf-ts1.vf b/Master/texmf-dist/fonts/vf/theleagueofmoveabletype/raleway/Raleway-ExtraLight-tosf-ts1.vf Binary files differnew file mode 100644 index 00000000000..bbe961bc700 --- /dev/null +++ b/Master/texmf-dist/fonts/vf/theleagueofmoveabletype/raleway/Raleway-ExtraLight-tosf-ts1.vf diff --git a/Master/texmf-dist/fonts/vf/theleagueofmoveabletype/raleway/Raleway-Light-osf-ly1.vf b/Master/texmf-dist/fonts/vf/theleagueofmoveabletype/raleway/Raleway-Light-osf-ly1.vf Binary files differnew file mode 100644 index 00000000000..10ef70ca8d3 --- /dev/null +++ b/Master/texmf-dist/fonts/vf/theleagueofmoveabletype/raleway/Raleway-Light-osf-ly1.vf diff --git a/Master/texmf-dist/fonts/vf/theleagueofmoveabletype/raleway/Raleway-Light-osf-sc-ly1.vf b/Master/texmf-dist/fonts/vf/theleagueofmoveabletype/raleway/Raleway-Light-osf-sc-ly1.vf Binary files differnew file mode 100644 index 00000000000..c65bde37772 --- /dev/null +++ b/Master/texmf-dist/fonts/vf/theleagueofmoveabletype/raleway/Raleway-Light-osf-sc-ly1.vf diff --git a/Master/texmf-dist/fonts/vf/theleagueofmoveabletype/raleway/Raleway-Light-osf-sc-ot1.vf b/Master/texmf-dist/fonts/vf/theleagueofmoveabletype/raleway/Raleway-Light-osf-sc-ot1.vf Binary files differnew file mode 100644 index 00000000000..e65184983c0 --- /dev/null +++ b/Master/texmf-dist/fonts/vf/theleagueofmoveabletype/raleway/Raleway-Light-osf-sc-ot1.vf diff --git a/Master/texmf-dist/fonts/vf/theleagueofmoveabletype/raleway/Raleway-Light-osf-sc-t1.vf b/Master/texmf-dist/fonts/vf/theleagueofmoveabletype/raleway/Raleway-Light-osf-sc-t1.vf Binary files differnew file mode 100644 index 00000000000..d8a64353649 --- /dev/null +++ b/Master/texmf-dist/fonts/vf/theleagueofmoveabletype/raleway/Raleway-Light-osf-sc-t1.vf diff --git a/Master/texmf-dist/fonts/vf/theleagueofmoveabletype/raleway/Raleway-Light-osf-t1.vf b/Master/texmf-dist/fonts/vf/theleagueofmoveabletype/raleway/Raleway-Light-osf-t1.vf Binary files differnew file mode 100644 index 00000000000..b701f3da3ac --- /dev/null +++ b/Master/texmf-dist/fonts/vf/theleagueofmoveabletype/raleway/Raleway-Light-osf-t1.vf diff --git a/Master/texmf-dist/fonts/vf/theleagueofmoveabletype/raleway/Raleway-Light-osf-ts1.vf b/Master/texmf-dist/fonts/vf/theleagueofmoveabletype/raleway/Raleway-Light-osf-ts1.vf Binary files differnew file mode 100644 index 00000000000..28194a3fd82 --- /dev/null +++ b/Master/texmf-dist/fonts/vf/theleagueofmoveabletype/raleway/Raleway-Light-osf-ts1.vf diff --git a/Master/texmf-dist/fonts/vf/theleagueofmoveabletype/raleway/Raleway-Light-tlf-ly1.vf b/Master/texmf-dist/fonts/vf/theleagueofmoveabletype/raleway/Raleway-Light-tlf-ly1.vf Binary files differnew file mode 100644 index 00000000000..56e1b6e52e7 --- /dev/null +++ b/Master/texmf-dist/fonts/vf/theleagueofmoveabletype/raleway/Raleway-Light-tlf-ly1.vf diff --git a/Master/texmf-dist/fonts/vf/theleagueofmoveabletype/raleway/Raleway-Light-tlf-sc-ly1.vf b/Master/texmf-dist/fonts/vf/theleagueofmoveabletype/raleway/Raleway-Light-tlf-sc-ly1.vf Binary files differnew file mode 100644 index 00000000000..155b1e0aa01 --- /dev/null +++ b/Master/texmf-dist/fonts/vf/theleagueofmoveabletype/raleway/Raleway-Light-tlf-sc-ly1.vf diff --git a/Master/texmf-dist/fonts/vf/theleagueofmoveabletype/raleway/Raleway-Light-tlf-sc-ot1.vf b/Master/texmf-dist/fonts/vf/theleagueofmoveabletype/raleway/Raleway-Light-tlf-sc-ot1.vf Binary files differnew file mode 100644 index 00000000000..9a14cf4aabd --- /dev/null +++ b/Master/texmf-dist/fonts/vf/theleagueofmoveabletype/raleway/Raleway-Light-tlf-sc-ot1.vf diff --git a/Master/texmf-dist/fonts/vf/theleagueofmoveabletype/raleway/Raleway-Light-tlf-sc-t1.vf b/Master/texmf-dist/fonts/vf/theleagueofmoveabletype/raleway/Raleway-Light-tlf-sc-t1.vf Binary files differnew file mode 100644 index 00000000000..449d90809ad --- /dev/null +++ b/Master/texmf-dist/fonts/vf/theleagueofmoveabletype/raleway/Raleway-Light-tlf-sc-t1.vf diff --git a/Master/texmf-dist/fonts/vf/theleagueofmoveabletype/raleway/Raleway-Light-tlf-t1.vf b/Master/texmf-dist/fonts/vf/theleagueofmoveabletype/raleway/Raleway-Light-tlf-t1.vf Binary files differnew file mode 100644 index 00000000000..fcd4d9bcf16 --- /dev/null +++ b/Master/texmf-dist/fonts/vf/theleagueofmoveabletype/raleway/Raleway-Light-tlf-t1.vf diff --git a/Master/texmf-dist/fonts/vf/theleagueofmoveabletype/raleway/Raleway-Light-tlf-ts1.vf b/Master/texmf-dist/fonts/vf/theleagueofmoveabletype/raleway/Raleway-Light-tlf-ts1.vf Binary files differnew file mode 100644 index 00000000000..40ae3d54232 --- /dev/null +++ b/Master/texmf-dist/fonts/vf/theleagueofmoveabletype/raleway/Raleway-Light-tlf-ts1.vf diff --git a/Master/texmf-dist/fonts/vf/theleagueofmoveabletype/raleway/Raleway-Light-tosf-ly1.vf b/Master/texmf-dist/fonts/vf/theleagueofmoveabletype/raleway/Raleway-Light-tosf-ly1.vf Binary files differnew file mode 100644 index 00000000000..01ae629d8fa --- /dev/null +++ b/Master/texmf-dist/fonts/vf/theleagueofmoveabletype/raleway/Raleway-Light-tosf-ly1.vf diff --git a/Master/texmf-dist/fonts/vf/theleagueofmoveabletype/raleway/Raleway-Light-tosf-sc-ly1.vf b/Master/texmf-dist/fonts/vf/theleagueofmoveabletype/raleway/Raleway-Light-tosf-sc-ly1.vf Binary files differnew file mode 100644 index 00000000000..ec13fd5f1b4 --- /dev/null +++ b/Master/texmf-dist/fonts/vf/theleagueofmoveabletype/raleway/Raleway-Light-tosf-sc-ly1.vf diff --git a/Master/texmf-dist/fonts/vf/theleagueofmoveabletype/raleway/Raleway-Light-tosf-sc-ot1.vf b/Master/texmf-dist/fonts/vf/theleagueofmoveabletype/raleway/Raleway-Light-tosf-sc-ot1.vf Binary files differnew file mode 100644 index 00000000000..a617be1511c --- /dev/null +++ b/Master/texmf-dist/fonts/vf/theleagueofmoveabletype/raleway/Raleway-Light-tosf-sc-ot1.vf diff --git a/Master/texmf-dist/fonts/vf/theleagueofmoveabletype/raleway/Raleway-Light-tosf-sc-t1.vf b/Master/texmf-dist/fonts/vf/theleagueofmoveabletype/raleway/Raleway-Light-tosf-sc-t1.vf Binary files differnew file mode 100644 index 00000000000..0de36962cf8 --- /dev/null +++ b/Master/texmf-dist/fonts/vf/theleagueofmoveabletype/raleway/Raleway-Light-tosf-sc-t1.vf diff --git a/Master/texmf-dist/fonts/vf/theleagueofmoveabletype/raleway/Raleway-Light-tosf-t1.vf b/Master/texmf-dist/fonts/vf/theleagueofmoveabletype/raleway/Raleway-Light-tosf-t1.vf Binary files differnew file mode 100644 index 00000000000..6bf327df4b4 --- /dev/null +++ b/Master/texmf-dist/fonts/vf/theleagueofmoveabletype/raleway/Raleway-Light-tosf-t1.vf diff --git a/Master/texmf-dist/fonts/vf/theleagueofmoveabletype/raleway/Raleway-Light-tosf-ts1.vf b/Master/texmf-dist/fonts/vf/theleagueofmoveabletype/raleway/Raleway-Light-tosf-ts1.vf Binary files differnew file mode 100644 index 00000000000..a2205684333 --- /dev/null +++ b/Master/texmf-dist/fonts/vf/theleagueofmoveabletype/raleway/Raleway-Light-tosf-ts1.vf diff --git a/Master/texmf-dist/fonts/vf/theleagueofmoveabletype/raleway/Raleway-Medium-osf-ly1.vf b/Master/texmf-dist/fonts/vf/theleagueofmoveabletype/raleway/Raleway-Medium-osf-ly1.vf Binary files differnew file mode 100644 index 00000000000..a9970fe991a --- /dev/null +++ b/Master/texmf-dist/fonts/vf/theleagueofmoveabletype/raleway/Raleway-Medium-osf-ly1.vf diff --git a/Master/texmf-dist/fonts/vf/theleagueofmoveabletype/raleway/Raleway-Medium-osf-sc-ly1.vf b/Master/texmf-dist/fonts/vf/theleagueofmoveabletype/raleway/Raleway-Medium-osf-sc-ly1.vf Binary files differnew file mode 100644 index 00000000000..967a066f08a --- /dev/null +++ b/Master/texmf-dist/fonts/vf/theleagueofmoveabletype/raleway/Raleway-Medium-osf-sc-ly1.vf diff --git a/Master/texmf-dist/fonts/vf/theleagueofmoveabletype/raleway/Raleway-Medium-osf-sc-ot1.vf b/Master/texmf-dist/fonts/vf/theleagueofmoveabletype/raleway/Raleway-Medium-osf-sc-ot1.vf Binary files differnew file mode 100644 index 00000000000..dea3eb4488e --- /dev/null +++ b/Master/texmf-dist/fonts/vf/theleagueofmoveabletype/raleway/Raleway-Medium-osf-sc-ot1.vf diff --git a/Master/texmf-dist/fonts/vf/theleagueofmoveabletype/raleway/Raleway-Medium-osf-sc-t1.vf b/Master/texmf-dist/fonts/vf/theleagueofmoveabletype/raleway/Raleway-Medium-osf-sc-t1.vf Binary files differnew file mode 100644 index 00000000000..0de0fe6216f --- /dev/null +++ b/Master/texmf-dist/fonts/vf/theleagueofmoveabletype/raleway/Raleway-Medium-osf-sc-t1.vf diff --git a/Master/texmf-dist/fonts/vf/theleagueofmoveabletype/raleway/Raleway-Medium-osf-t1.vf b/Master/texmf-dist/fonts/vf/theleagueofmoveabletype/raleway/Raleway-Medium-osf-t1.vf Binary files differnew file mode 100644 index 00000000000..e92622dbbf4 --- /dev/null +++ b/Master/texmf-dist/fonts/vf/theleagueofmoveabletype/raleway/Raleway-Medium-osf-t1.vf diff --git a/Master/texmf-dist/fonts/vf/theleagueofmoveabletype/raleway/Raleway-Medium-osf-ts1.vf b/Master/texmf-dist/fonts/vf/theleagueofmoveabletype/raleway/Raleway-Medium-osf-ts1.vf Binary files differnew file mode 100644 index 00000000000..b833aba7c13 --- /dev/null +++ b/Master/texmf-dist/fonts/vf/theleagueofmoveabletype/raleway/Raleway-Medium-osf-ts1.vf diff --git a/Master/texmf-dist/fonts/vf/theleagueofmoveabletype/raleway/Raleway-Medium-tlf-ly1.vf b/Master/texmf-dist/fonts/vf/theleagueofmoveabletype/raleway/Raleway-Medium-tlf-ly1.vf Binary files differnew file mode 100644 index 00000000000..6f03f46b124 --- /dev/null +++ b/Master/texmf-dist/fonts/vf/theleagueofmoveabletype/raleway/Raleway-Medium-tlf-ly1.vf diff --git a/Master/texmf-dist/fonts/vf/theleagueofmoveabletype/raleway/Raleway-Medium-tlf-sc-ly1.vf b/Master/texmf-dist/fonts/vf/theleagueofmoveabletype/raleway/Raleway-Medium-tlf-sc-ly1.vf Binary files differnew file mode 100644 index 00000000000..a46f7a6c2e1 --- /dev/null +++ b/Master/texmf-dist/fonts/vf/theleagueofmoveabletype/raleway/Raleway-Medium-tlf-sc-ly1.vf diff --git a/Master/texmf-dist/fonts/vf/theleagueofmoveabletype/raleway/Raleway-Medium-tlf-sc-ot1.vf b/Master/texmf-dist/fonts/vf/theleagueofmoveabletype/raleway/Raleway-Medium-tlf-sc-ot1.vf Binary files differnew file mode 100644 index 00000000000..00f3412c405 --- /dev/null +++ b/Master/texmf-dist/fonts/vf/theleagueofmoveabletype/raleway/Raleway-Medium-tlf-sc-ot1.vf diff --git a/Master/texmf-dist/fonts/vf/theleagueofmoveabletype/raleway/Raleway-Medium-tlf-sc-t1.vf b/Master/texmf-dist/fonts/vf/theleagueofmoveabletype/raleway/Raleway-Medium-tlf-sc-t1.vf Binary files differnew file mode 100644 index 00000000000..c7829577b96 --- /dev/null +++ b/Master/texmf-dist/fonts/vf/theleagueofmoveabletype/raleway/Raleway-Medium-tlf-sc-t1.vf diff --git a/Master/texmf-dist/fonts/vf/theleagueofmoveabletype/raleway/Raleway-Medium-tlf-t1.vf b/Master/texmf-dist/fonts/vf/theleagueofmoveabletype/raleway/Raleway-Medium-tlf-t1.vf Binary files differnew file mode 100644 index 00000000000..c3c1ac891e9 --- /dev/null +++ b/Master/texmf-dist/fonts/vf/theleagueofmoveabletype/raleway/Raleway-Medium-tlf-t1.vf diff --git a/Master/texmf-dist/fonts/vf/theleagueofmoveabletype/raleway/Raleway-Medium-tlf-ts1.vf b/Master/texmf-dist/fonts/vf/theleagueofmoveabletype/raleway/Raleway-Medium-tlf-ts1.vf Binary files differnew file mode 100644 index 00000000000..e5b038236b2 --- /dev/null +++ b/Master/texmf-dist/fonts/vf/theleagueofmoveabletype/raleway/Raleway-Medium-tlf-ts1.vf diff --git a/Master/texmf-dist/fonts/vf/theleagueofmoveabletype/raleway/Raleway-Medium-tosf-ly1.vf b/Master/texmf-dist/fonts/vf/theleagueofmoveabletype/raleway/Raleway-Medium-tosf-ly1.vf Binary files differnew file mode 100644 index 00000000000..fd28e414777 --- /dev/null +++ b/Master/texmf-dist/fonts/vf/theleagueofmoveabletype/raleway/Raleway-Medium-tosf-ly1.vf diff --git a/Master/texmf-dist/fonts/vf/theleagueofmoveabletype/raleway/Raleway-Medium-tosf-sc-ly1.vf b/Master/texmf-dist/fonts/vf/theleagueofmoveabletype/raleway/Raleway-Medium-tosf-sc-ly1.vf Binary files differnew file mode 100644 index 00000000000..4a9119935cc --- /dev/null +++ b/Master/texmf-dist/fonts/vf/theleagueofmoveabletype/raleway/Raleway-Medium-tosf-sc-ly1.vf diff --git a/Master/texmf-dist/fonts/vf/theleagueofmoveabletype/raleway/Raleway-Medium-tosf-sc-ot1.vf b/Master/texmf-dist/fonts/vf/theleagueofmoveabletype/raleway/Raleway-Medium-tosf-sc-ot1.vf Binary files differnew file mode 100644 index 00000000000..595dd3eefd8 --- /dev/null +++ b/Master/texmf-dist/fonts/vf/theleagueofmoveabletype/raleway/Raleway-Medium-tosf-sc-ot1.vf diff --git a/Master/texmf-dist/fonts/vf/theleagueofmoveabletype/raleway/Raleway-Medium-tosf-sc-t1.vf b/Master/texmf-dist/fonts/vf/theleagueofmoveabletype/raleway/Raleway-Medium-tosf-sc-t1.vf Binary files differnew file mode 100644 index 00000000000..2d64679e749 --- /dev/null +++ b/Master/texmf-dist/fonts/vf/theleagueofmoveabletype/raleway/Raleway-Medium-tosf-sc-t1.vf diff --git a/Master/texmf-dist/fonts/vf/theleagueofmoveabletype/raleway/Raleway-Medium-tosf-t1.vf b/Master/texmf-dist/fonts/vf/theleagueofmoveabletype/raleway/Raleway-Medium-tosf-t1.vf Binary files differnew file mode 100644 index 00000000000..1a4e4fa7d42 --- /dev/null +++ b/Master/texmf-dist/fonts/vf/theleagueofmoveabletype/raleway/Raleway-Medium-tosf-t1.vf diff --git a/Master/texmf-dist/fonts/vf/theleagueofmoveabletype/raleway/Raleway-Medium-tosf-ts1.vf b/Master/texmf-dist/fonts/vf/theleagueofmoveabletype/raleway/Raleway-Medium-tosf-ts1.vf Binary files differnew file mode 100644 index 00000000000..6d9f0ca2b1d --- /dev/null +++ b/Master/texmf-dist/fonts/vf/theleagueofmoveabletype/raleway/Raleway-Medium-tosf-ts1.vf diff --git a/Master/texmf-dist/fonts/vf/theleagueofmoveabletype/raleway/Raleway-Regular-osf-ly1.vf b/Master/texmf-dist/fonts/vf/theleagueofmoveabletype/raleway/Raleway-Regular-osf-ly1.vf Binary files differnew file mode 100644 index 00000000000..b75f27e69db --- /dev/null +++ b/Master/texmf-dist/fonts/vf/theleagueofmoveabletype/raleway/Raleway-Regular-osf-ly1.vf diff --git a/Master/texmf-dist/fonts/vf/theleagueofmoveabletype/raleway/Raleway-Regular-osf-sc-ly1.vf b/Master/texmf-dist/fonts/vf/theleagueofmoveabletype/raleway/Raleway-Regular-osf-sc-ly1.vf Binary files differnew file mode 100644 index 00000000000..1f514cdf0eb --- /dev/null +++ b/Master/texmf-dist/fonts/vf/theleagueofmoveabletype/raleway/Raleway-Regular-osf-sc-ly1.vf diff --git a/Master/texmf-dist/fonts/vf/theleagueofmoveabletype/raleway/Raleway-Regular-osf-sc-ot1.vf b/Master/texmf-dist/fonts/vf/theleagueofmoveabletype/raleway/Raleway-Regular-osf-sc-ot1.vf Binary files differnew file mode 100644 index 00000000000..745ecb98fe1 --- /dev/null +++ b/Master/texmf-dist/fonts/vf/theleagueofmoveabletype/raleway/Raleway-Regular-osf-sc-ot1.vf diff --git a/Master/texmf-dist/fonts/vf/theleagueofmoveabletype/raleway/Raleway-Regular-osf-sc-t1.vf b/Master/texmf-dist/fonts/vf/theleagueofmoveabletype/raleway/Raleway-Regular-osf-sc-t1.vf Binary files differnew file mode 100644 index 00000000000..57856cc0ed2 --- /dev/null +++ b/Master/texmf-dist/fonts/vf/theleagueofmoveabletype/raleway/Raleway-Regular-osf-sc-t1.vf diff --git a/Master/texmf-dist/fonts/vf/theleagueofmoveabletype/raleway/Raleway-Regular-osf-t1.vf b/Master/texmf-dist/fonts/vf/theleagueofmoveabletype/raleway/Raleway-Regular-osf-t1.vf Binary files differnew file mode 100644 index 00000000000..49ac137b2f0 --- /dev/null +++ b/Master/texmf-dist/fonts/vf/theleagueofmoveabletype/raleway/Raleway-Regular-osf-t1.vf diff --git a/Master/texmf-dist/fonts/vf/theleagueofmoveabletype/raleway/Raleway-Regular-osf-ts1.vf b/Master/texmf-dist/fonts/vf/theleagueofmoveabletype/raleway/Raleway-Regular-osf-ts1.vf Binary files differnew file mode 100644 index 00000000000..463bf22c925 --- /dev/null +++ b/Master/texmf-dist/fonts/vf/theleagueofmoveabletype/raleway/Raleway-Regular-osf-ts1.vf diff --git a/Master/texmf-dist/fonts/vf/theleagueofmoveabletype/raleway/Raleway-Regular-tlf-ly1.vf b/Master/texmf-dist/fonts/vf/theleagueofmoveabletype/raleway/Raleway-Regular-tlf-ly1.vf Binary files differnew file mode 100644 index 00000000000..5aa3fcdb5dd --- /dev/null +++ b/Master/texmf-dist/fonts/vf/theleagueofmoveabletype/raleway/Raleway-Regular-tlf-ly1.vf diff --git a/Master/texmf-dist/fonts/vf/theleagueofmoveabletype/raleway/Raleway-Regular-tlf-sc-ly1.vf b/Master/texmf-dist/fonts/vf/theleagueofmoveabletype/raleway/Raleway-Regular-tlf-sc-ly1.vf Binary files differnew file mode 100644 index 00000000000..f841935f9a4 --- /dev/null +++ b/Master/texmf-dist/fonts/vf/theleagueofmoveabletype/raleway/Raleway-Regular-tlf-sc-ly1.vf diff --git a/Master/texmf-dist/fonts/vf/theleagueofmoveabletype/raleway/Raleway-Regular-tlf-sc-ot1.vf b/Master/texmf-dist/fonts/vf/theleagueofmoveabletype/raleway/Raleway-Regular-tlf-sc-ot1.vf Binary files differnew file mode 100644 index 00000000000..7748d6e19a5 --- /dev/null +++ b/Master/texmf-dist/fonts/vf/theleagueofmoveabletype/raleway/Raleway-Regular-tlf-sc-ot1.vf diff --git a/Master/texmf-dist/fonts/vf/theleagueofmoveabletype/raleway/Raleway-Regular-tlf-sc-t1.vf b/Master/texmf-dist/fonts/vf/theleagueofmoveabletype/raleway/Raleway-Regular-tlf-sc-t1.vf Binary files differnew file mode 100644 index 00000000000..2f23e36ce4e --- /dev/null +++ b/Master/texmf-dist/fonts/vf/theleagueofmoveabletype/raleway/Raleway-Regular-tlf-sc-t1.vf diff --git a/Master/texmf-dist/fonts/vf/theleagueofmoveabletype/raleway/Raleway-Regular-tlf-t1.vf b/Master/texmf-dist/fonts/vf/theleagueofmoveabletype/raleway/Raleway-Regular-tlf-t1.vf Binary files differnew file mode 100644 index 00000000000..e720611f44a --- /dev/null +++ b/Master/texmf-dist/fonts/vf/theleagueofmoveabletype/raleway/Raleway-Regular-tlf-t1.vf diff --git a/Master/texmf-dist/fonts/vf/theleagueofmoveabletype/raleway/Raleway-Regular-tlf-ts1.vf b/Master/texmf-dist/fonts/vf/theleagueofmoveabletype/raleway/Raleway-Regular-tlf-ts1.vf Binary files differnew file mode 100644 index 00000000000..6974f5ab5ac --- /dev/null +++ b/Master/texmf-dist/fonts/vf/theleagueofmoveabletype/raleway/Raleway-Regular-tlf-ts1.vf diff --git a/Master/texmf-dist/fonts/vf/theleagueofmoveabletype/raleway/Raleway-Regular-tosf-ly1.vf b/Master/texmf-dist/fonts/vf/theleagueofmoveabletype/raleway/Raleway-Regular-tosf-ly1.vf Binary files differnew file mode 100644 index 00000000000..cc6e1994f92 --- /dev/null +++ b/Master/texmf-dist/fonts/vf/theleagueofmoveabletype/raleway/Raleway-Regular-tosf-ly1.vf diff --git a/Master/texmf-dist/fonts/vf/theleagueofmoveabletype/raleway/Raleway-Regular-tosf-sc-ly1.vf b/Master/texmf-dist/fonts/vf/theleagueofmoveabletype/raleway/Raleway-Regular-tosf-sc-ly1.vf Binary files differnew file mode 100644 index 00000000000..579efc625d3 --- /dev/null +++ b/Master/texmf-dist/fonts/vf/theleagueofmoveabletype/raleway/Raleway-Regular-tosf-sc-ly1.vf diff --git a/Master/texmf-dist/fonts/vf/theleagueofmoveabletype/raleway/Raleway-Regular-tosf-sc-ot1.vf b/Master/texmf-dist/fonts/vf/theleagueofmoveabletype/raleway/Raleway-Regular-tosf-sc-ot1.vf Binary files differnew file mode 100644 index 00000000000..a802c249316 --- /dev/null +++ b/Master/texmf-dist/fonts/vf/theleagueofmoveabletype/raleway/Raleway-Regular-tosf-sc-ot1.vf diff --git a/Master/texmf-dist/fonts/vf/theleagueofmoveabletype/raleway/Raleway-Regular-tosf-sc-t1.vf b/Master/texmf-dist/fonts/vf/theleagueofmoveabletype/raleway/Raleway-Regular-tosf-sc-t1.vf Binary files differnew file mode 100644 index 00000000000..24c811ce241 --- /dev/null +++ b/Master/texmf-dist/fonts/vf/theleagueofmoveabletype/raleway/Raleway-Regular-tosf-sc-t1.vf diff --git a/Master/texmf-dist/fonts/vf/theleagueofmoveabletype/raleway/Raleway-Regular-tosf-t1.vf b/Master/texmf-dist/fonts/vf/theleagueofmoveabletype/raleway/Raleway-Regular-tosf-t1.vf Binary files differnew file mode 100644 index 00000000000..c7af6384b6b --- /dev/null +++ b/Master/texmf-dist/fonts/vf/theleagueofmoveabletype/raleway/Raleway-Regular-tosf-t1.vf diff --git a/Master/texmf-dist/fonts/vf/theleagueofmoveabletype/raleway/Raleway-Regular-tosf-ts1.vf b/Master/texmf-dist/fonts/vf/theleagueofmoveabletype/raleway/Raleway-Regular-tosf-ts1.vf Binary files differnew file mode 100644 index 00000000000..51929926e7c --- /dev/null +++ b/Master/texmf-dist/fonts/vf/theleagueofmoveabletype/raleway/Raleway-Regular-tosf-ts1.vf diff --git a/Master/texmf-dist/fonts/vf/theleagueofmoveabletype/raleway/Raleway-SemiBold-osf-ly1.vf b/Master/texmf-dist/fonts/vf/theleagueofmoveabletype/raleway/Raleway-SemiBold-osf-ly1.vf Binary files differnew file mode 100644 index 00000000000..d4a22ad1fb4 --- /dev/null +++ b/Master/texmf-dist/fonts/vf/theleagueofmoveabletype/raleway/Raleway-SemiBold-osf-ly1.vf diff --git a/Master/texmf-dist/fonts/vf/theleagueofmoveabletype/raleway/Raleway-SemiBold-osf-sc-ly1.vf b/Master/texmf-dist/fonts/vf/theleagueofmoveabletype/raleway/Raleway-SemiBold-osf-sc-ly1.vf Binary files differnew file mode 100644 index 00000000000..41d5aeb4e35 --- /dev/null +++ b/Master/texmf-dist/fonts/vf/theleagueofmoveabletype/raleway/Raleway-SemiBold-osf-sc-ly1.vf diff --git a/Master/texmf-dist/fonts/vf/theleagueofmoveabletype/raleway/Raleway-SemiBold-osf-sc-ot1.vf b/Master/texmf-dist/fonts/vf/theleagueofmoveabletype/raleway/Raleway-SemiBold-osf-sc-ot1.vf Binary files differnew file mode 100644 index 00000000000..b665c507017 --- /dev/null +++ b/Master/texmf-dist/fonts/vf/theleagueofmoveabletype/raleway/Raleway-SemiBold-osf-sc-ot1.vf diff --git a/Master/texmf-dist/fonts/vf/theleagueofmoveabletype/raleway/Raleway-SemiBold-osf-sc-t1.vf b/Master/texmf-dist/fonts/vf/theleagueofmoveabletype/raleway/Raleway-SemiBold-osf-sc-t1.vf Binary files differnew file mode 100644 index 00000000000..11fa87cc277 --- /dev/null +++ b/Master/texmf-dist/fonts/vf/theleagueofmoveabletype/raleway/Raleway-SemiBold-osf-sc-t1.vf diff --git a/Master/texmf-dist/fonts/vf/theleagueofmoveabletype/raleway/Raleway-SemiBold-osf-t1.vf b/Master/texmf-dist/fonts/vf/theleagueofmoveabletype/raleway/Raleway-SemiBold-osf-t1.vf Binary files differnew file mode 100644 index 00000000000..0dd87417c52 --- /dev/null +++ b/Master/texmf-dist/fonts/vf/theleagueofmoveabletype/raleway/Raleway-SemiBold-osf-t1.vf diff --git a/Master/texmf-dist/fonts/vf/theleagueofmoveabletype/raleway/Raleway-SemiBold-osf-ts1.vf b/Master/texmf-dist/fonts/vf/theleagueofmoveabletype/raleway/Raleway-SemiBold-osf-ts1.vf Binary files differnew file mode 100644 index 00000000000..e3d07d03292 --- /dev/null +++ b/Master/texmf-dist/fonts/vf/theleagueofmoveabletype/raleway/Raleway-SemiBold-osf-ts1.vf diff --git a/Master/texmf-dist/fonts/vf/theleagueofmoveabletype/raleway/Raleway-SemiBold-tlf-ly1.vf b/Master/texmf-dist/fonts/vf/theleagueofmoveabletype/raleway/Raleway-SemiBold-tlf-ly1.vf Binary files differnew file mode 100644 index 00000000000..fc20d62ffa7 --- /dev/null +++ b/Master/texmf-dist/fonts/vf/theleagueofmoveabletype/raleway/Raleway-SemiBold-tlf-ly1.vf diff --git a/Master/texmf-dist/fonts/vf/theleagueofmoveabletype/raleway/Raleway-SemiBold-tlf-sc-ly1.vf b/Master/texmf-dist/fonts/vf/theleagueofmoveabletype/raleway/Raleway-SemiBold-tlf-sc-ly1.vf Binary files differnew file mode 100644 index 00000000000..f7d32533d40 --- /dev/null +++ b/Master/texmf-dist/fonts/vf/theleagueofmoveabletype/raleway/Raleway-SemiBold-tlf-sc-ly1.vf diff --git a/Master/texmf-dist/fonts/vf/theleagueofmoveabletype/raleway/Raleway-SemiBold-tlf-sc-ot1.vf b/Master/texmf-dist/fonts/vf/theleagueofmoveabletype/raleway/Raleway-SemiBold-tlf-sc-ot1.vf Binary files differnew file mode 100644 index 00000000000..f3bf4a41731 --- /dev/null +++ b/Master/texmf-dist/fonts/vf/theleagueofmoveabletype/raleway/Raleway-SemiBold-tlf-sc-ot1.vf diff --git a/Master/texmf-dist/fonts/vf/theleagueofmoveabletype/raleway/Raleway-SemiBold-tlf-sc-t1.vf b/Master/texmf-dist/fonts/vf/theleagueofmoveabletype/raleway/Raleway-SemiBold-tlf-sc-t1.vf Binary files differnew file mode 100644 index 00000000000..4ddd328f980 --- /dev/null +++ b/Master/texmf-dist/fonts/vf/theleagueofmoveabletype/raleway/Raleway-SemiBold-tlf-sc-t1.vf diff --git a/Master/texmf-dist/fonts/vf/theleagueofmoveabletype/raleway/Raleway-SemiBold-tlf-t1.vf b/Master/texmf-dist/fonts/vf/theleagueofmoveabletype/raleway/Raleway-SemiBold-tlf-t1.vf Binary files differnew file mode 100644 index 00000000000..35bacd466e8 --- /dev/null +++ b/Master/texmf-dist/fonts/vf/theleagueofmoveabletype/raleway/Raleway-SemiBold-tlf-t1.vf diff --git a/Master/texmf-dist/fonts/vf/theleagueofmoveabletype/raleway/Raleway-SemiBold-tlf-ts1.vf b/Master/texmf-dist/fonts/vf/theleagueofmoveabletype/raleway/Raleway-SemiBold-tlf-ts1.vf Binary files differnew file mode 100644 index 00000000000..ea1d331654d --- /dev/null +++ b/Master/texmf-dist/fonts/vf/theleagueofmoveabletype/raleway/Raleway-SemiBold-tlf-ts1.vf diff --git a/Master/texmf-dist/fonts/vf/theleagueofmoveabletype/raleway/Raleway-SemiBold-tosf-ly1.vf b/Master/texmf-dist/fonts/vf/theleagueofmoveabletype/raleway/Raleway-SemiBold-tosf-ly1.vf Binary files differnew file mode 100644 index 00000000000..056fef76164 --- /dev/null +++ b/Master/texmf-dist/fonts/vf/theleagueofmoveabletype/raleway/Raleway-SemiBold-tosf-ly1.vf diff --git a/Master/texmf-dist/fonts/vf/theleagueofmoveabletype/raleway/Raleway-SemiBold-tosf-sc-ly1.vf b/Master/texmf-dist/fonts/vf/theleagueofmoveabletype/raleway/Raleway-SemiBold-tosf-sc-ly1.vf Binary files differnew file mode 100644 index 00000000000..b6b3c91476d --- /dev/null +++ b/Master/texmf-dist/fonts/vf/theleagueofmoveabletype/raleway/Raleway-SemiBold-tosf-sc-ly1.vf diff --git a/Master/texmf-dist/fonts/vf/theleagueofmoveabletype/raleway/Raleway-SemiBold-tosf-sc-ot1.vf b/Master/texmf-dist/fonts/vf/theleagueofmoveabletype/raleway/Raleway-SemiBold-tosf-sc-ot1.vf Binary files differnew file mode 100644 index 00000000000..16446523b75 --- /dev/null +++ b/Master/texmf-dist/fonts/vf/theleagueofmoveabletype/raleway/Raleway-SemiBold-tosf-sc-ot1.vf diff --git a/Master/texmf-dist/fonts/vf/theleagueofmoveabletype/raleway/Raleway-SemiBold-tosf-sc-t1.vf b/Master/texmf-dist/fonts/vf/theleagueofmoveabletype/raleway/Raleway-SemiBold-tosf-sc-t1.vf Binary files differnew file mode 100644 index 00000000000..cf0f7a42667 --- /dev/null +++ b/Master/texmf-dist/fonts/vf/theleagueofmoveabletype/raleway/Raleway-SemiBold-tosf-sc-t1.vf diff --git a/Master/texmf-dist/fonts/vf/theleagueofmoveabletype/raleway/Raleway-SemiBold-tosf-t1.vf b/Master/texmf-dist/fonts/vf/theleagueofmoveabletype/raleway/Raleway-SemiBold-tosf-t1.vf Binary files differnew file mode 100644 index 00000000000..fc743627690 --- /dev/null +++ b/Master/texmf-dist/fonts/vf/theleagueofmoveabletype/raleway/Raleway-SemiBold-tosf-t1.vf diff --git a/Master/texmf-dist/fonts/vf/theleagueofmoveabletype/raleway/Raleway-SemiBold-tosf-ts1.vf b/Master/texmf-dist/fonts/vf/theleagueofmoveabletype/raleway/Raleway-SemiBold-tosf-ts1.vf Binary files differnew file mode 100644 index 00000000000..9948c0fdce2 --- /dev/null +++ b/Master/texmf-dist/fonts/vf/theleagueofmoveabletype/raleway/Raleway-SemiBold-tosf-ts1.vf diff --git a/Master/texmf-dist/fonts/vf/theleagueofmoveabletype/raleway/Raleway-Thin-osf-ly1.vf b/Master/texmf-dist/fonts/vf/theleagueofmoveabletype/raleway/Raleway-Thin-osf-ly1.vf Binary files differnew file mode 100644 index 00000000000..bc975b023e6 --- /dev/null +++ b/Master/texmf-dist/fonts/vf/theleagueofmoveabletype/raleway/Raleway-Thin-osf-ly1.vf diff --git a/Master/texmf-dist/fonts/vf/theleagueofmoveabletype/raleway/Raleway-Thin-osf-sc-ly1.vf b/Master/texmf-dist/fonts/vf/theleagueofmoveabletype/raleway/Raleway-Thin-osf-sc-ly1.vf Binary files differnew file mode 100644 index 00000000000..1fd4d40459f --- /dev/null +++ b/Master/texmf-dist/fonts/vf/theleagueofmoveabletype/raleway/Raleway-Thin-osf-sc-ly1.vf diff --git a/Master/texmf-dist/fonts/vf/theleagueofmoveabletype/raleway/Raleway-Thin-osf-sc-ot1.vf b/Master/texmf-dist/fonts/vf/theleagueofmoveabletype/raleway/Raleway-Thin-osf-sc-ot1.vf Binary files differnew file mode 100644 index 00000000000..569d8721f03 --- /dev/null +++ b/Master/texmf-dist/fonts/vf/theleagueofmoveabletype/raleway/Raleway-Thin-osf-sc-ot1.vf diff --git a/Master/texmf-dist/fonts/vf/theleagueofmoveabletype/raleway/Raleway-Thin-osf-sc-t1.vf b/Master/texmf-dist/fonts/vf/theleagueofmoveabletype/raleway/Raleway-Thin-osf-sc-t1.vf Binary files differnew file mode 100644 index 00000000000..2d4a39bb6fa --- /dev/null +++ b/Master/texmf-dist/fonts/vf/theleagueofmoveabletype/raleway/Raleway-Thin-osf-sc-t1.vf diff --git a/Master/texmf-dist/fonts/vf/theleagueofmoveabletype/raleway/Raleway-Thin-osf-t1.vf b/Master/texmf-dist/fonts/vf/theleagueofmoveabletype/raleway/Raleway-Thin-osf-t1.vf Binary files differnew file mode 100644 index 00000000000..ffb46020b19 --- /dev/null +++ b/Master/texmf-dist/fonts/vf/theleagueofmoveabletype/raleway/Raleway-Thin-osf-t1.vf diff --git a/Master/texmf-dist/fonts/vf/theleagueofmoveabletype/raleway/Raleway-Thin-osf-ts1.vf b/Master/texmf-dist/fonts/vf/theleagueofmoveabletype/raleway/Raleway-Thin-osf-ts1.vf Binary files differnew file mode 100644 index 00000000000..5dedd865e6b --- /dev/null +++ b/Master/texmf-dist/fonts/vf/theleagueofmoveabletype/raleway/Raleway-Thin-osf-ts1.vf diff --git a/Master/texmf-dist/fonts/vf/theleagueofmoveabletype/raleway/Raleway-Thin-tlf-ly1.vf b/Master/texmf-dist/fonts/vf/theleagueofmoveabletype/raleway/Raleway-Thin-tlf-ly1.vf Binary files differnew file mode 100644 index 00000000000..0e21dcb39cd --- /dev/null +++ b/Master/texmf-dist/fonts/vf/theleagueofmoveabletype/raleway/Raleway-Thin-tlf-ly1.vf diff --git a/Master/texmf-dist/fonts/vf/theleagueofmoveabletype/raleway/Raleway-Thin-tlf-sc-ly1.vf b/Master/texmf-dist/fonts/vf/theleagueofmoveabletype/raleway/Raleway-Thin-tlf-sc-ly1.vf Binary files differnew file mode 100644 index 00000000000..9fbf5d92c3a --- /dev/null +++ b/Master/texmf-dist/fonts/vf/theleagueofmoveabletype/raleway/Raleway-Thin-tlf-sc-ly1.vf diff --git a/Master/texmf-dist/fonts/vf/theleagueofmoveabletype/raleway/Raleway-Thin-tlf-sc-ot1.vf b/Master/texmf-dist/fonts/vf/theleagueofmoveabletype/raleway/Raleway-Thin-tlf-sc-ot1.vf Binary files differnew file mode 100644 index 00000000000..7ef3bd92f8d --- /dev/null +++ b/Master/texmf-dist/fonts/vf/theleagueofmoveabletype/raleway/Raleway-Thin-tlf-sc-ot1.vf diff --git a/Master/texmf-dist/fonts/vf/theleagueofmoveabletype/raleway/Raleway-Thin-tlf-sc-t1.vf b/Master/texmf-dist/fonts/vf/theleagueofmoveabletype/raleway/Raleway-Thin-tlf-sc-t1.vf Binary files differnew file mode 100644 index 00000000000..c35c3c67122 --- /dev/null +++ b/Master/texmf-dist/fonts/vf/theleagueofmoveabletype/raleway/Raleway-Thin-tlf-sc-t1.vf diff --git a/Master/texmf-dist/fonts/vf/theleagueofmoveabletype/raleway/Raleway-Thin-tlf-t1.vf b/Master/texmf-dist/fonts/vf/theleagueofmoveabletype/raleway/Raleway-Thin-tlf-t1.vf Binary files differnew file mode 100644 index 00000000000..3ed1bbb8107 --- /dev/null +++ b/Master/texmf-dist/fonts/vf/theleagueofmoveabletype/raleway/Raleway-Thin-tlf-t1.vf diff --git a/Master/texmf-dist/fonts/vf/theleagueofmoveabletype/raleway/Raleway-Thin-tlf-ts1.vf b/Master/texmf-dist/fonts/vf/theleagueofmoveabletype/raleway/Raleway-Thin-tlf-ts1.vf Binary files differnew file mode 100644 index 00000000000..30ef775e40b --- /dev/null +++ b/Master/texmf-dist/fonts/vf/theleagueofmoveabletype/raleway/Raleway-Thin-tlf-ts1.vf diff --git a/Master/texmf-dist/fonts/vf/theleagueofmoveabletype/raleway/Raleway-Thin-tosf-ly1.vf b/Master/texmf-dist/fonts/vf/theleagueofmoveabletype/raleway/Raleway-Thin-tosf-ly1.vf Binary files differnew file mode 100644 index 00000000000..db206696f5f --- /dev/null +++ b/Master/texmf-dist/fonts/vf/theleagueofmoveabletype/raleway/Raleway-Thin-tosf-ly1.vf diff --git a/Master/texmf-dist/fonts/vf/theleagueofmoveabletype/raleway/Raleway-Thin-tosf-sc-ly1.vf b/Master/texmf-dist/fonts/vf/theleagueofmoveabletype/raleway/Raleway-Thin-tosf-sc-ly1.vf Binary files differnew file mode 100644 index 00000000000..92205970016 --- /dev/null +++ b/Master/texmf-dist/fonts/vf/theleagueofmoveabletype/raleway/Raleway-Thin-tosf-sc-ly1.vf diff --git a/Master/texmf-dist/fonts/vf/theleagueofmoveabletype/raleway/Raleway-Thin-tosf-sc-ot1.vf b/Master/texmf-dist/fonts/vf/theleagueofmoveabletype/raleway/Raleway-Thin-tosf-sc-ot1.vf Binary files differnew file mode 100644 index 00000000000..2f466c19f27 --- /dev/null +++ b/Master/texmf-dist/fonts/vf/theleagueofmoveabletype/raleway/Raleway-Thin-tosf-sc-ot1.vf diff --git a/Master/texmf-dist/fonts/vf/theleagueofmoveabletype/raleway/Raleway-Thin-tosf-sc-t1.vf b/Master/texmf-dist/fonts/vf/theleagueofmoveabletype/raleway/Raleway-Thin-tosf-sc-t1.vf Binary files differnew file mode 100644 index 00000000000..aa1b0dd00df --- /dev/null +++ b/Master/texmf-dist/fonts/vf/theleagueofmoveabletype/raleway/Raleway-Thin-tosf-sc-t1.vf diff --git a/Master/texmf-dist/fonts/vf/theleagueofmoveabletype/raleway/Raleway-Thin-tosf-t1.vf b/Master/texmf-dist/fonts/vf/theleagueofmoveabletype/raleway/Raleway-Thin-tosf-t1.vf Binary files differnew file mode 100644 index 00000000000..9e035025409 --- /dev/null +++ b/Master/texmf-dist/fonts/vf/theleagueofmoveabletype/raleway/Raleway-Thin-tosf-t1.vf diff --git a/Master/texmf-dist/fonts/vf/theleagueofmoveabletype/raleway/Raleway-Thin-tosf-ts1.vf b/Master/texmf-dist/fonts/vf/theleagueofmoveabletype/raleway/Raleway-Thin-tosf-ts1.vf Binary files differnew file mode 100644 index 00000000000..74d2b972d4f --- /dev/null +++ b/Master/texmf-dist/fonts/vf/theleagueofmoveabletype/raleway/Raleway-Thin-tosf-ts1.vf diff --git a/Master/texmf-dist/tex/latex/raleway/.sty b/Master/texmf-dist/tex/latex/raleway/.sty new file mode 100644 index 00000000000..2a1e5bce403 --- /dev/null +++ b/Master/texmf-dist/tex/latex/raleway/.sty @@ -0,0 +1,34 @@ +%% Generated by autoinst on 2013/05/01 +%% +\NeedsTeXFormat{LaTeX2e} +\ProvidesPackage{} + [2013/05/01 (autoinst) Style file for .] + +\RequirePackage[T1,LY1]{fontenc} +\RequirePackage{textcomp} +\IfFileExists{fontaxes.sty}{ + \RequirePackage{fontaxes} +}{} + +\IfFileExists{xkeyval.sty}{ + \newcommand*{\@scale}{1} + \RequirePackage{xkeyval} + \DeclareOptionX{scaled}{\renewcommand*{\@scale}{##1}} +}{ + \let\DeclareOptionX\DeclareOption + \let\ExecuteOptionsX\ExecuteOptions + \let\ProcessOptionsX\ProcessOptions +} + +\DeclareOptionX{lining}{\edef\@figurestyle{LF}} +\DeclareOptionX{tabular}{\edef\@figurealign{T}} +\DeclareOptionX{regular}{\renewcommand*{\mddefault}{m}} +\ExecuteOptionsX{lining,tabular,regular} +\ProcessOptionsX\relax + +\renewcommand* + {\sfdefault} + {-\@figurealign\@figurestyle} +\renewcommand*{\familydefault}{\sfdefault} + +\endinput diff --git a/Master/texmf-dist/tex/latex/raleway/LY1-TLF.fd b/Master/texmf-dist/tex/latex/raleway/LY1-TLF.fd new file mode 100644 index 00000000000..49532750a5b --- /dev/null +++ b/Master/texmf-dist/tex/latex/raleway/LY1-TLF.fd @@ -0,0 +1,18 @@ +%% Generated by autoinst on 2013/05/01 +%% +\ProvidesFile{LY1-TLF.fd} + [2013/05/01 (autoinst) Font definitions for LY1/-TLF.] + +\expandafter\ifx\csname @scale\endcsname\relax + \let\@@scale\@empty +\else + \edef\@@scale{s*[\csname @scale\endcsname]}% +\fi + +\DeclareFontFamily{LY1}{-TLF}{} + +\DeclareFontShape{LY1}{-TLF}{m}{n}{ + <-> \@@scale tlf-ly1 +}{} + +\endinput diff --git a/Master/texmf-dist/tex/latex/raleway/LY1Raleway-OsF.fd b/Master/texmf-dist/tex/latex/raleway/LY1Raleway-OsF.fd new file mode 100644 index 00000000000..be8c96d0178 --- /dev/null +++ b/Master/texmf-dist/tex/latex/raleway/LY1Raleway-OsF.fd @@ -0,0 +1,94 @@ +%% Generated by autoinst on 2013/05/01 +%% +\ProvidesFile{LY1Raleway-OsF.fd} + [2013/05/01 (autoinst) Font definitions for LY1/Raleway-OsF.] + +\expandafter\ifx\csname Raleway@scale\endcsname\relax + \let\Raleway@@scale\@empty +\else + \edef\Raleway@@scale{s*[\csname Raleway@scale\endcsname]}% +\fi + +\DeclareFontFamily{LY1}{Raleway-OsF}{} + +\DeclareFontShape{LY1}{Raleway-OsF}{eb}{sc}{ + <-> \Raleway@@scale Raleway-ExtraBold-osf-sc-ly1 +}{} + +\DeclareFontShape{LY1}{Raleway-OsF}{eb}{n}{ + <-> \Raleway@@scale Raleway-ExtraBold-osf-ly1 +}{} + +\DeclareFontShape{LY1}{Raleway-OsF}{sb}{sc}{ + <-> \Raleway@@scale Raleway-SemiBold-osf-sc-ly1 +}{} + +\DeclareFontShape{LY1}{Raleway-OsF}{sb}{n}{ + <-> \Raleway@@scale Raleway-SemiBold-osf-ly1 +}{} + +\DeclareFontShape{LY1}{Raleway-OsF}{mb}{sc}{ + <-> \Raleway@@scale Raleway-Medium-osf-sc-ly1 +}{} + +\DeclareFontShape{LY1}{Raleway-OsF}{mb}{n}{ + <-> \Raleway@@scale Raleway-Medium-osf-ly1 +}{} + +\DeclareFontShape{LY1}{Raleway-OsF}{m}{sc}{ + <-> \Raleway@@scale Raleway-Regular-osf-sc-ly1 +}{} + +\DeclareFontShape{LY1}{Raleway-OsF}{m}{n}{ + <-> \Raleway@@scale Raleway-Regular-osf-ly1 +}{} + +\DeclareFontShape{LY1}{Raleway-OsF}{l}{sc}{ + <-> \Raleway@@scale Raleway-Light-osf-sc-ly1 +}{} + +\DeclareFontShape{LY1}{Raleway-OsF}{l}{n}{ + <-> \Raleway@@scale Raleway-Light-osf-ly1 +}{} + +\DeclareFontShape{LY1}{Raleway-OsF}{k}{sc}{ + <-> \Raleway@@scale Raleway-Black-osf-sc-ly1 +}{} + +\DeclareFontShape{LY1}{Raleway-OsF}{k}{n}{ + <-> \Raleway@@scale Raleway-Black-osf-ly1 +}{} + +\DeclareFontShape{LY1}{Raleway-OsF}{b}{sc}{ + <-> \Raleway@@scale Raleway-Bold-osf-sc-ly1 +}{} + +\DeclareFontShape{LY1}{Raleway-OsF}{b}{n}{ + <-> \Raleway@@scale Raleway-Bold-osf-ly1 +}{} + +\DeclareFontShape{LY1}{Raleway-OsF}{el}{sc}{ + <-> \Raleway@@scale Raleway-ExtraLight-osf-sc-ly1 +}{} + +\DeclareFontShape{LY1}{Raleway-OsF}{el}{n}{ + <-> \Raleway@@scale Raleway-ExtraLight-osf-ly1 +}{} + +\DeclareFontShape{LY1}{Raleway-OsF}{t}{sc}{ + <-> \Raleway@@scale Raleway-Thin-osf-sc-ly1 +}{} + +\DeclareFontShape{LY1}{Raleway-OsF}{t}{n}{ + <-> \Raleway@@scale Raleway-Thin-osf-ly1 +}{} + +\DeclareFontShape{LY1}{Raleway-OsF}{bx}{sc}{ + <-> ssub * Raleway-OsF/b/sc +}{} + +\DeclareFontShape{LY1}{Raleway-OsF}{bx}{n}{ + <-> ssub * Raleway-OsF/b/n +}{} + +\endinput diff --git a/Master/texmf-dist/tex/latex/raleway/LY1Raleway-TLF.fd b/Master/texmf-dist/tex/latex/raleway/LY1Raleway-TLF.fd new file mode 100644 index 00000000000..470c9be1acc --- /dev/null +++ b/Master/texmf-dist/tex/latex/raleway/LY1Raleway-TLF.fd @@ -0,0 +1,94 @@ +%% Generated by autoinst on 2013/05/01 +%% +\ProvidesFile{LY1Raleway-TLF.fd} + [2013/05/01 (autoinst) Font definitions for LY1/Raleway-TLF.] + +\expandafter\ifx\csname Raleway@scale\endcsname\relax + \let\Raleway@@scale\@empty +\else + \edef\Raleway@@scale{s*[\csname Raleway@scale\endcsname]}% +\fi + +\DeclareFontFamily{LY1}{Raleway-TLF}{} + +\DeclareFontShape{LY1}{Raleway-TLF}{eb}{sc}{ + <-> \Raleway@@scale Raleway-ExtraBold-tlf-sc-ly1 +}{} + +\DeclareFontShape{LY1}{Raleway-TLF}{eb}{n}{ + <-> \Raleway@@scale Raleway-ExtraBold-tlf-ly1 +}{} + +\DeclareFontShape{LY1}{Raleway-TLF}{sb}{sc}{ + <-> \Raleway@@scale Raleway-SemiBold-tlf-sc-ly1 +}{} + +\DeclareFontShape{LY1}{Raleway-TLF}{sb}{n}{ + <-> \Raleway@@scale Raleway-SemiBold-tlf-ly1 +}{} + +\DeclareFontShape{LY1}{Raleway-TLF}{mb}{sc}{ + <-> \Raleway@@scale Raleway-Medium-tlf-sc-ly1 +}{} + +\DeclareFontShape{LY1}{Raleway-TLF}{mb}{n}{ + <-> \Raleway@@scale Raleway-Medium-tlf-ly1 +}{} + +\DeclareFontShape{LY1}{Raleway-TLF}{m}{sc}{ + <-> \Raleway@@scale Raleway-Regular-tlf-sc-ly1 +}{} + +\DeclareFontShape{LY1}{Raleway-TLF}{m}{n}{ + <-> \Raleway@@scale Raleway-Regular-tlf-ly1 +}{} + +\DeclareFontShape{LY1}{Raleway-TLF}{l}{sc}{ + <-> \Raleway@@scale Raleway-Light-tlf-sc-ly1 +}{} + +\DeclareFontShape{LY1}{Raleway-TLF}{l}{n}{ + <-> \Raleway@@scale Raleway-Light-tlf-ly1 +}{} + +\DeclareFontShape{LY1}{Raleway-TLF}{k}{sc}{ + <-> \Raleway@@scale Raleway-Black-tlf-sc-ly1 +}{} + +\DeclareFontShape{LY1}{Raleway-TLF}{k}{n}{ + <-> \Raleway@@scale Raleway-Black-tlf-ly1 +}{} + +\DeclareFontShape{LY1}{Raleway-TLF}{b}{sc}{ + <-> \Raleway@@scale Raleway-Bold-tlf-sc-ly1 +}{} + +\DeclareFontShape{LY1}{Raleway-TLF}{b}{n}{ + <-> \Raleway@@scale Raleway-Bold-tlf-ly1 +}{} + +\DeclareFontShape{LY1}{Raleway-TLF}{el}{sc}{ + <-> \Raleway@@scale Raleway-ExtraLight-tlf-sc-ly1 +}{} + +\DeclareFontShape{LY1}{Raleway-TLF}{el}{n}{ + <-> \Raleway@@scale Raleway-ExtraLight-tlf-ly1 +}{} + +\DeclareFontShape{LY1}{Raleway-TLF}{t}{sc}{ + <-> \Raleway@@scale Raleway-Thin-tlf-sc-ly1 +}{} + +\DeclareFontShape{LY1}{Raleway-TLF}{t}{n}{ + <-> \Raleway@@scale Raleway-Thin-tlf-ly1 +}{} + +\DeclareFontShape{LY1}{Raleway-TLF}{bx}{sc}{ + <-> ssub * Raleway-TLF/b/sc +}{} + +\DeclareFontShape{LY1}{Raleway-TLF}{bx}{n}{ + <-> ssub * Raleway-TLF/b/n +}{} + +\endinput diff --git a/Master/texmf-dist/tex/latex/raleway/LY1Raleway-TOsF.fd b/Master/texmf-dist/tex/latex/raleway/LY1Raleway-TOsF.fd new file mode 100644 index 00000000000..03f3de39c31 --- /dev/null +++ b/Master/texmf-dist/tex/latex/raleway/LY1Raleway-TOsF.fd @@ -0,0 +1,94 @@ +%% Generated by autoinst on 2013/05/01 +%% +\ProvidesFile{LY1Raleway-TOsF.fd} + [2013/05/01 (autoinst) Font definitions for LY1/Raleway-TOsF.] + +\expandafter\ifx\csname Raleway@scale\endcsname\relax + \let\Raleway@@scale\@empty +\else + \edef\Raleway@@scale{s*[\csname Raleway@scale\endcsname]}% +\fi + +\DeclareFontFamily{LY1}{Raleway-TOsF}{} + +\DeclareFontShape{LY1}{Raleway-TOsF}{eb}{sc}{ + <-> \Raleway@@scale Raleway-ExtraBold-tosf-sc-ly1 +}{} + +\DeclareFontShape{LY1}{Raleway-TOsF}{eb}{n}{ + <-> \Raleway@@scale Raleway-ExtraBold-tosf-ly1 +}{} + +\DeclareFontShape{LY1}{Raleway-TOsF}{sb}{sc}{ + <-> \Raleway@@scale Raleway-SemiBold-tosf-sc-ly1 +}{} + +\DeclareFontShape{LY1}{Raleway-TOsF}{sb}{n}{ + <-> \Raleway@@scale Raleway-SemiBold-tosf-ly1 +}{} + +\DeclareFontShape{LY1}{Raleway-TOsF}{mb}{sc}{ + <-> \Raleway@@scale Raleway-Medium-tosf-sc-ly1 +}{} + +\DeclareFontShape{LY1}{Raleway-TOsF}{mb}{n}{ + <-> \Raleway@@scale Raleway-Medium-tosf-ly1 +}{} + +\DeclareFontShape{LY1}{Raleway-TOsF}{m}{sc}{ + <-> \Raleway@@scale Raleway-Regular-tosf-sc-ly1 +}{} + +\DeclareFontShape{LY1}{Raleway-TOsF}{m}{n}{ + <-> \Raleway@@scale Raleway-Regular-tosf-ly1 +}{} + +\DeclareFontShape{LY1}{Raleway-TOsF}{l}{sc}{ + <-> \Raleway@@scale Raleway-Light-tosf-sc-ly1 +}{} + +\DeclareFontShape{LY1}{Raleway-TOsF}{l}{n}{ + <-> \Raleway@@scale Raleway-Light-tosf-ly1 +}{} + +\DeclareFontShape{LY1}{Raleway-TOsF}{k}{sc}{ + <-> \Raleway@@scale Raleway-Black-tosf-sc-ly1 +}{} + +\DeclareFontShape{LY1}{Raleway-TOsF}{k}{n}{ + <-> \Raleway@@scale Raleway-Black-tosf-ly1 +}{} + +\DeclareFontShape{LY1}{Raleway-TOsF}{b}{sc}{ + <-> \Raleway@@scale Raleway-Bold-tosf-sc-ly1 +}{} + +\DeclareFontShape{LY1}{Raleway-TOsF}{b}{n}{ + <-> \Raleway@@scale Raleway-Bold-tosf-ly1 +}{} + +\DeclareFontShape{LY1}{Raleway-TOsF}{el}{sc}{ + <-> \Raleway@@scale Raleway-ExtraLight-tosf-sc-ly1 +}{} + +\DeclareFontShape{LY1}{Raleway-TOsF}{el}{n}{ + <-> \Raleway@@scale Raleway-ExtraLight-tosf-ly1 +}{} + +\DeclareFontShape{LY1}{Raleway-TOsF}{t}{sc}{ + <-> \Raleway@@scale Raleway-Thin-tosf-sc-ly1 +}{} + +\DeclareFontShape{LY1}{Raleway-TOsF}{t}{n}{ + <-> \Raleway@@scale Raleway-Thin-tosf-ly1 +}{} + +\DeclareFontShape{LY1}{Raleway-TOsF}{bx}{sc}{ + <-> ssub * Raleway-TOsF/b/sc +}{} + +\DeclareFontShape{LY1}{Raleway-TOsF}{bx}{n}{ + <-> ssub * Raleway-TOsF/b/n +}{} + +\endinput diff --git a/Master/texmf-dist/tex/latex/raleway/OT1-TLF.fd b/Master/texmf-dist/tex/latex/raleway/OT1-TLF.fd new file mode 100644 index 00000000000..df0b2023e2c --- /dev/null +++ b/Master/texmf-dist/tex/latex/raleway/OT1-TLF.fd @@ -0,0 +1,18 @@ +%% Generated by autoinst on 2013/05/01 +%% +\ProvidesFile{OT1-TLF.fd} + [2013/05/01 (autoinst) Font definitions for OT1/-TLF.] + +\expandafter\ifx\csname @scale\endcsname\relax + \let\@@scale\@empty +\else + \edef\@@scale{s*[\csname @scale\endcsname]}% +\fi + +\DeclareFontFamily{OT1}{-TLF}{} + +\DeclareFontShape{OT1}{-TLF}{m}{n}{ + <-> \@@scale tlf-ot1 +}{} + +\endinput diff --git a/Master/texmf-dist/tex/latex/raleway/OT1Raleway-OsF.fd b/Master/texmf-dist/tex/latex/raleway/OT1Raleway-OsF.fd new file mode 100644 index 00000000000..30c510719d2 --- /dev/null +++ b/Master/texmf-dist/tex/latex/raleway/OT1Raleway-OsF.fd @@ -0,0 +1,94 @@ +%% Generated by autoinst on 2013/05/01 +%% +\ProvidesFile{OT1Raleway-OsF.fd} + [2013/05/01 (autoinst) Font definitions for OT1/Raleway-OsF.] + +\expandafter\ifx\csname Raleway@scale\endcsname\relax + \let\Raleway@@scale\@empty +\else + \edef\Raleway@@scale{s*[\csname Raleway@scale\endcsname]}% +\fi + +\DeclareFontFamily{OT1}{Raleway-OsF}{} + +\DeclareFontShape{OT1}{Raleway-OsF}{eb}{sc}{ + <-> \Raleway@@scale Raleway-ExtraBold-osf-sc-ot1 +}{} + +\DeclareFontShape{OT1}{Raleway-OsF}{eb}{n}{ + <-> \Raleway@@scale Raleway-ExtraBold-osf-ot1 +}{} + +\DeclareFontShape{OT1}{Raleway-OsF}{sb}{sc}{ + <-> \Raleway@@scale Raleway-SemiBold-osf-sc-ot1 +}{} + +\DeclareFontShape{OT1}{Raleway-OsF}{sb}{n}{ + <-> \Raleway@@scale Raleway-SemiBold-osf-ot1 +}{} + +\DeclareFontShape{OT1}{Raleway-OsF}{mb}{sc}{ + <-> \Raleway@@scale Raleway-Medium-osf-sc-ot1 +}{} + +\DeclareFontShape{OT1}{Raleway-OsF}{mb}{n}{ + <-> \Raleway@@scale Raleway-Medium-osf-ot1 +}{} + +\DeclareFontShape{OT1}{Raleway-OsF}{m}{sc}{ + <-> \Raleway@@scale Raleway-Regular-osf-sc-ot1 +}{} + +\DeclareFontShape{OT1}{Raleway-OsF}{m}{n}{ + <-> \Raleway@@scale Raleway-Regular-osf-ot1 +}{} + +\DeclareFontShape{OT1}{Raleway-OsF}{l}{sc}{ + <-> \Raleway@@scale Raleway-Light-osf-sc-ot1 +}{} + +\DeclareFontShape{OT1}{Raleway-OsF}{l}{n}{ + <-> \Raleway@@scale Raleway-Light-osf-ot1 +}{} + +\DeclareFontShape{OT1}{Raleway-OsF}{k}{sc}{ + <-> \Raleway@@scale Raleway-Black-osf-sc-ot1 +}{} + +\DeclareFontShape{OT1}{Raleway-OsF}{k}{n}{ + <-> \Raleway@@scale Raleway-Black-osf-ot1 +}{} + +\DeclareFontShape{OT1}{Raleway-OsF}{b}{sc}{ + <-> \Raleway@@scale Raleway-Bold-osf-sc-ot1 +}{} + +\DeclareFontShape{OT1}{Raleway-OsF}{b}{n}{ + <-> \Raleway@@scale Raleway-Bold-osf-ot1 +}{} + +\DeclareFontShape{OT1}{Raleway-OsF}{el}{sc}{ + <-> \Raleway@@scale Raleway-ExtraLight-osf-sc-ot1 +}{} + +\DeclareFontShape{OT1}{Raleway-OsF}{el}{n}{ + <-> \Raleway@@scale Raleway-ExtraLight-osf-ot1 +}{} + +\DeclareFontShape{OT1}{Raleway-OsF}{t}{sc}{ + <-> \Raleway@@scale Raleway-Thin-osf-sc-ot1 +}{} + +\DeclareFontShape{OT1}{Raleway-OsF}{t}{n}{ + <-> \Raleway@@scale Raleway-Thin-osf-ot1 +}{} + +\DeclareFontShape{OT1}{Raleway-OsF}{bx}{sc}{ + <-> ssub * Raleway-OsF/b/sc +}{} + +\DeclareFontShape{OT1}{Raleway-OsF}{bx}{n}{ + <-> ssub * Raleway-OsF/b/n +}{} + +\endinput diff --git a/Master/texmf-dist/tex/latex/raleway/OT1Raleway-TLF.fd b/Master/texmf-dist/tex/latex/raleway/OT1Raleway-TLF.fd new file mode 100644 index 00000000000..5ad068aaadb --- /dev/null +++ b/Master/texmf-dist/tex/latex/raleway/OT1Raleway-TLF.fd @@ -0,0 +1,94 @@ +%% Generated by autoinst on 2013/05/01 +%% +\ProvidesFile{OT1Raleway-TLF.fd} + [2013/05/01 (autoinst) Font definitions for OT1/Raleway-TLF.] + +\expandafter\ifx\csname Raleway@scale\endcsname\relax + \let\Raleway@@scale\@empty +\else + \edef\Raleway@@scale{s*[\csname Raleway@scale\endcsname]}% +\fi + +\DeclareFontFamily{OT1}{Raleway-TLF}{} + +\DeclareFontShape{OT1}{Raleway-TLF}{eb}{sc}{ + <-> \Raleway@@scale Raleway-ExtraBold-tlf-sc-ot1 +}{} + +\DeclareFontShape{OT1}{Raleway-TLF}{eb}{n}{ + <-> \Raleway@@scale Raleway-ExtraBold-tlf-ot1 +}{} + +\DeclareFontShape{OT1}{Raleway-TLF}{sb}{sc}{ + <-> \Raleway@@scale Raleway-SemiBold-tlf-sc-ot1 +}{} + +\DeclareFontShape{OT1}{Raleway-TLF}{sb}{n}{ + <-> \Raleway@@scale Raleway-SemiBold-tlf-ot1 +}{} + +\DeclareFontShape{OT1}{Raleway-TLF}{mb}{sc}{ + <-> \Raleway@@scale Raleway-Medium-tlf-sc-ot1 +}{} + +\DeclareFontShape{OT1}{Raleway-TLF}{mb}{n}{ + <-> \Raleway@@scale Raleway-Medium-tlf-ot1 +}{} + +\DeclareFontShape{OT1}{Raleway-TLF}{m}{sc}{ + <-> \Raleway@@scale Raleway-Regular-tlf-sc-ot1 +}{} + +\DeclareFontShape{OT1}{Raleway-TLF}{m}{n}{ + <-> \Raleway@@scale Raleway-Regular-tlf-ot1 +}{} + +\DeclareFontShape{OT1}{Raleway-TLF}{l}{sc}{ + <-> \Raleway@@scale Raleway-Light-tlf-sc-ot1 +}{} + +\DeclareFontShape{OT1}{Raleway-TLF}{l}{n}{ + <-> \Raleway@@scale Raleway-Light-tlf-ot1 +}{} + +\DeclareFontShape{OT1}{Raleway-TLF}{k}{sc}{ + <-> \Raleway@@scale Raleway-Black-tlf-sc-ot1 +}{} + +\DeclareFontShape{OT1}{Raleway-TLF}{k}{n}{ + <-> \Raleway@@scale Raleway-Black-tlf-ot1 +}{} + +\DeclareFontShape{OT1}{Raleway-TLF}{b}{sc}{ + <-> \Raleway@@scale Raleway-Bold-tlf-sc-ot1 +}{} + +\DeclareFontShape{OT1}{Raleway-TLF}{b}{n}{ + <-> \Raleway@@scale Raleway-Bold-tlf-ot1 +}{} + +\DeclareFontShape{OT1}{Raleway-TLF}{el}{sc}{ + <-> \Raleway@@scale Raleway-ExtraLight-tlf-sc-ot1 +}{} + +\DeclareFontShape{OT1}{Raleway-TLF}{el}{n}{ + <-> \Raleway@@scale Raleway-ExtraLight-tlf-ot1 +}{} + +\DeclareFontShape{OT1}{Raleway-TLF}{t}{sc}{ + <-> \Raleway@@scale Raleway-Thin-tlf-sc-ot1 +}{} + +\DeclareFontShape{OT1}{Raleway-TLF}{t}{n}{ + <-> \Raleway@@scale Raleway-Thin-tlf-ot1 +}{} + +\DeclareFontShape{OT1}{Raleway-TLF}{bx}{sc}{ + <-> ssub * Raleway-TLF/b/sc +}{} + +\DeclareFontShape{OT1}{Raleway-TLF}{bx}{n}{ + <-> ssub * Raleway-TLF/b/n +}{} + +\endinput diff --git a/Master/texmf-dist/tex/latex/raleway/OT1Raleway-TOsF.fd b/Master/texmf-dist/tex/latex/raleway/OT1Raleway-TOsF.fd new file mode 100644 index 00000000000..c7a0253cc79 --- /dev/null +++ b/Master/texmf-dist/tex/latex/raleway/OT1Raleway-TOsF.fd @@ -0,0 +1,94 @@ +%% Generated by autoinst on 2013/05/01 +%% +\ProvidesFile{OT1Raleway-TOsF.fd} + [2013/05/01 (autoinst) Font definitions for OT1/Raleway-TOsF.] + +\expandafter\ifx\csname Raleway@scale\endcsname\relax + \let\Raleway@@scale\@empty +\else + \edef\Raleway@@scale{s*[\csname Raleway@scale\endcsname]}% +\fi + +\DeclareFontFamily{OT1}{Raleway-TOsF}{} + +\DeclareFontShape{OT1}{Raleway-TOsF}{eb}{sc}{ + <-> \Raleway@@scale Raleway-ExtraBold-tosf-sc-ot1 +}{} + +\DeclareFontShape{OT1}{Raleway-TOsF}{eb}{n}{ + <-> \Raleway@@scale Raleway-ExtraBold-tosf-ot1 +}{} + +\DeclareFontShape{OT1}{Raleway-TOsF}{sb}{sc}{ + <-> \Raleway@@scale Raleway-SemiBold-tosf-sc-ot1 +}{} + +\DeclareFontShape{OT1}{Raleway-TOsF}{sb}{n}{ + <-> \Raleway@@scale Raleway-SemiBold-tosf-ot1 +}{} + +\DeclareFontShape{OT1}{Raleway-TOsF}{mb}{sc}{ + <-> \Raleway@@scale Raleway-Medium-tosf-sc-ot1 +}{} + +\DeclareFontShape{OT1}{Raleway-TOsF}{mb}{n}{ + <-> \Raleway@@scale Raleway-Medium-tosf-ot1 +}{} + +\DeclareFontShape{OT1}{Raleway-TOsF}{m}{sc}{ + <-> \Raleway@@scale Raleway-Regular-tosf-sc-ot1 +}{} + +\DeclareFontShape{OT1}{Raleway-TOsF}{m}{n}{ + <-> \Raleway@@scale Raleway-Regular-tosf-ot1 +}{} + +\DeclareFontShape{OT1}{Raleway-TOsF}{l}{sc}{ + <-> \Raleway@@scale Raleway-Light-tosf-sc-ot1 +}{} + +\DeclareFontShape{OT1}{Raleway-TOsF}{l}{n}{ + <-> \Raleway@@scale Raleway-Light-tosf-ot1 +}{} + +\DeclareFontShape{OT1}{Raleway-TOsF}{k}{sc}{ + <-> \Raleway@@scale Raleway-Black-tosf-sc-ot1 +}{} + +\DeclareFontShape{OT1}{Raleway-TOsF}{k}{n}{ + <-> \Raleway@@scale Raleway-Black-tosf-ot1 +}{} + +\DeclareFontShape{OT1}{Raleway-TOsF}{b}{sc}{ + <-> \Raleway@@scale Raleway-Bold-tosf-sc-ot1 +}{} + +\DeclareFontShape{OT1}{Raleway-TOsF}{b}{n}{ + <-> \Raleway@@scale Raleway-Bold-tosf-ot1 +}{} + +\DeclareFontShape{OT1}{Raleway-TOsF}{el}{sc}{ + <-> \Raleway@@scale Raleway-ExtraLight-tosf-sc-ot1 +}{} + +\DeclareFontShape{OT1}{Raleway-TOsF}{el}{n}{ + <-> \Raleway@@scale Raleway-ExtraLight-tosf-ot1 +}{} + +\DeclareFontShape{OT1}{Raleway-TOsF}{t}{sc}{ + <-> \Raleway@@scale Raleway-Thin-tosf-sc-ot1 +}{} + +\DeclareFontShape{OT1}{Raleway-TOsF}{t}{n}{ + <-> \Raleway@@scale Raleway-Thin-tosf-ot1 +}{} + +\DeclareFontShape{OT1}{Raleway-TOsF}{bx}{sc}{ + <-> ssub * Raleway-TOsF/b/sc +}{} + +\DeclareFontShape{OT1}{Raleway-TOsF}{bx}{n}{ + <-> ssub * Raleway-TOsF/b/n +}{} + +\endinput diff --git a/Master/texmf-dist/tex/latex/raleway/T1-TLF.fd b/Master/texmf-dist/tex/latex/raleway/T1-TLF.fd new file mode 100644 index 00000000000..994f3dd4aee --- /dev/null +++ b/Master/texmf-dist/tex/latex/raleway/T1-TLF.fd @@ -0,0 +1,18 @@ +%% Generated by autoinst on 2013/05/01 +%% +\ProvidesFile{T1-TLF.fd} + [2013/05/01 (autoinst) Font definitions for T1/-TLF.] + +\expandafter\ifx\csname @scale\endcsname\relax + \let\@@scale\@empty +\else + \edef\@@scale{s*[\csname @scale\endcsname]}% +\fi + +\DeclareFontFamily{T1}{-TLF}{} + +\DeclareFontShape{T1}{-TLF}{m}{n}{ + <-> \@@scale tlf-t1 +}{} + +\endinput diff --git a/Master/texmf-dist/tex/latex/raleway/T1Raleway-OsF.fd b/Master/texmf-dist/tex/latex/raleway/T1Raleway-OsF.fd new file mode 100644 index 00000000000..57717d575b7 --- /dev/null +++ b/Master/texmf-dist/tex/latex/raleway/T1Raleway-OsF.fd @@ -0,0 +1,94 @@ +%% Generated by autoinst on 2013/05/01 +%% +\ProvidesFile{T1Raleway-OsF.fd} + [2013/05/01 (autoinst) Font definitions for T1/Raleway-OsF.] + +\expandafter\ifx\csname Raleway@scale\endcsname\relax + \let\Raleway@@scale\@empty +\else + \edef\Raleway@@scale{s*[\csname Raleway@scale\endcsname]}% +\fi + +\DeclareFontFamily{T1}{Raleway-OsF}{} + +\DeclareFontShape{T1}{Raleway-OsF}{eb}{sc}{ + <-> \Raleway@@scale Raleway-ExtraBold-osf-sc-t1 +}{} + +\DeclareFontShape{T1}{Raleway-OsF}{eb}{n}{ + <-> \Raleway@@scale Raleway-ExtraBold-osf-t1 +}{} + +\DeclareFontShape{T1}{Raleway-OsF}{sb}{sc}{ + <-> \Raleway@@scale Raleway-SemiBold-osf-sc-t1 +}{} + +\DeclareFontShape{T1}{Raleway-OsF}{sb}{n}{ + <-> \Raleway@@scale Raleway-SemiBold-osf-t1 +}{} + +\DeclareFontShape{T1}{Raleway-OsF}{mb}{sc}{ + <-> \Raleway@@scale Raleway-Medium-osf-sc-t1 +}{} + +\DeclareFontShape{T1}{Raleway-OsF}{mb}{n}{ + <-> \Raleway@@scale Raleway-Medium-osf-t1 +}{} + +\DeclareFontShape{T1}{Raleway-OsF}{m}{sc}{ + <-> \Raleway@@scale Raleway-Regular-osf-sc-t1 +}{} + +\DeclareFontShape{T1}{Raleway-OsF}{m}{n}{ + <-> \Raleway@@scale Raleway-Regular-osf-t1 +}{} + +\DeclareFontShape{T1}{Raleway-OsF}{l}{sc}{ + <-> \Raleway@@scale Raleway-Light-osf-sc-t1 +}{} + +\DeclareFontShape{T1}{Raleway-OsF}{l}{n}{ + <-> \Raleway@@scale Raleway-Light-osf-t1 +}{} + +\DeclareFontShape{T1}{Raleway-OsF}{k}{sc}{ + <-> \Raleway@@scale Raleway-Black-osf-sc-t1 +}{} + +\DeclareFontShape{T1}{Raleway-OsF}{k}{n}{ + <-> \Raleway@@scale Raleway-Black-osf-t1 +}{} + +\DeclareFontShape{T1}{Raleway-OsF}{b}{sc}{ + <-> \Raleway@@scale Raleway-Bold-osf-sc-t1 +}{} + +\DeclareFontShape{T1}{Raleway-OsF}{b}{n}{ + <-> \Raleway@@scale Raleway-Bold-osf-t1 +}{} + +\DeclareFontShape{T1}{Raleway-OsF}{el}{sc}{ + <-> \Raleway@@scale Raleway-ExtraLight-osf-sc-t1 +}{} + +\DeclareFontShape{T1}{Raleway-OsF}{el}{n}{ + <-> \Raleway@@scale Raleway-ExtraLight-osf-t1 +}{} + +\DeclareFontShape{T1}{Raleway-OsF}{t}{sc}{ + <-> \Raleway@@scale Raleway-Thin-osf-sc-t1 +}{} + +\DeclareFontShape{T1}{Raleway-OsF}{t}{n}{ + <-> \Raleway@@scale Raleway-Thin-osf-t1 +}{} + +\DeclareFontShape{T1}{Raleway-OsF}{bx}{sc}{ + <-> ssub * Raleway-OsF/b/sc +}{} + +\DeclareFontShape{T1}{Raleway-OsF}{bx}{n}{ + <-> ssub * Raleway-OsF/b/n +}{} + +\endinput diff --git a/Master/texmf-dist/tex/latex/raleway/T1Raleway-TLF.fd b/Master/texmf-dist/tex/latex/raleway/T1Raleway-TLF.fd new file mode 100644 index 00000000000..1beffae3240 --- /dev/null +++ b/Master/texmf-dist/tex/latex/raleway/T1Raleway-TLF.fd @@ -0,0 +1,94 @@ +%% Generated by autoinst on 2013/05/01 +%% +\ProvidesFile{T1Raleway-TLF.fd} + [2013/05/01 (autoinst) Font definitions for T1/Raleway-TLF.] + +\expandafter\ifx\csname Raleway@scale\endcsname\relax + \let\Raleway@@scale\@empty +\else + \edef\Raleway@@scale{s*[\csname Raleway@scale\endcsname]}% +\fi + +\DeclareFontFamily{T1}{Raleway-TLF}{} + +\DeclareFontShape{T1}{Raleway-TLF}{eb}{sc}{ + <-> \Raleway@@scale Raleway-ExtraBold-tlf-sc-t1 +}{} + +\DeclareFontShape{T1}{Raleway-TLF}{eb}{n}{ + <-> \Raleway@@scale Raleway-ExtraBold-tlf-t1 +}{} + +\DeclareFontShape{T1}{Raleway-TLF}{sb}{sc}{ + <-> \Raleway@@scale Raleway-SemiBold-tlf-sc-t1 +}{} + +\DeclareFontShape{T1}{Raleway-TLF}{sb}{n}{ + <-> \Raleway@@scale Raleway-SemiBold-tlf-t1 +}{} + +\DeclareFontShape{T1}{Raleway-TLF}{mb}{sc}{ + <-> \Raleway@@scale Raleway-Medium-tlf-sc-t1 +}{} + +\DeclareFontShape{T1}{Raleway-TLF}{mb}{n}{ + <-> \Raleway@@scale Raleway-Medium-tlf-t1 +}{} + +\DeclareFontShape{T1}{Raleway-TLF}{m}{sc}{ + <-> \Raleway@@scale Raleway-Regular-tlf-sc-t1 +}{} + +\DeclareFontShape{T1}{Raleway-TLF}{m}{n}{ + <-> \Raleway@@scale Raleway-Regular-tlf-t1 +}{} + +\DeclareFontShape{T1}{Raleway-TLF}{l}{sc}{ + <-> \Raleway@@scale Raleway-Light-tlf-sc-t1 +}{} + +\DeclareFontShape{T1}{Raleway-TLF}{l}{n}{ + <-> \Raleway@@scale Raleway-Light-tlf-t1 +}{} + +\DeclareFontShape{T1}{Raleway-TLF}{k}{sc}{ + <-> \Raleway@@scale Raleway-Black-tlf-sc-t1 +}{} + +\DeclareFontShape{T1}{Raleway-TLF}{k}{n}{ + <-> \Raleway@@scale Raleway-Black-tlf-t1 +}{} + +\DeclareFontShape{T1}{Raleway-TLF}{b}{sc}{ + <-> \Raleway@@scale Raleway-Bold-tlf-sc-t1 +}{} + +\DeclareFontShape{T1}{Raleway-TLF}{b}{n}{ + <-> \Raleway@@scale Raleway-Bold-tlf-t1 +}{} + +\DeclareFontShape{T1}{Raleway-TLF}{el}{sc}{ + <-> \Raleway@@scale Raleway-ExtraLight-tlf-sc-t1 +}{} + +\DeclareFontShape{T1}{Raleway-TLF}{el}{n}{ + <-> \Raleway@@scale Raleway-ExtraLight-tlf-t1 +}{} + +\DeclareFontShape{T1}{Raleway-TLF}{t}{sc}{ + <-> \Raleway@@scale Raleway-Thin-tlf-sc-t1 +}{} + +\DeclareFontShape{T1}{Raleway-TLF}{t}{n}{ + <-> \Raleway@@scale Raleway-Thin-tlf-t1 +}{} + +\DeclareFontShape{T1}{Raleway-TLF}{bx}{sc}{ + <-> ssub * Raleway-TLF/b/sc +}{} + +\DeclareFontShape{T1}{Raleway-TLF}{bx}{n}{ + <-> ssub * Raleway-TLF/b/n +}{} + +\endinput diff --git a/Master/texmf-dist/tex/latex/raleway/T1Raleway-TOsF.fd b/Master/texmf-dist/tex/latex/raleway/T1Raleway-TOsF.fd new file mode 100644 index 00000000000..7eb007f3d8c --- /dev/null +++ b/Master/texmf-dist/tex/latex/raleway/T1Raleway-TOsF.fd @@ -0,0 +1,94 @@ +%% Generated by autoinst on 2013/05/01 +%% +\ProvidesFile{T1Raleway-TOsF.fd} + [2013/05/01 (autoinst) Font definitions for T1/Raleway-TOsF.] + +\expandafter\ifx\csname Raleway@scale\endcsname\relax + \let\Raleway@@scale\@empty +\else + \edef\Raleway@@scale{s*[\csname Raleway@scale\endcsname]}% +\fi + +\DeclareFontFamily{T1}{Raleway-TOsF}{} + +\DeclareFontShape{T1}{Raleway-TOsF}{eb}{sc}{ + <-> \Raleway@@scale Raleway-ExtraBold-tosf-sc-t1 +}{} + +\DeclareFontShape{T1}{Raleway-TOsF}{eb}{n}{ + <-> \Raleway@@scale Raleway-ExtraBold-tosf-t1 +}{} + +\DeclareFontShape{T1}{Raleway-TOsF}{sb}{sc}{ + <-> \Raleway@@scale Raleway-SemiBold-tosf-sc-t1 +}{} + +\DeclareFontShape{T1}{Raleway-TOsF}{sb}{n}{ + <-> \Raleway@@scale Raleway-SemiBold-tosf-t1 +}{} + +\DeclareFontShape{T1}{Raleway-TOsF}{mb}{sc}{ + <-> \Raleway@@scale Raleway-Medium-tosf-sc-t1 +}{} + +\DeclareFontShape{T1}{Raleway-TOsF}{mb}{n}{ + <-> \Raleway@@scale Raleway-Medium-tosf-t1 +}{} + +\DeclareFontShape{T1}{Raleway-TOsF}{m}{sc}{ + <-> \Raleway@@scale Raleway-Regular-tosf-sc-t1 +}{} + +\DeclareFontShape{T1}{Raleway-TOsF}{m}{n}{ + <-> \Raleway@@scale Raleway-Regular-tosf-t1 +}{} + +\DeclareFontShape{T1}{Raleway-TOsF}{l}{sc}{ + <-> \Raleway@@scale Raleway-Light-tosf-sc-t1 +}{} + +\DeclareFontShape{T1}{Raleway-TOsF}{l}{n}{ + <-> \Raleway@@scale Raleway-Light-tosf-t1 +}{} + +\DeclareFontShape{T1}{Raleway-TOsF}{k}{sc}{ + <-> \Raleway@@scale Raleway-Black-tosf-sc-t1 +}{} + +\DeclareFontShape{T1}{Raleway-TOsF}{k}{n}{ + <-> \Raleway@@scale Raleway-Black-tosf-t1 +}{} + +\DeclareFontShape{T1}{Raleway-TOsF}{b}{sc}{ + <-> \Raleway@@scale Raleway-Bold-tosf-sc-t1 +}{} + +\DeclareFontShape{T1}{Raleway-TOsF}{b}{n}{ + <-> \Raleway@@scale Raleway-Bold-tosf-t1 +}{} + +\DeclareFontShape{T1}{Raleway-TOsF}{el}{sc}{ + <-> \Raleway@@scale Raleway-ExtraLight-tosf-sc-t1 +}{} + +\DeclareFontShape{T1}{Raleway-TOsF}{el}{n}{ + <-> \Raleway@@scale Raleway-ExtraLight-tosf-t1 +}{} + +\DeclareFontShape{T1}{Raleway-TOsF}{t}{sc}{ + <-> \Raleway@@scale Raleway-Thin-tosf-sc-t1 +}{} + +\DeclareFontShape{T1}{Raleway-TOsF}{t}{n}{ + <-> \Raleway@@scale Raleway-Thin-tosf-t1 +}{} + +\DeclareFontShape{T1}{Raleway-TOsF}{bx}{sc}{ + <-> ssub * Raleway-TOsF/b/sc +}{} + +\DeclareFontShape{T1}{Raleway-TOsF}{bx}{n}{ + <-> ssub * Raleway-TOsF/b/n +}{} + +\endinput diff --git a/Master/texmf-dist/tex/latex/raleway/TS1-TLF.fd b/Master/texmf-dist/tex/latex/raleway/TS1-TLF.fd new file mode 100644 index 00000000000..d5b6c055008 --- /dev/null +++ b/Master/texmf-dist/tex/latex/raleway/TS1-TLF.fd @@ -0,0 +1,18 @@ +%% Generated by autoinst on 2013/05/01 +%% +\ProvidesFile{TS1-TLF.fd} + [2013/05/01 (autoinst) Font definitions for TS1/-TLF.] + +\expandafter\ifx\csname @scale\endcsname\relax + \let\@@scale\@empty +\else + \edef\@@scale{s*[\csname @scale\endcsname]}% +\fi + +\DeclareFontFamily{TS1}{-TLF}{} + +\DeclareFontShape{TS1}{-TLF}{m}{n}{ + <-> \@@scale tlf-ts1 +}{} + +\endinput diff --git a/Master/texmf-dist/tex/latex/raleway/TS1Raleway-OsF.fd b/Master/texmf-dist/tex/latex/raleway/TS1Raleway-OsF.fd new file mode 100644 index 00000000000..d8d2361bbaa --- /dev/null +++ b/Master/texmf-dist/tex/latex/raleway/TS1Raleway-OsF.fd @@ -0,0 +1,54 @@ +%% Generated by autoinst on 2013/05/01 +%% +\ProvidesFile{TS1Raleway-OsF.fd} + [2013/05/01 (autoinst) Font definitions for TS1/Raleway-OsF.] + +\expandafter\ifx\csname Raleway@scale\endcsname\relax + \let\Raleway@@scale\@empty +\else + \edef\Raleway@@scale{s*[\csname Raleway@scale\endcsname]}% +\fi + +\DeclareFontFamily{TS1}{Raleway-OsF}{} + +\DeclareFontShape{TS1}{Raleway-OsF}{eb}{n}{ + <-> \Raleway@@scale Raleway-ExtraBold-osf-ts1 +}{} + +\DeclareFontShape{TS1}{Raleway-OsF}{sb}{n}{ + <-> \Raleway@@scale Raleway-SemiBold-osf-ts1 +}{} + +\DeclareFontShape{TS1}{Raleway-OsF}{mb}{n}{ + <-> \Raleway@@scale Raleway-Medium-osf-ts1 +}{} + +\DeclareFontShape{TS1}{Raleway-OsF}{m}{n}{ + <-> \Raleway@@scale Raleway-Regular-osf-ts1 +}{} + +\DeclareFontShape{TS1}{Raleway-OsF}{l}{n}{ + <-> \Raleway@@scale Raleway-Light-osf-ts1 +}{} + +\DeclareFontShape{TS1}{Raleway-OsF}{k}{n}{ + <-> \Raleway@@scale Raleway-Black-osf-ts1 +}{} + +\DeclareFontShape{TS1}{Raleway-OsF}{b}{n}{ + <-> \Raleway@@scale Raleway-Bold-osf-ts1 +}{} + +\DeclareFontShape{TS1}{Raleway-OsF}{el}{n}{ + <-> \Raleway@@scale Raleway-ExtraLight-osf-ts1 +}{} + +\DeclareFontShape{TS1}{Raleway-OsF}{t}{n}{ + <-> \Raleway@@scale Raleway-Thin-osf-ts1 +}{} + +\DeclareFontShape{TS1}{Raleway-OsF}{bx}{n}{ + <-> ssub * Raleway-OsF/b/n +}{} + +\endinput diff --git a/Master/texmf-dist/tex/latex/raleway/TS1Raleway-TLF.fd b/Master/texmf-dist/tex/latex/raleway/TS1Raleway-TLF.fd new file mode 100644 index 00000000000..81b554bc915 --- /dev/null +++ b/Master/texmf-dist/tex/latex/raleway/TS1Raleway-TLF.fd @@ -0,0 +1,54 @@ +%% Generated by autoinst on 2013/05/01 +%% +\ProvidesFile{TS1Raleway-TLF.fd} + [2013/05/01 (autoinst) Font definitions for TS1/Raleway-TLF.] + +\expandafter\ifx\csname Raleway@scale\endcsname\relax + \let\Raleway@@scale\@empty +\else + \edef\Raleway@@scale{s*[\csname Raleway@scale\endcsname]}% +\fi + +\DeclareFontFamily{TS1}{Raleway-TLF}{} + +\DeclareFontShape{TS1}{Raleway-TLF}{eb}{n}{ + <-> \Raleway@@scale Raleway-ExtraBold-tlf-ts1 +}{} + +\DeclareFontShape{TS1}{Raleway-TLF}{sb}{n}{ + <-> \Raleway@@scale Raleway-SemiBold-tlf-ts1 +}{} + +\DeclareFontShape{TS1}{Raleway-TLF}{mb}{n}{ + <-> \Raleway@@scale Raleway-Medium-tlf-ts1 +}{} + +\DeclareFontShape{TS1}{Raleway-TLF}{m}{n}{ + <-> \Raleway@@scale Raleway-Regular-tlf-ts1 +}{} + +\DeclareFontShape{TS1}{Raleway-TLF}{l}{n}{ + <-> \Raleway@@scale Raleway-Light-tlf-ts1 +}{} + +\DeclareFontShape{TS1}{Raleway-TLF}{k}{n}{ + <-> \Raleway@@scale Raleway-Black-tlf-ts1 +}{} + +\DeclareFontShape{TS1}{Raleway-TLF}{b}{n}{ + <-> \Raleway@@scale Raleway-Bold-tlf-ts1 +}{} + +\DeclareFontShape{TS1}{Raleway-TLF}{el}{n}{ + <-> \Raleway@@scale Raleway-ExtraLight-tlf-ts1 +}{} + +\DeclareFontShape{TS1}{Raleway-TLF}{t}{n}{ + <-> \Raleway@@scale Raleway-Thin-tlf-ts1 +}{} + +\DeclareFontShape{TS1}{Raleway-TLF}{bx}{n}{ + <-> ssub * Raleway-TLF/b/n +}{} + +\endinput diff --git a/Master/texmf-dist/tex/latex/raleway/TS1Raleway-TOsF.fd b/Master/texmf-dist/tex/latex/raleway/TS1Raleway-TOsF.fd new file mode 100644 index 00000000000..ee3c72213b5 --- /dev/null +++ b/Master/texmf-dist/tex/latex/raleway/TS1Raleway-TOsF.fd @@ -0,0 +1,54 @@ +%% Generated by autoinst on 2013/05/01 +%% +\ProvidesFile{TS1Raleway-TOsF.fd} + [2013/05/01 (autoinst) Font definitions for TS1/Raleway-TOsF.] + +\expandafter\ifx\csname Raleway@scale\endcsname\relax + \let\Raleway@@scale\@empty +\else + \edef\Raleway@@scale{s*[\csname Raleway@scale\endcsname]}% +\fi + +\DeclareFontFamily{TS1}{Raleway-TOsF}{} + +\DeclareFontShape{TS1}{Raleway-TOsF}{eb}{n}{ + <-> \Raleway@@scale Raleway-ExtraBold-tosf-ts1 +}{} + +\DeclareFontShape{TS1}{Raleway-TOsF}{sb}{n}{ + <-> \Raleway@@scale Raleway-SemiBold-tosf-ts1 +}{} + +\DeclareFontShape{TS1}{Raleway-TOsF}{mb}{n}{ + <-> \Raleway@@scale Raleway-Medium-tosf-ts1 +}{} + +\DeclareFontShape{TS1}{Raleway-TOsF}{m}{n}{ + <-> \Raleway@@scale Raleway-Regular-tosf-ts1 +}{} + +\DeclareFontShape{TS1}{Raleway-TOsF}{l}{n}{ + <-> \Raleway@@scale Raleway-Light-tosf-ts1 +}{} + +\DeclareFontShape{TS1}{Raleway-TOsF}{k}{n}{ + <-> \Raleway@@scale Raleway-Black-tosf-ts1 +}{} + +\DeclareFontShape{TS1}{Raleway-TOsF}{b}{n}{ + <-> \Raleway@@scale Raleway-Bold-tosf-ts1 +}{} + +\DeclareFontShape{TS1}{Raleway-TOsF}{el}{n}{ + <-> \Raleway@@scale Raleway-ExtraLight-tosf-ts1 +}{} + +\DeclareFontShape{TS1}{Raleway-TOsF}{t}{n}{ + <-> \Raleway@@scale Raleway-Thin-tosf-ts1 +}{} + +\DeclareFontShape{TS1}{Raleway-TOsF}{bx}{n}{ + <-> ssub * Raleway-TOsF/b/n +}{} + +\endinput diff --git a/Master/texmf-dist/tex/latex/raleway/raleway-type1-autoinst.sty b/Master/texmf-dist/tex/latex/raleway/raleway-type1-autoinst.sty new file mode 100644 index 00000000000..e01aaff77db --- /dev/null +++ b/Master/texmf-dist/tex/latex/raleway/raleway-type1-autoinst.sty @@ -0,0 +1,42 @@ +%% Generated by autoinst on 2013/05/01 +%% +\NeedsTeXFormat{LaTeX2e} +\ProvidesPackage{Raleway} + [2013/05/01 (autoinst) Style file for Raleway.] + +\RequirePackage[T1,LY1]{fontenc} +\RequirePackage{textcomp} +\IfFileExists{fontaxes.sty}{ + \RequirePackage{fontaxes} +}{} + +\IfFileExists{xkeyval.sty}{ + \newcommand*{\Raleway@scale}{1} + \RequirePackage{xkeyval} + \DeclareOptionX{scaled}{\renewcommand*{\Raleway@scale}{##1}} +}{ + \let\DeclareOptionX\DeclareOption + \let\ExecuteOptionsX\ExecuteOptions + \let\ProcessOptionsX\ProcessOptions +} + +\DeclareOptionX{lining}{\edef\Raleway@figurestyle{LF}} +\DeclareOptionX{oldstyle}{\edef\Raleway@figurestyle{OsF}} +\DeclareOptionX{tabular}{\edef\Raleway@figurealign{T}} +\DeclareOptionX{proportional}{\edef\Raleway@figurealign{}} +\DeclareOptionX{black}{\renewcommand*{\bfdefault}{k}} +\DeclareOptionX{extrabold}{\renewcommand*{\bfdefault}{eb}} +\DeclareOptionX{semibold}{\renewcommand*{\bfdefault}{sb}} +\DeclareOptionX{bold}{\renewcommand*{\bfdefault}{b}} +\DeclareOptionX{light}{\renewcommand*{\mddefault}{l}} +\DeclareOptionX{medium}{\renewcommand*{\mddefault}{mb}} +\DeclareOptionX{regular}{\renewcommand*{\mddefault}{m}} +\ExecuteOptionsX{oldstyle,proportional,bold,regular} +\ProcessOptionsX\relax + +\renewcommand* + {\sfdefault} + {Raleway-\Raleway@figurealign\Raleway@figurestyle} +\renewcommand*{\familydefault}{\sfdefault} + +\endinput diff --git a/Master/texmf-dist/tex/latex/raleway/raleway.sty b/Master/texmf-dist/tex/latex/raleway/raleway.sty new file mode 100644 index 00000000000..f236d5fa294 --- /dev/null +++ b/Master/texmf-dist/tex/latex/raleway/raleway.sty @@ -0,0 +1,250 @@ +% Raleway for LaTeX +% +% Silke Hofstra, tex@slxh.nl +% +% This file selects either the OTF or the TYPE1 fonts based on +% the LaTeX engine used. +% +% Licenced under the LPPL v1.3 or higher. +% +\NeedsTeXFormat{LaTeX2e}[1994/12/01] +\ProvidesPackage{raleway}[2013/04/14 v1.0 Matt McInerney’s Raleway family] + +\RequirePackage{ifxetex,ifluatex,xkeyval} + +% Switches +\newif\ifraleway@otf +\newif\ifraleway@default +\newif\ifraleway@sfdefault +\newif\ifraleway@oldstyle +\newif\ifraleway@tabular +\newif\ifraleway@black +\newif\ifraleway@extrabold +\newif\ifraleway@semibold +\newif\ifraleway@medium +\newif\ifraleway@light +\newif\ifraleway@extralight +\newif\ifraleway@thin + +% Scaling command +\newcommand*{\raleway@scale}{1} + +% Use OpenType fonts for XeTeX and LuaTeX. +\ifxetex + \raleway@otftrue +\else + \ifluatex + \raleway@otftrue + \fi +\fi + +\DeclareOptionX{lining} {\raleway@oldstylefalse} +\DeclareOptionX{nf} {\raleway@oldstylefalse} +\DeclareOptionX{lf} {\raleway@oldstylefalse} +\DeclareOptionX{oldstyle} {\raleway@oldstyletrue} +\DeclareOptionX{osf} {\raleway@oldstyletrue} +\DeclareOptionX{black} {\raleway@blacktrue} +\DeclareOptionX{extrabold} {\raleway@extraboldtrue} +\DeclareOptionX{semibold} {\raleway@semiboldtrue} +\DeclareOptionX{bold} {} +\DeclareOptionX{thin} {\raleway@thintrue} +\DeclareOptionX{extralight} {\raleway@extralighttrue} +\DeclareOptionX{light} {\raleway@lighttrue} +\DeclareOptionX{regular} {} +\DeclareOptionX{medium} {\raleway@mediumtrue} +\DeclareOptionX{scale} {\renewcommand*{\raleway@scale}{#1}} +\DeclareOptionX{scaled} {\renewcommand*{\raleway@scale}{#1}} +\DeclareOptionX{default} {\raleway@defaulttrue} +\DeclareOptionX{sfdefault} {\raleway@sfdefaulttrue} +\DeclareOptionX{nosfdefault} {\raleway@sfdefaultfalse} +\DeclareOptionX{type1} {\raleway@otffalse} +\DeclareOptionX{t1} {\raleway@otffalse} +\DeclareOptionX{opentype} {\raleway@otftrue} +\DeclareOptionX{otf} {\raleway@otftrue} + +% Default options +\ExecuteOptionsX{sfdefault,lining,bold,regular} +\ProcessOptionsX\relax + +% Load OpenType files +\ifraleway@otf + \RequirePackage{fontspec} + + % Oldstyle/Lining + \ifraleway@oldstyle + \def\raleway@figurestyle{OldStyle} + \else + \def\raleway@figurestyle{Lining} + \fi + + % Black/Semibold/Bold + \ifraleway@extrabold + \def\raleway@boldstyle{ExtraBold} + \else + \ifraleway@semibold + \def\raleway@boldstyle{Semibold} + \else + \ifraleway@black + \def\raleway@boldstyle{Black} + \else + \def\raleway@boldstyle{Bold} + \fi + \fi + \fi + + % Light/ExtraLight/Regular/Medium + \ifraleway@light + \def\raleway@regstyle{Light} + \else + \ifraleway@extralight + \def\raleway@regstyle{ExtraLight} + \else + \ifraleway@thin + \def\raleway@regstyle{Thin} + \else + \ifraleway@medium + \def\raleway@regstyle{Medium} + \else + \def\raleway@regstyle{Regular} + \fi + \fi + \fi + \fi + + % Shared features + \defaultfontfeatures{ + Ligatures = TeX , + Numbers = \raleway@figurestyle , + Scale = \raleway@scale , + Extension = .otf } + + % Sans serif font + \ifraleway@sfdefault + \setsansfont + [ UprightFont = *-\raleway@regstyle , + BoldFont = *-\raleway@boldstyle ] + {raleway} + \fi + + % Font families + % Regular/Bold + \newfontfamily\raleway + [ UprightFont = *-Regular , + BoldFont = *-Bold ] + {Raleway} + + \newfontfamily\ralewaymedium + [ UprightFont = *-Medium , + BoldFont = *-Bold ] + {Raleway} + + % Light/Semibold + \newfontfamily\ralewaylight + [ UprightFont = *-Light , + BoldFont = *-Semibold ] + {Raleway} + + % Light/Semibold + \newfontfamily\ralewaythin + [ UprightFont = *-Thin , + BoldFont = *-Black ] + {Raleway} + + % ExtraLight/Black + \newfontfamily\ralewayextra + [ UprightFont = *-ExtraLight , + BoldFont = *-ExtraBold ] + {Raleway} + + % Dont keep all default font features + \defaultfontfeatures{} + + \newfontfamily\ralewayLF + [ Ligatures = TeX , + Numbers = Lining , + Scale = \raleway@scale , + Extension = .otf , + UprightFont = *-\raleway@regstyle , + BoldFont = *-\raleway@boldstyle ] + {raleway} + +% Load type1 font. +\else + \RequirePackage[OT1,LY1,T1]{fontenc} + + % Tabular/Proportional + \ifraleway@tabular + \def\raleway@figurealign{T} + \else + \def\raleway@figurealign{} + \fi + + % Oldstyle/Lining + \ifraleway@oldstyle + \def\raleway@figurestyle{OsF} + \else + \def\raleway@figurestyle{LF} + \def\raleway@figurealign{T} + \fi + + % Black/Semibold/Bold + \ifraleway@extrabold + \renewcommand*{\bfdefault}{eb} + \else + \ifraleway@semibold + \renewcommand*{\bfdefault}{sb} + \else + \ifraleway@black + \renewcommand*{\bfdefault}{k} + \else + \renewcommand*{\bfdefault}{b} + \fi + \fi + \fi + + % Light/ExtraLight/Regular/Medium/Thin + \ifraleway@light + \renewcommand*{\mddefault}{l} + \else + \ifraleway@extralight + \renewcommand*{\mddefault}{el} + \else + \ifraleway@thin + \renewcommand*{\mddefault}{t} + \else + \ifraleway@medium + \renewcommand*{\mddefault}{mb} + \else + \renewcommand*{\mddefault}{m} + \fi + \fi + \fi + \fi + + % Sans serif font + \ifraleway@sfdefault + \renewcommand* + {\sfdefault} + {Raleway-\raleway@figurealign\raleway@figurestyle} + \fi + + % If Raleway is the default font \oldstylenums needs a new definition. + \ifraleway@default + \renewcommand*\oldstylenums[1]{% + \begingroup + \ifmmode + \mathgroup\symletters #1% + \else + \fontfamily{Raleway-\raleway@figurealign OsF}\selectfont #1% + \fi + \endgroup + } + \fi +\fi + +% Set default font family +\ifraleway@default + \let\familydefault\sfdefault +\fi + +\endinput
\ No newline at end of file diff --git a/Master/tlpkg/bin/tlpkg-ctan-check b/Master/tlpkg/bin/tlpkg-ctan-check index 7e205c27806..30b48ca8dfa 100755 --- a/Master/tlpkg/bin/tlpkg-ctan-check +++ b/Master/tlpkg/bin/tlpkg-ctan-check @@ -366,7 +366,8 @@ my @TLP_working = qw( psu-thesis ptex2pdf ptext ptptex punk punk-latex punknova purifyeps pxbase pxchfon pxcjkcat pxfonts pxgreeks pxjahyper pxrubrica pxtxalfa python quattrocento qcm qobitree quoting qstest qsymbols qtree quotchap quotmark - r_und_s ran_toks randbild randomwalk randtext rccol rcs rcs-multi rcsinfo + r_und_s raleway ran_toks randbild randomwalk randtext + rccol rcs rcs-multi rcsinfo readarray realboxes realscripts rec-thy recipe recipecard recycle rectopma refcheck refman refstyle regcount regexpatch register regstats relenc relsize reotex repeatindex resphilosophica diff --git a/Master/tlpkg/tlpsrc/collection-fontsextra.tlpsrc b/Master/tlpkg/tlpsrc/collection-fontsextra.tlpsrc index 3b036da7109..ce1dfaf74f4 100644 --- a/Master/tlpkg/tlpsrc/collection-fontsextra.tlpsrc +++ b/Master/tlpkg/tlpsrc/collection-fontsextra.tlpsrc @@ -155,6 +155,7 @@ depend punk-latex depend punknova depend pxtxalfa depend quattrocento +depend raleway depend recycle depend romande depend rsfso diff --git a/Master/tlpkg/tlpsrc/raleway.tlpsrc b/Master/tlpkg/tlpsrc/raleway.tlpsrc new file mode 100644 index 00000000000..c6957eb5f10 --- /dev/null +++ b/Master/tlpkg/tlpsrc/raleway.tlpsrc @@ -0,0 +1 @@ +execute addMap Raleway.map |