diff --git a/CrossRef.sty b/CrossRef.sty index 8d95f6c..83eb167 100644 --- a/CrossRef.sty +++ b/CrossRef.sty @@ -3,7 +3,7 @@ % Cross references %#region - %\newcommand{\sectionRef}[2]{\ref{#1:#2}: #2} + \newcommand{\refPart}[2][Part~]{#1\ref{pt:#2}} \newcommand{\refChapter}[2][Chapter~]{#1\ref{ch:#2}} \newcommand{\refAppendix}[2][Appendix~]{#1\ref{ch:#2}} \newcommand{\refSection}[2][Section~]{#1\ref{sec:#2}} @@ -21,6 +21,9 @@ #3{#2}\label{#4:#1} \fi } + \newcommand{\lblPart}[2][]{ + \lblGeneral[#1]{#2}{\part}{pt} + } \newcommand{\lblChapter}[2][]{ \lblGeneral[#1]{#2}{\chapter}{ch} } diff --git a/Fonts.sty b/Fonts.sty index aac649a..38ad187 100644 --- a/Fonts.sty +++ b/Fonts.sty @@ -4,29 +4,49 @@ % Specify Fonts %#region \RequirePackage{fontspec} + % Main font: Roboto Serif \setmainfont{RobotoSerif}[ - Path = ./fonts/RobotoSerif/, + Path = PrimeTeX/fonts/RobotoSerif/, Extension = .ttf, UprightFont = *-Light, BoldFont = *-SemiBold, ItalicFont = *-LightItalic, BoldItalicFont = *-SemiBoldItalic, ] - % Headings & Titles font: Roboto Slab - \setsansfont{RobotoSlab}[ - Path = ./fonts/RobotoSlab/, - Extension = .ttf, - UprightFont = *-SemiBold, - BoldFont = *-Black, - ] - % Monospace font: Roboto Mono - \setmonofont{RobotoMono}[ - Path = ./fonts/RobotoMono/, + + % Sans serif font: Roboto + \setsansfont{Roboto}[ + Path = PrimeTeX/fonts/Roboto/, Extension = .ttf, UprightFont = *-Regular, BoldFont = *-Bold, ItalicFont = *-Italic, BoldItalicFont = *-BoldItalic, ] -%#endregion \ No newline at end of file + + % Monospace font: Roboto Mono + \setmonofont{RobotoMono}[ + Path = PrimeTeX/fonts/RobotoMono/, + Extension = .ttf, + UprightFont = *-Regular, + BoldFont = *-Bold, + ItalicFont = *-Italic, + BoldItalicFont = *-BoldItalic, + ] + + % Headings & Titles font: Roboto Slab + \newfontfamily{\sbfamily}{RobotoSlab}[ + Path = PrimeTeX/fonts/RobotoSlab/, + Extension = .ttf, + UprightFont = *-SemiBold, + BoldFont = *-Black, + ] +%#endregion + +\newcommand{\objref}[1]{\textsf{\textbf{#1}}} + +\newcommand{\serif}[1]{\textrm{#1}} +\newcommand{\sans}[1]{\textsf{#1}} +\newcommand{\mono}[1]{\texttt{#1}} +\newcommand{\slab}[1]{{\sbfamily{}#1}} \ No newline at end of file diff --git a/Graphics.sty b/Graphics.sty index 6f60879..1d23aaa 100644 --- a/Graphics.sty +++ b/Graphics.sty @@ -13,21 +13,18 @@ } \newcommand{\cfig}[4]{% - \begin{figure}[ht]% + +} +\newcommand{\centerfig}[4][]{ + \begin{figure}[ht]% \centering% - #4{#1}% - \caption{#3}% - \label{fig:#2}% + \includegraphics[keepaspectratio,#1]{#2}% + \caption{#4}% + \label{fig:#3}% \end{figure}% } -\newcommand{\centerfig}[3]{\cfig{#1}{#2}{#3}{\includegraphics}} -\newcommand{\centerfigw}[4][\textwidth]{ - \cfig{#2}{#3}{#4}{ - \includegraphics[keepaspectratio,width=#1] - } -} -\newcommand{\bigfig}[4][\twoscreenshotmaxwidth]{% +\newcommand{\bigfig}[4][\bigfloatwidth]{% \bigfloat[#1]{figure}{htp}{% \captionsetup{type=figure}% \includegraphics[keepaspectratio,width=\textwidth]{#2}% @@ -36,7 +33,7 @@ }% } -\newcommand{\doublebigfig}[7][\twoscreenshotmaxwidth]{% +\newcommand{\doublebigfig}[7][\bigfloatwidth]{% \bigfloat[#1]{figure}{p}{% \captionsetup{type=figure}% \includegraphics[keepaspectratio,width=\textwidth]{#2}% diff --git a/Layout.sty b/Layout.sty index 629334e..ba749e3 100644 --- a/Layout.sty +++ b/Layout.sty @@ -22,6 +22,9 @@ \RequirePackage{calc} \RequirePackage[strict]{changepage} +% \RequirePackage{caption} +% \RequirePackage{graphicx} +% \RequirePackage{PrimeTeX/Tables} \newlength{\contentwidth} \setlength{\contentwidth}{\textwidth+\marginparsep+\marginparwidth} @@ -30,10 +33,10 @@ \setlength{\bigfloatoffset}{0.25in} % Maximum width adjustment to fit 2 16x9 screensots on one page. -\newlength{\twoscreenshotmaxwidth} -\setlength{\twoscreenshotmaxwidth}{0.81in} +\newlength{\bigfloatwidth} +\setlength{\bigfloatwidth}{0.81in} -\newcommand{\bigfloat}[4][\twoscreenshotmaxwidth]{% +\newcommand{\bigfloat}[4][\bigfloatwidth]{% \begin{#2}[#3]% \begin{adjustwidth*}{-#1+\bigfloatoffset}{-#1-\bigfloatoffset}% \begin{minipage}{#1 * 2 + \textwidth}% @@ -43,10 +46,37 @@ \end{#2}% } -% Title & Heading Options -%#region - \RequirePackage[sf,raggedright]{titlesec} -%#endregion +\RequirePackage{wrapfig} + +% \newcommand{\boxout}[7][\bigfloatwidth]{ +% \bigfloat[#1]{figure}{#2}{ +% \captionlistentry[figure]{#6.} +% \label{fig:#5} + +% \begin{tblrBoxout}{} +% \SetCell[c=2]{c}{\sbfamily\bfseries #6}\\ +% \includegraphics[#4]{#3} +% & #7\\ +% \end{tblrBoxout} +% } +% } + +\newcommand{\boxout}[4][\bigfloatwidth]{% + \bigfloat[#1]{figure}{#2}{% + \fcolorbox{PrimeBlue}{PrimePaleBlue}{% + \begin{minipage}{\textwidth}% + \vspace{1em}% + {\centering\textbf{#3}% + \begin{minipage}{-2em + \textwidth}% + \medskip% + #4% + \end{minipage} + \par}% + \vspace{1em}% + \end{minipage}% + }% + }% +} % Header & Footer Options %#region diff --git a/Manual.cls b/Manual.cls index 81a8076..29fd5e9 100644 --- a/Manual.cls +++ b/Manual.cls @@ -48,4 +48,6 @@ \RequirePackage{PrimeTeX/Tables} -\RequirePackage{PrimeTeX/TitlePage} \ No newline at end of file +\RequirePackage{PrimeTeX/TitlePage} + +\RequirePackage{PrimeTeX/Titles} \ No newline at end of file diff --git a/MarginNotes.sty b/MarginNotes.sty index 2c50a50..bd4f24c 100644 --- a/MarginNotes.sty +++ b/MarginNotes.sty @@ -13,7 +13,7 @@ \index{\glsentryname{#2}}% Add a reference to this in the index. \textbf{#3{#2}}% This is the text that appears on the page. \marginnote{% Create the margin note. - \textsf{\textbf{% + {\sbfamily\textbf{% \Glsentryname{#2}:% Create the title of the margin note. }}% \glsdesc*{#2}% Create the text of the margin note. @@ -38,7 +38,7 @@ \RequirePackage{changepage} \RequirePackage{ifthen} - \newcommand{\mfig}[5][0pt]{% + \newcommand{\marginfig}[5][0pt]{% % This strut ensures that the margin figure is counted as part of the % following paragraph and is vertically aligned with it. \strut% @@ -57,15 +57,9 @@ justification = raggedleft,% }% }% - {\centering#5{#2}\par}% - \captionof{figure}{#4}% - \label{fig:#3}% + {\centering\includegraphics[keepaspectratio,#3]{#2}\par}% + \captionof{figure}{#5}% + \label{fig:#4}% }[#1]% } - \newcommand{\marginfig}[4][0pt]{% - \mfig[#1]{#2}{#3}{#4}{\includegraphics}% - } - \newcommand{\marginfigw}[5][0pt]{% - \mfig[#1]{#2}{#3}{#4}{\includegraphics[keepaspectratio,width=#5]}% - } %#endregion \ No newline at end of file diff --git a/Tables.sty b/Tables.sty index 91359cc..7e0e090 100644 --- a/Tables.sty +++ b/Tables.sty @@ -2,7 +2,29 @@ \ProvidesPackage{PrimeTeX/Tables}[2025-07-09] % Table formatting. -%#region - \RequirePackage{tabularray} - \RequirePackage{csvsimple-l3} -%#endregion \ No newline at end of file +\RequirePackage{tabularray} + +\NewTblrEnviron{tblrBoxout} +\SetTblrInner[tblrBoxout]{ + colspec = {Q[c,h]X[1,m]}, + hline{1,Z} = {0.6pt,PrimeBlue}, + vline{1,Z} = {0.6pt,PrimeBlue}, + hline{2} = {0.0pt,PrimePaleBlue}, + vline{2} = {0.0pt,PrimePaleBlue}, + vborder{Z} = {leftspace=12pt}, + columns = {PrimePaleBlue}, +} + +\NewTblrEnviron{tblrBanded} +\SetTblrOuter[tblrBanded]{ + tall, +} +\SetTblrInner[tblrBanded]{ + rowhead = 1, + row{odd} = {paleGray}, + row{1} = {bg=pageColor, font=\bfseries}, + hline{1,Z} = {0.6pt}, + hline{2} = {0.4pt}, +} + +\RequirePackage{csvsimple-l3} \ No newline at end of file diff --git a/TitlePage.sty b/TitlePage.sty index cacd8d9..1de4023 100644 --- a/TitlePage.sty +++ b/TitlePage.sty @@ -7,7 +7,7 @@ %#region \newcommand{\PrimeTitlePage}[1][]{ \begin{titlepage} - \begin{sffamily} + \begin{sbfamily} {\raggedright\noindent\large \vspace*{\stretch{1}} @@ -36,7 +36,7 @@ \sDate \vfill } - \end{sffamily} + \end{sbfamily} \end{titlepage} } %#endregion \ No newline at end of file diff --git a/Titles.sty b/Titles.sty new file mode 100644 index 0000000..853af05 --- /dev/null +++ b/Titles.sty @@ -0,0 +1,22 @@ +\NeedsTeXFormat{LaTeX2e} +\ProvidesPackage{PrimeTeX/Titles}[2025-07-16] + +\RequirePackage[raggedright]{titlesec} + +\titleformat{\part}[display]{ + \normalfont\sbfamily\huge\centering +}{ + Part \arabic{part} +}{20pt}{\Huge} + +\titleformat{\chapter}[display]{ + \normalfont\sbfamily\huge +}{ + \chaptertitlename{} \thechapter +}{20pt}{\Huge} + +\titleformat*{\section}{\sbfamily\Large} +\titleformat*{\subsection}{\sbfamily\large} +\titleformat*{\subsubsection}{\sbfamily} +\titleformat*{\paragraph}{\sbfamily} +\titleformat*{\subparagraph}{\sbfamily} diff --git a/fonts/Roboto/Roboto-Black.ttf b/fonts/Roboto/Roboto-Black.ttf new file mode 100644 index 0000000..d51221a Binary files /dev/null and b/fonts/Roboto/Roboto-Black.ttf differ diff --git a/fonts/Roboto/Roboto-BlackItalic.ttf b/fonts/Roboto/Roboto-BlackItalic.ttf new file mode 100644 index 0000000..c71c549 Binary files /dev/null and b/fonts/Roboto/Roboto-BlackItalic.ttf differ diff --git a/fonts/Roboto/Roboto-Bold.ttf b/fonts/Roboto/Roboto-Bold.ttf new file mode 100644 index 0000000..9d7cf22 Binary files /dev/null and b/fonts/Roboto/Roboto-Bold.ttf differ diff --git a/fonts/Roboto/Roboto-BoldItalic.ttf b/fonts/Roboto/Roboto-BoldItalic.ttf new file mode 100644 index 0000000..f73d681 Binary files /dev/null and b/fonts/Roboto/Roboto-BoldItalic.ttf differ diff --git a/fonts/Roboto/Roboto-ExtraBold.ttf b/fonts/Roboto/Roboto-ExtraBold.ttf new file mode 100644 index 0000000..7092a88 Binary files /dev/null and b/fonts/Roboto/Roboto-ExtraBold.ttf differ diff --git a/fonts/Roboto/Roboto-ExtraBoldItalic.ttf b/fonts/Roboto/Roboto-ExtraBoldItalic.ttf new file mode 100644 index 0000000..a5536f5 Binary files /dev/null and b/fonts/Roboto/Roboto-ExtraBoldItalic.ttf differ diff --git a/fonts/Roboto/Roboto-ExtraLight.ttf b/fonts/Roboto/Roboto-ExtraLight.ttf new file mode 100644 index 0000000..75608c6 Binary files /dev/null and b/fonts/Roboto/Roboto-ExtraLight.ttf differ diff --git a/fonts/Roboto/Roboto-ExtraLightItalic.ttf b/fonts/Roboto/Roboto-ExtraLightItalic.ttf new file mode 100644 index 0000000..23dbbef Binary files /dev/null and b/fonts/Roboto/Roboto-ExtraLightItalic.ttf differ diff --git a/fonts/Roboto/Roboto-Italic.ttf b/fonts/Roboto/Roboto-Italic.ttf new file mode 100644 index 0000000..c3abaef Binary files /dev/null and b/fonts/Roboto/Roboto-Italic.ttf differ diff --git a/fonts/Roboto/Roboto-Light.ttf b/fonts/Roboto/Roboto-Light.ttf new file mode 100644 index 0000000..6fcd5f9 Binary files /dev/null and b/fonts/Roboto/Roboto-Light.ttf differ diff --git a/fonts/Roboto/Roboto-LightItalic.ttf b/fonts/Roboto/Roboto-LightItalic.ttf new file mode 100644 index 0000000..a6e5047 Binary files /dev/null and b/fonts/Roboto/Roboto-LightItalic.ttf differ diff --git a/fonts/Roboto/Roboto-Medium.ttf b/fonts/Roboto/Roboto-Medium.ttf new file mode 100644 index 0000000..d629e98 Binary files /dev/null and b/fonts/Roboto/Roboto-Medium.ttf differ diff --git a/fonts/Roboto/Roboto-MediumItalic.ttf b/fonts/Roboto/Roboto-MediumItalic.ttf new file mode 100644 index 0000000..ef9ed1b Binary files /dev/null and b/fonts/Roboto/Roboto-MediumItalic.ttf differ diff --git a/fonts/Roboto/Roboto-Regular.ttf b/fonts/Roboto/Roboto-Regular.ttf new file mode 100644 index 0000000..7e3bb2f Binary files /dev/null and b/fonts/Roboto/Roboto-Regular.ttf differ diff --git a/fonts/Roboto/Roboto-SemiBold.ttf b/fonts/Roboto/Roboto-SemiBold.ttf new file mode 100644 index 0000000..3f34834 Binary files /dev/null and b/fonts/Roboto/Roboto-SemiBold.ttf differ diff --git a/fonts/Roboto/Roboto-SemiBoldItalic.ttf b/fonts/Roboto/Roboto-SemiBoldItalic.ttf new file mode 100644 index 0000000..132cca1 Binary files /dev/null and b/fonts/Roboto/Roboto-SemiBoldItalic.ttf differ diff --git a/fonts/Roboto/Roboto-Thin.ttf b/fonts/Roboto/Roboto-Thin.ttf new file mode 100644 index 0000000..6ee97b8 Binary files /dev/null and b/fonts/Roboto/Roboto-Thin.ttf differ diff --git a/fonts/Roboto/Roboto-ThinItalic.ttf b/fonts/Roboto/Roboto-ThinItalic.ttf new file mode 100644 index 0000000..0381198 Binary files /dev/null and b/fonts/Roboto/Roboto-ThinItalic.ttf differ diff --git a/fonts/RobotoMono/OFL.txt b/fonts/RobotoMono/OFL.txt new file mode 100644 index 0000000..38d9750 --- /dev/null +++ b/fonts/RobotoMono/OFL.txt @@ -0,0 +1,91 @@ +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: +https://openfontlicense.org + + +----------------------------------------------------------- +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/fonts/RobotoMono/README.txt b/fonts/RobotoMono/README.txt new file mode 100644 index 0000000..817f479 --- /dev/null +++ b/fonts/RobotoMono/README.txt @@ -0,0 +1,77 @@ +Roboto Mono Variable Font +========================= + +This download contains Roboto Mono as both variable fonts and static fonts. + +Roboto Mono is a variable font with this axis: + wght + +This means all the styles are contained in these files: + Roboto_Mono/RobotoMono-VariableFont_wght.ttf + Roboto_Mono/RobotoMono-Italic-VariableFont_wght.ttf + +If your app fully supports variable fonts, you can now pick intermediate styles +that aren’t available as static fonts. Not all apps support variable fonts, and +in those cases you can use the static font files for Roboto Mono: + Roboto_Mono/static/RobotoMono-Thin.ttf + Roboto_Mono/static/RobotoMono-ExtraLight.ttf + Roboto_Mono/static/RobotoMono-Light.ttf + Roboto_Mono/static/RobotoMono-Regular.ttf + Roboto_Mono/static/RobotoMono-Medium.ttf + Roboto_Mono/static/RobotoMono-SemiBold.ttf + Roboto_Mono/static/RobotoMono-Bold.ttf + Roboto_Mono/static/RobotoMono-ThinItalic.ttf + Roboto_Mono/static/RobotoMono-ExtraLightItalic.ttf + Roboto_Mono/static/RobotoMono-LightItalic.ttf + Roboto_Mono/static/RobotoMono-Italic.ttf + Roboto_Mono/static/RobotoMono-MediumItalic.ttf + Roboto_Mono/static/RobotoMono-SemiBoldItalic.ttf + Roboto_Mono/static/RobotoMono-BoldItalic.ttf + +Get started +----------- + +1. Install the font files you want to use + +2. Use your app's font picker to view the font family and all the +available styles + +Learn more about variable fonts +------------------------------- + + https://developers.google.com/web/fundamentals/design-and-ux/typography/variable-fonts + https://variablefonts.typenetwork.com + https://medium.com/variable-fonts + +In desktop apps + + https://theblog.adobe.com/can-variable-fonts-illustrator-cc + https://helpx.adobe.com/nz/photoshop/using/fonts.html#variable_fonts + +Online + + https://developers.google.com/fonts/docs/getting_started + https://developer.mozilla.org/en-US/docs/Web/CSS/CSS_Fonts/Variable_Fonts_Guide + https://developer.microsoft.com/en-us/microsoft-edge/testdrive/demos/variable-fonts + +Installing fonts + + MacOS: https://support.apple.com/en-us/HT201749 + Linux: https://www.google.com/search?q=how+to+install+a+font+on+gnu%2Blinux + Windows: https://support.microsoft.com/en-us/help/314960/how-to-install-or-remove-a-font-in-windows + +Android Apps + + https://developers.google.com/fonts/docs/android + https://developer.android.com/guide/topics/ui/look-and-feel/downloadable-fonts + +License +------- +Please read the full license text (OFL.txt) to understand the permissions, +restrictions and requirements for usage, redistribution, and modification. + +You can use them in your products & projects – print or digital, +commercial or otherwise. + +This isn't legal advice, please consider consulting a lawyer and see the full +license for all details. diff --git a/fonts/RobotoMono/RobotoMono-Bold.ttf b/fonts/RobotoMono/RobotoMono-Bold.ttf new file mode 100644 index 0000000..bef439f Binary files /dev/null and b/fonts/RobotoMono/RobotoMono-Bold.ttf differ diff --git a/fonts/RobotoMono/RobotoMono-BoldItalic.ttf b/fonts/RobotoMono/RobotoMono-BoldItalic.ttf new file mode 100644 index 0000000..642dd05 Binary files /dev/null and b/fonts/RobotoMono/RobotoMono-BoldItalic.ttf differ diff --git a/fonts/RobotoMono/RobotoMono-ExtraLight.ttf b/fonts/RobotoMono/RobotoMono-ExtraLight.ttf new file mode 100644 index 0000000..8cc41ca Binary files /dev/null and b/fonts/RobotoMono/RobotoMono-ExtraLight.ttf differ diff --git a/fonts/RobotoMono/RobotoMono-ExtraLightItalic.ttf b/fonts/RobotoMono/RobotoMono-ExtraLightItalic.ttf new file mode 100644 index 0000000..47e4a4f Binary files /dev/null and b/fonts/RobotoMono/RobotoMono-ExtraLightItalic.ttf differ diff --git a/fonts/RobotoMono/RobotoMono-Italic-VariableFont_wght.ttf b/fonts/RobotoMono/RobotoMono-Italic-VariableFont_wght.ttf new file mode 100644 index 0000000..eeefcdf Binary files /dev/null and b/fonts/RobotoMono/RobotoMono-Italic-VariableFont_wght.ttf differ diff --git a/fonts/RobotoMono/RobotoMono-Italic.ttf b/fonts/RobotoMono/RobotoMono-Italic.ttf new file mode 100644 index 0000000..781eff8 Binary files /dev/null and b/fonts/RobotoMono/RobotoMono-Italic.ttf differ diff --git a/fonts/RobotoMono/RobotoMono-Light.ttf b/fonts/RobotoMono/RobotoMono-Light.ttf new file mode 100644 index 0000000..b6fb475 Binary files /dev/null and b/fonts/RobotoMono/RobotoMono-Light.ttf differ diff --git a/fonts/RobotoMono/RobotoMono-LightItalic.ttf b/fonts/RobotoMono/RobotoMono-LightItalic.ttf new file mode 100644 index 0000000..48fec00 Binary files /dev/null and b/fonts/RobotoMono/RobotoMono-LightItalic.ttf differ diff --git a/fonts/RobotoMono/RobotoMono-Medium.ttf b/fonts/RobotoMono/RobotoMono-Medium.ttf new file mode 100644 index 0000000..53fdd40 Binary files /dev/null and b/fonts/RobotoMono/RobotoMono-Medium.ttf differ diff --git a/fonts/RobotoMono/RobotoMono-MediumItalic.ttf b/fonts/RobotoMono/RobotoMono-MediumItalic.ttf new file mode 100644 index 0000000..6916e76 Binary files /dev/null and b/fonts/RobotoMono/RobotoMono-MediumItalic.ttf differ diff --git a/fonts/RobotoMono/RobotoMono-Regular.ttf b/fonts/RobotoMono/RobotoMono-Regular.ttf new file mode 100644 index 0000000..3806bfb Binary files /dev/null and b/fonts/RobotoMono/RobotoMono-Regular.ttf differ diff --git a/fonts/RobotoMono/RobotoMono-SemiBold.ttf b/fonts/RobotoMono/RobotoMono-SemiBold.ttf new file mode 100644 index 0000000..b828c3a Binary files /dev/null and b/fonts/RobotoMono/RobotoMono-SemiBold.ttf differ diff --git a/fonts/RobotoMono/RobotoMono-SemiBoldItalic.ttf b/fonts/RobotoMono/RobotoMono-SemiBoldItalic.ttf new file mode 100644 index 0000000..06032b5 Binary files /dev/null and b/fonts/RobotoMono/RobotoMono-SemiBoldItalic.ttf differ diff --git a/fonts/RobotoMono/RobotoMono-Thin.ttf b/fonts/RobotoMono/RobotoMono-Thin.ttf new file mode 100644 index 0000000..71f1a46 Binary files /dev/null and b/fonts/RobotoMono/RobotoMono-Thin.ttf differ diff --git a/fonts/RobotoMono/RobotoMono-ThinItalic.ttf b/fonts/RobotoMono/RobotoMono-ThinItalic.ttf new file mode 100644 index 0000000..a1b2e5a Binary files /dev/null and b/fonts/RobotoMono/RobotoMono-ThinItalic.ttf differ diff --git a/fonts/RobotoMono/RobotoMono-VariableFont_wght.ttf b/fonts/RobotoMono/RobotoMono-VariableFont_wght.ttf new file mode 100644 index 0000000..3a2d704 Binary files /dev/null and b/fonts/RobotoMono/RobotoMono-VariableFont_wght.ttf differ diff --git a/fonts/RobotoSerif/OFL.txt b/fonts/RobotoSerif/OFL.txt new file mode 100644 index 0000000..2bf86c1 --- /dev/null +++ b/fonts/RobotoSerif/OFL.txt @@ -0,0 +1,93 @@ +Copyright 2020 The Roboto Serif Project Authors (https://github.com/googlefonts/RobotoSerif) + +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: +https://openfontlicense.org + + +----------------------------------------------------------- +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/fonts/RobotoSerif/README.txt b/fonts/RobotoSerif/README.txt new file mode 100644 index 0000000..3ffe609 --- /dev/null +++ b/fonts/RobotoSerif/README.txt @@ -0,0 +1,156 @@ +Roboto Serif Variable Font +========================== + +This download contains Roboto Serif as both variable fonts and static fonts. + +Roboto Serif is a variable font with these axes: + GRAD + opsz + wdth + wght + +This means all the styles are contained in these files: + RobotoSerif-VariableFont_GRAD,opsz,wdth,wght.ttf + RobotoSerif-Italic-VariableFont_GRAD,opsz,wdth,wght.ttf + +If your app fully supports variable fonts, you can now pick intermediate styles +that aren’t available as static fonts. Not all apps support variable fonts, and +in those cases you can use the static font files for Roboto Serif: + static/RobotoSerif-Thin.ttf + static/RobotoSerif-ExtraLight.ttf + static/RobotoSerif-Light.ttf + static/RobotoSerif-Regular.ttf + static/RobotoSerif-Medium.ttf + static/RobotoSerif-SemiBold.ttf + static/RobotoSerif-Bold.ttf + static/RobotoSerif-ExtraBold.ttf + static/RobotoSerif-Black.ttf + static/RobotoSerif_28pt-Thin.ttf + static/RobotoSerif_28pt-ExtraLight.ttf + static/RobotoSerif_28pt-Light.ttf + static/RobotoSerif_28pt-Regular.ttf + static/RobotoSerif_28pt-Medium.ttf + static/RobotoSerif_28pt-SemiBold.ttf + static/RobotoSerif_28pt-Bold.ttf + static/RobotoSerif_28pt-ExtraBold.ttf + static/RobotoSerif_28pt-Black.ttf + static/RobotoSerif_36pt-Thin.ttf + static/RobotoSerif_36pt-ExtraLight.ttf + static/RobotoSerif_36pt-Light.ttf + static/RobotoSerif_36pt-Regular.ttf + static/RobotoSerif_36pt-Medium.ttf + static/RobotoSerif_36pt-SemiBold.ttf + static/RobotoSerif_36pt-Bold.ttf + static/RobotoSerif_36pt-ExtraBold.ttf + static/RobotoSerif_36pt-Black.ttf + static/RobotoSerif_72pt-Thin.ttf + static/RobotoSerif_72pt-ExtraLight.ttf + static/RobotoSerif_72pt-Light.ttf + static/RobotoSerif_72pt-Regular.ttf + static/RobotoSerif_72pt-Medium.ttf + static/RobotoSerif_72pt-SemiBold.ttf + static/RobotoSerif_72pt-Bold.ttf + static/RobotoSerif_72pt-ExtraBold.ttf + static/RobotoSerif_72pt-Black.ttf + static/RobotoSerif_120pt-Thin.ttf + static/RobotoSerif_120pt-ExtraLight.ttf + static/RobotoSerif_120pt-Light.ttf + static/RobotoSerif_120pt-Regular.ttf + static/RobotoSerif_120pt-Medium.ttf + static/RobotoSerif_120pt-SemiBold.ttf + static/RobotoSerif_120pt-Bold.ttf + static/RobotoSerif_120pt-ExtraBold.ttf + static/RobotoSerif_120pt-Black.ttf + static/RobotoSerif-ThinItalic.ttf + static/RobotoSerif-ExtraLightItalic.ttf + static/RobotoSerif-LightItalic.ttf + static/RobotoSerif-Italic.ttf + static/RobotoSerif-MediumItalic.ttf + static/RobotoSerif-SemiBoldItalic.ttf + static/RobotoSerif-BoldItalic.ttf + static/RobotoSerif-ExtraBoldItalic.ttf + static/RobotoSerif-BlackItalic.ttf + static/RobotoSerif_28pt-ThinItalic.ttf + static/RobotoSerif_28pt-ExtraLightItalic.ttf + static/RobotoSerif_28pt-LightItalic.ttf + static/RobotoSerif_28pt-Italic.ttf + static/RobotoSerif_28pt-MediumItalic.ttf + static/RobotoSerif_28pt-SemiBoldItalic.ttf + static/RobotoSerif_28pt-BoldItalic.ttf + static/RobotoSerif_28pt-ExtraBoldItalic.ttf + static/RobotoSerif_28pt-BlackItalic.ttf + static/RobotoSerif_36pt-ThinItalic.ttf + static/RobotoSerif_36pt-ExtraLightItalic.ttf + static/RobotoSerif_36pt-LightItalic.ttf + static/RobotoSerif_36pt-Italic.ttf + static/RobotoSerif_36pt-MediumItalic.ttf + static/RobotoSerif_36pt-SemiBoldItalic.ttf + static/RobotoSerif_36pt-BoldItalic.ttf + static/RobotoSerif_36pt-ExtraBoldItalic.ttf + static/RobotoSerif_36pt-BlackItalic.ttf + static/RobotoSerif_72pt-ThinItalic.ttf + static/RobotoSerif_72pt-ExtraLightItalic.ttf + static/RobotoSerif_72pt-LightItalic.ttf + static/RobotoSerif_72pt-Italic.ttf + static/RobotoSerif_72pt-MediumItalic.ttf + static/RobotoSerif_72pt-SemiBoldItalic.ttf + static/RobotoSerif_72pt-BoldItalic.ttf + static/RobotoSerif_72pt-ExtraBoldItalic.ttf + static/RobotoSerif_72pt-BlackItalic.ttf + static/RobotoSerif_120pt-ThinItalic.ttf + static/RobotoSerif_120pt-ExtraLightItalic.ttf + static/RobotoSerif_120pt-LightItalic.ttf + static/RobotoSerif_120pt-Italic.ttf + static/RobotoSerif_120pt-MediumItalic.ttf + static/RobotoSerif_120pt-SemiBoldItalic.ttf + static/RobotoSerif_120pt-BoldItalic.ttf + static/RobotoSerif_120pt-ExtraBoldItalic.ttf + static/RobotoSerif_120pt-BlackItalic.ttf + +Get started +----------- + +1. Install the font files you want to use + +2. Use your app's font picker to view the font family and all the +available styles + +Learn more about variable fonts +------------------------------- + + https://developers.google.com/web/fundamentals/design-and-ux/typography/variable-fonts + https://variablefonts.typenetwork.com + https://medium.com/variable-fonts + +In desktop apps + + https://theblog.adobe.com/can-variable-fonts-illustrator-cc + https://helpx.adobe.com/nz/photoshop/using/fonts.html#variable_fonts + +Online + + https://developers.google.com/fonts/docs/getting_started + https://developer.mozilla.org/en-US/docs/Web/CSS/CSS_Fonts/Variable_Fonts_Guide + https://developer.microsoft.com/en-us/microsoft-edge/testdrive/demos/variable-fonts + +Installing fonts + + MacOS: https://support.apple.com/en-us/HT201749 + Linux: https://www.google.com/search?q=how+to+install+a+font+on+gnu%2Blinux + Windows: https://support.microsoft.com/en-us/help/314960/how-to-install-or-remove-a-font-in-windows + +Android Apps + + https://developers.google.com/fonts/docs/android + https://developer.android.com/guide/topics/ui/look-and-feel/downloadable-fonts + +License +------- +Please read the full license text (OFL.txt) to understand the permissions, +restrictions and requirements for usage, redistribution, and modification. + +You can use them in your products & projects – print or digital, +commercial or otherwise. + +This isn't legal advice, please consider consulting a lawyer and see the full +license for all details. diff --git a/fonts/RobotoSerif/RobotoSerif-Black.ttf b/fonts/RobotoSerif/RobotoSerif-Black.ttf new file mode 100644 index 0000000..7e2c7f2 Binary files /dev/null and b/fonts/RobotoSerif/RobotoSerif-Black.ttf differ diff --git a/fonts/RobotoSerif/RobotoSerif-BlackItalic.ttf b/fonts/RobotoSerif/RobotoSerif-BlackItalic.ttf new file mode 100644 index 0000000..6174788 Binary files /dev/null and b/fonts/RobotoSerif/RobotoSerif-BlackItalic.ttf differ diff --git a/fonts/RobotoSerif/RobotoSerif-Bold.ttf b/fonts/RobotoSerif/RobotoSerif-Bold.ttf new file mode 100644 index 0000000..862bd51 Binary files /dev/null and b/fonts/RobotoSerif/RobotoSerif-Bold.ttf differ diff --git a/fonts/RobotoSerif/RobotoSerif-BoldItalic.ttf b/fonts/RobotoSerif/RobotoSerif-BoldItalic.ttf new file mode 100644 index 0000000..025df03 Binary files /dev/null and b/fonts/RobotoSerif/RobotoSerif-BoldItalic.ttf differ diff --git a/fonts/RobotoSerif/RobotoSerif-ExtraBold.ttf b/fonts/RobotoSerif/RobotoSerif-ExtraBold.ttf new file mode 100644 index 0000000..0247e89 Binary files /dev/null and b/fonts/RobotoSerif/RobotoSerif-ExtraBold.ttf differ diff --git a/fonts/RobotoSerif/RobotoSerif-ExtraBoldItalic.ttf b/fonts/RobotoSerif/RobotoSerif-ExtraBoldItalic.ttf new file mode 100644 index 0000000..3160f72 Binary files /dev/null and b/fonts/RobotoSerif/RobotoSerif-ExtraBoldItalic.ttf differ diff --git a/fonts/RobotoSerif/RobotoSerif-ExtraLight.ttf b/fonts/RobotoSerif/RobotoSerif-ExtraLight.ttf new file mode 100644 index 0000000..8c0035e Binary files /dev/null and b/fonts/RobotoSerif/RobotoSerif-ExtraLight.ttf differ diff --git a/fonts/RobotoSerif/RobotoSerif-ExtraLightItalic.ttf b/fonts/RobotoSerif/RobotoSerif-ExtraLightItalic.ttf new file mode 100644 index 0000000..3e6e186 Binary files /dev/null and b/fonts/RobotoSerif/RobotoSerif-ExtraLightItalic.ttf differ diff --git a/fonts/RobotoSerif/RobotoSerif-Italic-VariableFont_GRAD,opsz,wdth,wght.ttf b/fonts/RobotoSerif/RobotoSerif-Italic-VariableFont_GRAD,opsz,wdth,wght.ttf new file mode 100644 index 0000000..86d11b7 Binary files /dev/null and b/fonts/RobotoSerif/RobotoSerif-Italic-VariableFont_GRAD,opsz,wdth,wght.ttf differ diff --git a/fonts/RobotoSerif/RobotoSerif-Italic.ttf b/fonts/RobotoSerif/RobotoSerif-Italic.ttf new file mode 100644 index 0000000..f5c68c7 Binary files /dev/null and b/fonts/RobotoSerif/RobotoSerif-Italic.ttf differ diff --git a/fonts/RobotoSerif/RobotoSerif-Light.ttf b/fonts/RobotoSerif/RobotoSerif-Light.ttf new file mode 100644 index 0000000..0d29231 Binary files /dev/null and b/fonts/RobotoSerif/RobotoSerif-Light.ttf differ diff --git a/fonts/RobotoSerif/RobotoSerif-LightItalic.ttf b/fonts/RobotoSerif/RobotoSerif-LightItalic.ttf new file mode 100644 index 0000000..beb643a Binary files /dev/null and b/fonts/RobotoSerif/RobotoSerif-LightItalic.ttf differ diff --git a/fonts/RobotoSerif/RobotoSerif-Medium.ttf b/fonts/RobotoSerif/RobotoSerif-Medium.ttf new file mode 100644 index 0000000..119187c Binary files /dev/null and b/fonts/RobotoSerif/RobotoSerif-Medium.ttf differ diff --git a/fonts/RobotoSerif/RobotoSerif-MediumItalic.ttf b/fonts/RobotoSerif/RobotoSerif-MediumItalic.ttf new file mode 100644 index 0000000..96066b4 Binary files /dev/null and b/fonts/RobotoSerif/RobotoSerif-MediumItalic.ttf differ diff --git a/fonts/RobotoSerif/RobotoSerif-Regular.ttf b/fonts/RobotoSerif/RobotoSerif-Regular.ttf new file mode 100644 index 0000000..509e4fd Binary files /dev/null and b/fonts/RobotoSerif/RobotoSerif-Regular.ttf differ diff --git a/fonts/RobotoSerif/RobotoSerif-SemiBold.ttf b/fonts/RobotoSerif/RobotoSerif-SemiBold.ttf new file mode 100644 index 0000000..eee7007 Binary files /dev/null and b/fonts/RobotoSerif/RobotoSerif-SemiBold.ttf differ diff --git a/fonts/RobotoSerif/RobotoSerif-SemiBoldItalic.ttf b/fonts/RobotoSerif/RobotoSerif-SemiBoldItalic.ttf new file mode 100644 index 0000000..3738c7d Binary files /dev/null and b/fonts/RobotoSerif/RobotoSerif-SemiBoldItalic.ttf differ diff --git a/fonts/RobotoSerif/RobotoSerif-Thin.ttf b/fonts/RobotoSerif/RobotoSerif-Thin.ttf new file mode 100644 index 0000000..7048e9d Binary files /dev/null and b/fonts/RobotoSerif/RobotoSerif-Thin.ttf differ diff --git a/fonts/RobotoSerif/RobotoSerif-ThinItalic.ttf b/fonts/RobotoSerif/RobotoSerif-ThinItalic.ttf new file mode 100644 index 0000000..26eafbe Binary files /dev/null and b/fonts/RobotoSerif/RobotoSerif-ThinItalic.ttf differ diff --git a/fonts/RobotoSerif/RobotoSerif-VariableFont_GRAD,opsz,wdth,wght.ttf b/fonts/RobotoSerif/RobotoSerif-VariableFont_GRAD,opsz,wdth,wght.ttf new file mode 100644 index 0000000..2ae12da Binary files /dev/null and b/fonts/RobotoSerif/RobotoSerif-VariableFont_GRAD,opsz,wdth,wght.ttf differ diff --git a/fonts/RobotoSerif/static/RobotoSerif_120pt-Black.ttf b/fonts/RobotoSerif/static/RobotoSerif_120pt-Black.ttf new file mode 100644 index 0000000..94e4e56 Binary files /dev/null and b/fonts/RobotoSerif/static/RobotoSerif_120pt-Black.ttf differ diff --git a/fonts/RobotoSerif/static/RobotoSerif_120pt-BlackItalic.ttf b/fonts/RobotoSerif/static/RobotoSerif_120pt-BlackItalic.ttf new file mode 100644 index 0000000..2277127 Binary files /dev/null and b/fonts/RobotoSerif/static/RobotoSerif_120pt-BlackItalic.ttf differ diff --git a/fonts/RobotoSerif/static/RobotoSerif_120pt-Bold.ttf b/fonts/RobotoSerif/static/RobotoSerif_120pt-Bold.ttf new file mode 100644 index 0000000..a5eba38 Binary files /dev/null and b/fonts/RobotoSerif/static/RobotoSerif_120pt-Bold.ttf differ diff --git a/fonts/RobotoSerif/static/RobotoSerif_120pt-BoldItalic.ttf b/fonts/RobotoSerif/static/RobotoSerif_120pt-BoldItalic.ttf new file mode 100644 index 0000000..591dd26 Binary files /dev/null and b/fonts/RobotoSerif/static/RobotoSerif_120pt-BoldItalic.ttf differ diff --git a/fonts/RobotoSerif/static/RobotoSerif_120pt-ExtraBold.ttf b/fonts/RobotoSerif/static/RobotoSerif_120pt-ExtraBold.ttf new file mode 100644 index 0000000..645f2f5 Binary files /dev/null and b/fonts/RobotoSerif/static/RobotoSerif_120pt-ExtraBold.ttf differ diff --git a/fonts/RobotoSerif/static/RobotoSerif_120pt-ExtraBoldItalic.ttf b/fonts/RobotoSerif/static/RobotoSerif_120pt-ExtraBoldItalic.ttf new file mode 100644 index 0000000..9ec3f79 Binary files /dev/null and b/fonts/RobotoSerif/static/RobotoSerif_120pt-ExtraBoldItalic.ttf differ diff --git a/fonts/RobotoSerif/static/RobotoSerif_120pt-ExtraLight.ttf b/fonts/RobotoSerif/static/RobotoSerif_120pt-ExtraLight.ttf new file mode 100644 index 0000000..95ae96a Binary files /dev/null and b/fonts/RobotoSerif/static/RobotoSerif_120pt-ExtraLight.ttf differ diff --git a/fonts/RobotoSerif/static/RobotoSerif_120pt-ExtraLightItalic.ttf b/fonts/RobotoSerif/static/RobotoSerif_120pt-ExtraLightItalic.ttf new file mode 100644 index 0000000..f2cceae Binary files /dev/null and b/fonts/RobotoSerif/static/RobotoSerif_120pt-ExtraLightItalic.ttf differ diff --git a/fonts/RobotoSerif/static/RobotoSerif_120pt-Italic.ttf b/fonts/RobotoSerif/static/RobotoSerif_120pt-Italic.ttf new file mode 100644 index 0000000..bbc64c1 Binary files /dev/null and b/fonts/RobotoSerif/static/RobotoSerif_120pt-Italic.ttf differ diff --git a/fonts/RobotoSerif/static/RobotoSerif_120pt-Light.ttf b/fonts/RobotoSerif/static/RobotoSerif_120pt-Light.ttf new file mode 100644 index 0000000..55970eb Binary files /dev/null and b/fonts/RobotoSerif/static/RobotoSerif_120pt-Light.ttf differ diff --git a/fonts/RobotoSerif/static/RobotoSerif_120pt-LightItalic.ttf b/fonts/RobotoSerif/static/RobotoSerif_120pt-LightItalic.ttf new file mode 100644 index 0000000..f2e8663 Binary files /dev/null and b/fonts/RobotoSerif/static/RobotoSerif_120pt-LightItalic.ttf differ diff --git a/fonts/RobotoSerif/static/RobotoSerif_120pt-Medium.ttf b/fonts/RobotoSerif/static/RobotoSerif_120pt-Medium.ttf new file mode 100644 index 0000000..6076b47 Binary files /dev/null and b/fonts/RobotoSerif/static/RobotoSerif_120pt-Medium.ttf differ diff --git a/fonts/RobotoSerif/static/RobotoSerif_120pt-MediumItalic.ttf b/fonts/RobotoSerif/static/RobotoSerif_120pt-MediumItalic.ttf new file mode 100644 index 0000000..16eb13d Binary files /dev/null and b/fonts/RobotoSerif/static/RobotoSerif_120pt-MediumItalic.ttf differ diff --git a/fonts/RobotoSerif/static/RobotoSerif_120pt-Regular.ttf b/fonts/RobotoSerif/static/RobotoSerif_120pt-Regular.ttf new file mode 100644 index 0000000..d5dbfa6 Binary files /dev/null and b/fonts/RobotoSerif/static/RobotoSerif_120pt-Regular.ttf differ diff --git a/fonts/RobotoSerif/static/RobotoSerif_120pt-SemiBold.ttf b/fonts/RobotoSerif/static/RobotoSerif_120pt-SemiBold.ttf new file mode 100644 index 0000000..e7618c0 Binary files /dev/null and b/fonts/RobotoSerif/static/RobotoSerif_120pt-SemiBold.ttf differ diff --git a/fonts/RobotoSerif/static/RobotoSerif_120pt-SemiBoldItalic.ttf b/fonts/RobotoSerif/static/RobotoSerif_120pt-SemiBoldItalic.ttf new file mode 100644 index 0000000..adb8c37 Binary files /dev/null and b/fonts/RobotoSerif/static/RobotoSerif_120pt-SemiBoldItalic.ttf differ diff --git a/fonts/RobotoSerif/static/RobotoSerif_120pt-Thin.ttf b/fonts/RobotoSerif/static/RobotoSerif_120pt-Thin.ttf new file mode 100644 index 0000000..1757a7c Binary files /dev/null and b/fonts/RobotoSerif/static/RobotoSerif_120pt-Thin.ttf differ diff --git a/fonts/RobotoSerif/static/RobotoSerif_120pt-ThinItalic.ttf b/fonts/RobotoSerif/static/RobotoSerif_120pt-ThinItalic.ttf new file mode 100644 index 0000000..e9e0b8d Binary files /dev/null and b/fonts/RobotoSerif/static/RobotoSerif_120pt-ThinItalic.ttf differ diff --git a/fonts/RobotoSerif/static/RobotoSerif_28pt-Black.ttf b/fonts/RobotoSerif/static/RobotoSerif_28pt-Black.ttf new file mode 100644 index 0000000..62bf6d9 Binary files /dev/null and b/fonts/RobotoSerif/static/RobotoSerif_28pt-Black.ttf differ diff --git a/fonts/RobotoSerif/static/RobotoSerif_28pt-BlackItalic.ttf b/fonts/RobotoSerif/static/RobotoSerif_28pt-BlackItalic.ttf new file mode 100644 index 0000000..f50d9a5 Binary files /dev/null and b/fonts/RobotoSerif/static/RobotoSerif_28pt-BlackItalic.ttf differ diff --git a/fonts/RobotoSerif/static/RobotoSerif_28pt-Bold.ttf b/fonts/RobotoSerif/static/RobotoSerif_28pt-Bold.ttf new file mode 100644 index 0000000..75c1de6 Binary files /dev/null and b/fonts/RobotoSerif/static/RobotoSerif_28pt-Bold.ttf differ diff --git a/fonts/RobotoSerif/static/RobotoSerif_28pt-BoldItalic.ttf b/fonts/RobotoSerif/static/RobotoSerif_28pt-BoldItalic.ttf new file mode 100644 index 0000000..22ae859 Binary files /dev/null and b/fonts/RobotoSerif/static/RobotoSerif_28pt-BoldItalic.ttf differ diff --git a/fonts/RobotoSerif/static/RobotoSerif_28pt-ExtraBold.ttf b/fonts/RobotoSerif/static/RobotoSerif_28pt-ExtraBold.ttf new file mode 100644 index 0000000..fb855ad Binary files /dev/null and b/fonts/RobotoSerif/static/RobotoSerif_28pt-ExtraBold.ttf differ diff --git a/fonts/RobotoSerif/static/RobotoSerif_28pt-ExtraBoldItalic.ttf b/fonts/RobotoSerif/static/RobotoSerif_28pt-ExtraBoldItalic.ttf new file mode 100644 index 0000000..540a2bd Binary files /dev/null and b/fonts/RobotoSerif/static/RobotoSerif_28pt-ExtraBoldItalic.ttf differ diff --git a/fonts/RobotoSerif/static/RobotoSerif_28pt-ExtraLight.ttf b/fonts/RobotoSerif/static/RobotoSerif_28pt-ExtraLight.ttf new file mode 100644 index 0000000..48aef56 Binary files /dev/null and b/fonts/RobotoSerif/static/RobotoSerif_28pt-ExtraLight.ttf differ diff --git a/fonts/RobotoSerif/static/RobotoSerif_28pt-ExtraLightItalic.ttf b/fonts/RobotoSerif/static/RobotoSerif_28pt-ExtraLightItalic.ttf new file mode 100644 index 0000000..c04bf96 Binary files /dev/null and b/fonts/RobotoSerif/static/RobotoSerif_28pt-ExtraLightItalic.ttf differ diff --git a/fonts/RobotoSerif/static/RobotoSerif_28pt-Italic.ttf b/fonts/RobotoSerif/static/RobotoSerif_28pt-Italic.ttf new file mode 100644 index 0000000..3d3f79f Binary files /dev/null and b/fonts/RobotoSerif/static/RobotoSerif_28pt-Italic.ttf differ diff --git a/fonts/RobotoSerif/static/RobotoSerif_28pt-Light.ttf b/fonts/RobotoSerif/static/RobotoSerif_28pt-Light.ttf new file mode 100644 index 0000000..221952f Binary files /dev/null and b/fonts/RobotoSerif/static/RobotoSerif_28pt-Light.ttf differ diff --git a/fonts/RobotoSerif/static/RobotoSerif_28pt-LightItalic.ttf b/fonts/RobotoSerif/static/RobotoSerif_28pt-LightItalic.ttf new file mode 100644 index 0000000..8e99b5d Binary files /dev/null and b/fonts/RobotoSerif/static/RobotoSerif_28pt-LightItalic.ttf differ diff --git a/fonts/RobotoSerif/static/RobotoSerif_28pt-Medium.ttf b/fonts/RobotoSerif/static/RobotoSerif_28pt-Medium.ttf new file mode 100644 index 0000000..b6d182b Binary files /dev/null and b/fonts/RobotoSerif/static/RobotoSerif_28pt-Medium.ttf differ diff --git a/fonts/RobotoSerif/static/RobotoSerif_28pt-MediumItalic.ttf b/fonts/RobotoSerif/static/RobotoSerif_28pt-MediumItalic.ttf new file mode 100644 index 0000000..7e0c61a Binary files /dev/null and b/fonts/RobotoSerif/static/RobotoSerif_28pt-MediumItalic.ttf differ diff --git a/fonts/RobotoSerif/static/RobotoSerif_28pt-Regular.ttf b/fonts/RobotoSerif/static/RobotoSerif_28pt-Regular.ttf new file mode 100644 index 0000000..905a2ad Binary files /dev/null and b/fonts/RobotoSerif/static/RobotoSerif_28pt-Regular.ttf differ diff --git a/fonts/RobotoSerif/static/RobotoSerif_28pt-SemiBold.ttf b/fonts/RobotoSerif/static/RobotoSerif_28pt-SemiBold.ttf new file mode 100644 index 0000000..1fbcc00 Binary files /dev/null and b/fonts/RobotoSerif/static/RobotoSerif_28pt-SemiBold.ttf differ diff --git a/fonts/RobotoSerif/static/RobotoSerif_28pt-SemiBoldItalic.ttf b/fonts/RobotoSerif/static/RobotoSerif_28pt-SemiBoldItalic.ttf new file mode 100644 index 0000000..8a7bde9 Binary files /dev/null and b/fonts/RobotoSerif/static/RobotoSerif_28pt-SemiBoldItalic.ttf differ diff --git a/fonts/RobotoSerif/static/RobotoSerif_28pt-Thin.ttf b/fonts/RobotoSerif/static/RobotoSerif_28pt-Thin.ttf new file mode 100644 index 0000000..417f1da Binary files /dev/null and b/fonts/RobotoSerif/static/RobotoSerif_28pt-Thin.ttf differ diff --git a/fonts/RobotoSerif/static/RobotoSerif_28pt-ThinItalic.ttf b/fonts/RobotoSerif/static/RobotoSerif_28pt-ThinItalic.ttf new file mode 100644 index 0000000..af40da2 Binary files /dev/null and b/fonts/RobotoSerif/static/RobotoSerif_28pt-ThinItalic.ttf differ diff --git a/fonts/RobotoSerif/static/RobotoSerif_36pt-Black.ttf b/fonts/RobotoSerif/static/RobotoSerif_36pt-Black.ttf new file mode 100644 index 0000000..9ec4c0a Binary files /dev/null and b/fonts/RobotoSerif/static/RobotoSerif_36pt-Black.ttf differ diff --git a/fonts/RobotoSerif/static/RobotoSerif_36pt-BlackItalic.ttf b/fonts/RobotoSerif/static/RobotoSerif_36pt-BlackItalic.ttf new file mode 100644 index 0000000..28e386f Binary files /dev/null and b/fonts/RobotoSerif/static/RobotoSerif_36pt-BlackItalic.ttf differ diff --git a/fonts/RobotoSerif/static/RobotoSerif_36pt-Bold.ttf b/fonts/RobotoSerif/static/RobotoSerif_36pt-Bold.ttf new file mode 100644 index 0000000..3f2ed3b Binary files /dev/null and b/fonts/RobotoSerif/static/RobotoSerif_36pt-Bold.ttf differ diff --git a/fonts/RobotoSerif/static/RobotoSerif_36pt-BoldItalic.ttf b/fonts/RobotoSerif/static/RobotoSerif_36pt-BoldItalic.ttf new file mode 100644 index 0000000..2026e1f Binary files /dev/null and b/fonts/RobotoSerif/static/RobotoSerif_36pt-BoldItalic.ttf differ diff --git a/fonts/RobotoSerif/static/RobotoSerif_36pt-ExtraBold.ttf b/fonts/RobotoSerif/static/RobotoSerif_36pt-ExtraBold.ttf new file mode 100644 index 0000000..fadef13 Binary files /dev/null and b/fonts/RobotoSerif/static/RobotoSerif_36pt-ExtraBold.ttf differ diff --git a/fonts/RobotoSerif/static/RobotoSerif_36pt-ExtraBoldItalic.ttf b/fonts/RobotoSerif/static/RobotoSerif_36pt-ExtraBoldItalic.ttf new file mode 100644 index 0000000..d8cd850 Binary files /dev/null and b/fonts/RobotoSerif/static/RobotoSerif_36pt-ExtraBoldItalic.ttf differ diff --git a/fonts/RobotoSerif/static/RobotoSerif_36pt-ExtraLight.ttf b/fonts/RobotoSerif/static/RobotoSerif_36pt-ExtraLight.ttf new file mode 100644 index 0000000..d147dee Binary files /dev/null and b/fonts/RobotoSerif/static/RobotoSerif_36pt-ExtraLight.ttf differ diff --git a/fonts/RobotoSerif/static/RobotoSerif_36pt-ExtraLightItalic.ttf b/fonts/RobotoSerif/static/RobotoSerif_36pt-ExtraLightItalic.ttf new file mode 100644 index 0000000..0e64aac Binary files /dev/null and b/fonts/RobotoSerif/static/RobotoSerif_36pt-ExtraLightItalic.ttf differ diff --git a/fonts/RobotoSerif/static/RobotoSerif_36pt-Italic.ttf b/fonts/RobotoSerif/static/RobotoSerif_36pt-Italic.ttf new file mode 100644 index 0000000..523a6c1 Binary files /dev/null and b/fonts/RobotoSerif/static/RobotoSerif_36pt-Italic.ttf differ diff --git a/fonts/RobotoSerif/static/RobotoSerif_36pt-Light.ttf b/fonts/RobotoSerif/static/RobotoSerif_36pt-Light.ttf new file mode 100644 index 0000000..f6527b2 Binary files /dev/null and b/fonts/RobotoSerif/static/RobotoSerif_36pt-Light.ttf differ diff --git a/fonts/RobotoSerif/static/RobotoSerif_36pt-LightItalic.ttf b/fonts/RobotoSerif/static/RobotoSerif_36pt-LightItalic.ttf new file mode 100644 index 0000000..f09d28f Binary files /dev/null and b/fonts/RobotoSerif/static/RobotoSerif_36pt-LightItalic.ttf differ diff --git a/fonts/RobotoSerif/static/RobotoSerif_36pt-Medium.ttf b/fonts/RobotoSerif/static/RobotoSerif_36pt-Medium.ttf new file mode 100644 index 0000000..f24c2c0 Binary files /dev/null and b/fonts/RobotoSerif/static/RobotoSerif_36pt-Medium.ttf differ diff --git a/fonts/RobotoSerif/static/RobotoSerif_36pt-MediumItalic.ttf b/fonts/RobotoSerif/static/RobotoSerif_36pt-MediumItalic.ttf new file mode 100644 index 0000000..882e6e6 Binary files /dev/null and b/fonts/RobotoSerif/static/RobotoSerif_36pt-MediumItalic.ttf differ diff --git a/fonts/RobotoSerif/static/RobotoSerif_36pt-Regular.ttf b/fonts/RobotoSerif/static/RobotoSerif_36pt-Regular.ttf new file mode 100644 index 0000000..c5fb364 Binary files /dev/null and b/fonts/RobotoSerif/static/RobotoSerif_36pt-Regular.ttf differ diff --git a/fonts/RobotoSerif/static/RobotoSerif_36pt-SemiBold.ttf b/fonts/RobotoSerif/static/RobotoSerif_36pt-SemiBold.ttf new file mode 100644 index 0000000..28891a9 Binary files /dev/null and b/fonts/RobotoSerif/static/RobotoSerif_36pt-SemiBold.ttf differ diff --git a/fonts/RobotoSerif/static/RobotoSerif_36pt-SemiBoldItalic.ttf b/fonts/RobotoSerif/static/RobotoSerif_36pt-SemiBoldItalic.ttf new file mode 100644 index 0000000..e29379e Binary files /dev/null and b/fonts/RobotoSerif/static/RobotoSerif_36pt-SemiBoldItalic.ttf differ diff --git a/fonts/RobotoSerif/static/RobotoSerif_36pt-Thin.ttf b/fonts/RobotoSerif/static/RobotoSerif_36pt-Thin.ttf new file mode 100644 index 0000000..c5a9295 Binary files /dev/null and b/fonts/RobotoSerif/static/RobotoSerif_36pt-Thin.ttf differ diff --git a/fonts/RobotoSerif/static/RobotoSerif_36pt-ThinItalic.ttf b/fonts/RobotoSerif/static/RobotoSerif_36pt-ThinItalic.ttf new file mode 100644 index 0000000..7febe47 Binary files /dev/null and b/fonts/RobotoSerif/static/RobotoSerif_36pt-ThinItalic.ttf differ diff --git a/fonts/RobotoSerif/static/RobotoSerif_72pt-Black.ttf b/fonts/RobotoSerif/static/RobotoSerif_72pt-Black.ttf new file mode 100644 index 0000000..a3bf899 Binary files /dev/null and b/fonts/RobotoSerif/static/RobotoSerif_72pt-Black.ttf differ diff --git a/fonts/RobotoSerif/static/RobotoSerif_72pt-BlackItalic.ttf b/fonts/RobotoSerif/static/RobotoSerif_72pt-BlackItalic.ttf new file mode 100644 index 0000000..97549eb Binary files /dev/null and b/fonts/RobotoSerif/static/RobotoSerif_72pt-BlackItalic.ttf differ diff --git a/fonts/RobotoSerif/static/RobotoSerif_72pt-Bold.ttf b/fonts/RobotoSerif/static/RobotoSerif_72pt-Bold.ttf new file mode 100644 index 0000000..2bbd638 Binary files /dev/null and b/fonts/RobotoSerif/static/RobotoSerif_72pt-Bold.ttf differ diff --git a/fonts/RobotoSerif/static/RobotoSerif_72pt-BoldItalic.ttf b/fonts/RobotoSerif/static/RobotoSerif_72pt-BoldItalic.ttf new file mode 100644 index 0000000..57520dd Binary files /dev/null and b/fonts/RobotoSerif/static/RobotoSerif_72pt-BoldItalic.ttf differ diff --git a/fonts/RobotoSerif/static/RobotoSerif_72pt-ExtraBold.ttf b/fonts/RobotoSerif/static/RobotoSerif_72pt-ExtraBold.ttf new file mode 100644 index 0000000..fe00fd1 Binary files /dev/null and b/fonts/RobotoSerif/static/RobotoSerif_72pt-ExtraBold.ttf differ diff --git a/fonts/RobotoSerif/static/RobotoSerif_72pt-ExtraBoldItalic.ttf b/fonts/RobotoSerif/static/RobotoSerif_72pt-ExtraBoldItalic.ttf new file mode 100644 index 0000000..da8b88b Binary files /dev/null and b/fonts/RobotoSerif/static/RobotoSerif_72pt-ExtraBoldItalic.ttf differ diff --git a/fonts/RobotoSerif/static/RobotoSerif_72pt-ExtraLight.ttf b/fonts/RobotoSerif/static/RobotoSerif_72pt-ExtraLight.ttf new file mode 100644 index 0000000..9e954ad Binary files /dev/null and b/fonts/RobotoSerif/static/RobotoSerif_72pt-ExtraLight.ttf differ diff --git a/fonts/RobotoSerif/static/RobotoSerif_72pt-ExtraLightItalic.ttf b/fonts/RobotoSerif/static/RobotoSerif_72pt-ExtraLightItalic.ttf new file mode 100644 index 0000000..e7bcf4c Binary files /dev/null and b/fonts/RobotoSerif/static/RobotoSerif_72pt-ExtraLightItalic.ttf differ diff --git a/fonts/RobotoSerif/static/RobotoSerif_72pt-Italic.ttf b/fonts/RobotoSerif/static/RobotoSerif_72pt-Italic.ttf new file mode 100644 index 0000000..dcbdf08 Binary files /dev/null and b/fonts/RobotoSerif/static/RobotoSerif_72pt-Italic.ttf differ diff --git a/fonts/RobotoSerif/static/RobotoSerif_72pt-Light.ttf b/fonts/RobotoSerif/static/RobotoSerif_72pt-Light.ttf new file mode 100644 index 0000000..df61672 Binary files /dev/null and b/fonts/RobotoSerif/static/RobotoSerif_72pt-Light.ttf differ diff --git a/fonts/RobotoSerif/static/RobotoSerif_72pt-LightItalic.ttf b/fonts/RobotoSerif/static/RobotoSerif_72pt-LightItalic.ttf new file mode 100644 index 0000000..9948ece Binary files /dev/null and b/fonts/RobotoSerif/static/RobotoSerif_72pt-LightItalic.ttf differ diff --git a/fonts/RobotoSerif/static/RobotoSerif_72pt-Medium.ttf b/fonts/RobotoSerif/static/RobotoSerif_72pt-Medium.ttf new file mode 100644 index 0000000..8f5489c Binary files /dev/null and b/fonts/RobotoSerif/static/RobotoSerif_72pt-Medium.ttf differ diff --git a/fonts/RobotoSerif/static/RobotoSerif_72pt-MediumItalic.ttf b/fonts/RobotoSerif/static/RobotoSerif_72pt-MediumItalic.ttf new file mode 100644 index 0000000..66ae5f9 Binary files /dev/null and b/fonts/RobotoSerif/static/RobotoSerif_72pt-MediumItalic.ttf differ diff --git a/fonts/RobotoSerif/static/RobotoSerif_72pt-Regular.ttf b/fonts/RobotoSerif/static/RobotoSerif_72pt-Regular.ttf new file mode 100644 index 0000000..297158f Binary files /dev/null and b/fonts/RobotoSerif/static/RobotoSerif_72pt-Regular.ttf differ diff --git a/fonts/RobotoSerif/static/RobotoSerif_72pt-SemiBold.ttf b/fonts/RobotoSerif/static/RobotoSerif_72pt-SemiBold.ttf new file mode 100644 index 0000000..3654926 Binary files /dev/null and b/fonts/RobotoSerif/static/RobotoSerif_72pt-SemiBold.ttf differ diff --git a/fonts/RobotoSerif/static/RobotoSerif_72pt-SemiBoldItalic.ttf b/fonts/RobotoSerif/static/RobotoSerif_72pt-SemiBoldItalic.ttf new file mode 100644 index 0000000..27bb876 Binary files /dev/null and b/fonts/RobotoSerif/static/RobotoSerif_72pt-SemiBoldItalic.ttf differ diff --git a/fonts/RobotoSerif/static/RobotoSerif_72pt-Thin.ttf b/fonts/RobotoSerif/static/RobotoSerif_72pt-Thin.ttf new file mode 100644 index 0000000..6fb7cd1 Binary files /dev/null and b/fonts/RobotoSerif/static/RobotoSerif_72pt-Thin.ttf differ diff --git a/fonts/RobotoSerif/static/RobotoSerif_72pt-ThinItalic.ttf b/fonts/RobotoSerif/static/RobotoSerif_72pt-ThinItalic.ttf new file mode 100644 index 0000000..23f4b6d Binary files /dev/null and b/fonts/RobotoSerif/static/RobotoSerif_72pt-ThinItalic.ttf differ diff --git a/fonts/RobotoSlab/LICENSE.txt b/fonts/RobotoSlab/LICENSE.txt new file mode 100644 index 0000000..d645695 --- /dev/null +++ b/fonts/RobotoSlab/LICENSE.txt @@ -0,0 +1,202 @@ + + Apache License + Version 2.0, January 2004 + http://www.apache.org/licenses/ + + TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION + + 1. Definitions. + + "License" shall mean the terms and conditions for use, reproduction, + and distribution as defined by Sections 1 through 9 of this document. + + "Licensor" shall mean the copyright owner or entity authorized by + the copyright owner that is granting the License. + + "Legal Entity" shall mean the union of the acting entity and all + other entities that control, are controlled by, or are under common + control with that entity. For the purposes of this definition, + "control" means (i) the power, direct or indirect, to cause the + direction or management of such entity, whether by contract or + otherwise, or (ii) ownership of fifty percent (50%) or more of the + outstanding shares, or (iii) beneficial ownership of such entity. + + "You" (or "Your") shall mean an individual or Legal Entity + exercising permissions granted by this License. + + "Source" form shall mean the preferred form for making modifications, + including but not limited to software source code, documentation + source, and configuration files. + + "Object" form shall mean any form resulting from mechanical + transformation or translation of a Source form, including but + not limited to compiled object code, generated documentation, + and conversions to other media types. + + "Work" shall mean the work of authorship, whether in Source or + Object form, made available under the License, as indicated by a + copyright notice that is included in or attached to the work + (an example is provided in the Appendix below). + + "Derivative Works" shall mean any work, whether in Source or Object + form, that is based on (or derived from) the Work and for which the + editorial revisions, annotations, elaborations, or other modifications + represent, as a whole, an original work of authorship. For the purposes + of this License, Derivative Works shall not include works that remain + separable from, or merely link (or bind by name) to the interfaces of, + the Work and Derivative Works thereof. + + "Contribution" shall mean any work of authorship, including + the original version of the Work and any modifications or additions + to that Work or Derivative Works thereof, that is intentionally + submitted to Licensor for inclusion in the Work by the copyright owner + or by an individual or Legal Entity authorized to submit on behalf of + the copyright owner. For the purposes of this definition, "submitted" + means any form of electronic, verbal, or written communication sent + to the Licensor or its representatives, including but not limited to + communication on electronic mailing lists, source code control systems, + and issue tracking systems that are managed by, or on behalf of, the + Licensor for the purpose of discussing and improving the Work, but + excluding communication that is conspicuously marked or otherwise + designated in writing by the copyright owner as "Not a Contribution." + + "Contributor" shall mean Licensor and any individual or Legal Entity + on behalf of whom a Contribution has been received by Licensor and + subsequently incorporated within the Work. + + 2. Grant of Copyright License. Subject to the terms and conditions of + this License, each Contributor hereby grants to You a perpetual, + worldwide, non-exclusive, no-charge, royalty-free, irrevocable + copyright license to reproduce, prepare Derivative Works of, + publicly display, publicly perform, sublicense, and distribute the + Work and such Derivative Works in Source or Object form. + + 3. Grant of Patent License. Subject to the terms and conditions of + this License, each Contributor hereby grants to You a perpetual, + worldwide, non-exclusive, no-charge, royalty-free, irrevocable + (except as stated in this section) patent license to make, have made, + use, offer to sell, sell, import, and otherwise transfer the Work, + where such license applies only to those patent claims licensable + by such Contributor that are necessarily infringed by their + Contribution(s) alone or by combination of their Contribution(s) + with the Work to which such Contribution(s) was submitted. If You + institute patent litigation against any entity (including a + cross-claim or counterclaim in a lawsuit) alleging that the Work + or a Contribution incorporated within the Work constitutes direct + or contributory patent infringement, then any patent licenses + granted to You under this License for that Work shall terminate + as of the date such litigation is filed. + + 4. Redistribution. You may reproduce and distribute copies of the + Work or Derivative Works thereof in any medium, with or without + modifications, and in Source or Object form, provided that You + meet the following conditions: + + (a) You must give any other recipients of the Work or + Derivative Works a copy of this License; and + + (b) You must cause any modified files to carry prominent notices + stating that You changed the files; and + + (c) You must retain, in the Source form of any Derivative Works + that You distribute, all copyright, patent, trademark, and + attribution notices from the Source form of the Work, + excluding those notices that do not pertain to any part of + the Derivative Works; and + + (d) If the Work includes a "NOTICE" text file as part of its + distribution, then any Derivative Works that You distribute must + include a readable copy of the attribution notices contained + within such NOTICE file, excluding those notices that do not + pertain to any part of the Derivative Works, in at least one + of the following places: within a NOTICE text file distributed + as part of the Derivative Works; within the Source form or + documentation, if provided along with the Derivative Works; or, + within a display generated by the Derivative Works, if and + wherever such third-party notices normally appear. The contents + of the NOTICE file are for informational purposes only and + do not modify the License. You may add Your own attribution + notices within Derivative Works that You distribute, alongside + or as an addendum to the NOTICE text from the Work, provided + that such additional attribution notices cannot be construed + as modifying the License. + + You may add Your own copyright statement to Your modifications and + may provide additional or different license terms and conditions + for use, reproduction, or distribution of Your modifications, or + for any such Derivative Works as a whole, provided Your use, + reproduction, and distribution of the Work otherwise complies with + the conditions stated in this License. + + 5. Submission of Contributions. Unless You explicitly state otherwise, + any Contribution intentionally submitted for inclusion in the Work + by You to the Licensor shall be under the terms and conditions of + this License, without any additional terms or conditions. + Notwithstanding the above, nothing herein shall supersede or modify + the terms of any separate license agreement you may have executed + with Licensor regarding such Contributions. + + 6. Trademarks. This License does not grant permission to use the trade + names, trademarks, service marks, or product names of the Licensor, + except as required for reasonable and customary use in describing the + origin of the Work and reproducing the content of the NOTICE file. + + 7. Disclaimer of Warranty. Unless required by applicable law or + agreed to in writing, Licensor provides the Work (and each + Contributor provides its Contributions) on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or + implied, including, without limitation, any warranties or conditions + of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A + PARTICULAR PURPOSE. You are solely responsible for determining the + appropriateness of using or redistributing the Work and assume any + risks associated with Your exercise of permissions under this License. + + 8. Limitation of Liability. In no event and under no legal theory, + whether in tort (including negligence), contract, or otherwise, + unless required by applicable law (such as deliberate and grossly + negligent acts) or agreed to in writing, shall any Contributor be + liable to You for damages, including any direct, indirect, special, + incidental, or consequential damages of any character arising as a + result of this License or out of the use or inability to use the + Work (including but not limited to damages for loss of goodwill, + work stoppage, computer failure or malfunction, or any and all + other commercial damages or losses), even if such Contributor + has been advised of the possibility of such damages. + + 9. Accepting Warranty or Additional Liability. While redistributing + the Work or Derivative Works thereof, You may choose to offer, + and charge a fee for, acceptance of support, warranty, indemnity, + or other liability obligations and/or rights consistent with this + License. However, in accepting such obligations, You may act only + on Your own behalf and on Your sole responsibility, not on behalf + of any other Contributor, and only if You agree to indemnify, + defend, and hold each Contributor harmless for any liability + incurred by, or claims asserted against, such Contributor by reason + of your accepting any such warranty or additional liability. + + END OF TERMS AND CONDITIONS + + APPENDIX: How to apply the Apache License to your work. + + To apply the Apache License to your work, attach the following + boilerplate notice, with the fields enclosed by brackets "[]" + replaced with your own identifying information. (Don't include + the brackets!) The text should be enclosed in the appropriate + comment syntax for the file format. We also recommend that a + file or class name and description of purpose be included on the + same "printed page" as the copyright notice for easier + identification within third-party archives. + + Copyright [yyyy] [name of copyright owner] + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. diff --git a/fonts/RobotoSlab/README.txt b/fonts/RobotoSlab/README.txt new file mode 100644 index 0000000..ebfc081 --- /dev/null +++ b/fonts/RobotoSlab/README.txt @@ -0,0 +1,71 @@ +Roboto Slab Variable Font +========================= + +This download contains Roboto Slab as both a variable font and static fonts. + +Roboto Slab is a variable font with this axis: + wght + +This means all the styles are contained in a single file: + Roboto_Slab/RobotoSlab-VariableFont_wght.ttf + +If your app fully supports variable fonts, you can now pick intermediate styles +that aren’t available as static fonts. Not all apps support variable fonts, and +in those cases you can use the static font files for Roboto Slab: + Roboto_Slab/static/RobotoSlab-Thin.ttf + Roboto_Slab/static/RobotoSlab-ExtraLight.ttf + Roboto_Slab/static/RobotoSlab-Light.ttf + Roboto_Slab/static/RobotoSlab-Regular.ttf + Roboto_Slab/static/RobotoSlab-Medium.ttf + Roboto_Slab/static/RobotoSlab-SemiBold.ttf + Roboto_Slab/static/RobotoSlab-Bold.ttf + Roboto_Slab/static/RobotoSlab-ExtraBold.ttf + Roboto_Slab/static/RobotoSlab-Black.ttf + +Get started +----------- + +1. Install the font files you want to use + +2. Use your app's font picker to view the font family and all the +available styles + +Learn more about variable fonts +------------------------------- + + https://developers.google.com/web/fundamentals/design-and-ux/typography/variable-fonts + https://variablefonts.typenetwork.com + https://medium.com/variable-fonts + +In desktop apps + + https://theblog.adobe.com/can-variable-fonts-illustrator-cc + https://helpx.adobe.com/nz/photoshop/using/fonts.html#variable_fonts + +Online + + https://developers.google.com/fonts/docs/getting_started + https://developer.mozilla.org/en-US/docs/Web/CSS/CSS_Fonts/Variable_Fonts_Guide + https://developer.microsoft.com/en-us/microsoft-edge/testdrive/demos/variable-fonts + +Installing fonts + + MacOS: https://support.apple.com/en-us/HT201749 + Linux: https://www.google.com/search?q=how+to+install+a+font+on+gnu%2Blinux + Windows: https://support.microsoft.com/en-us/help/314960/how-to-install-or-remove-a-font-in-windows + +Android Apps + + https://developers.google.com/fonts/docs/android + https://developer.android.com/guide/topics/ui/look-and-feel/downloadable-fonts + +License +------- +Please read the full license text (LICENSE.txt) to understand the permissions, +restrictions and requirements for usage, redistribution, and modification. + +You can use them in your products & projects – print or digital, +commercial or otherwise. + +This isn't legal advice, please consider consulting a lawyer and see the full +license for all details. diff --git a/fonts/RobotoSlab/RobotoSlab-Black.ttf b/fonts/RobotoSlab/RobotoSlab-Black.ttf new file mode 100644 index 0000000..0230216 Binary files /dev/null and b/fonts/RobotoSlab/RobotoSlab-Black.ttf differ diff --git a/fonts/RobotoSlab/RobotoSlab-Bold.ttf b/fonts/RobotoSlab/RobotoSlab-Bold.ttf new file mode 100644 index 0000000..2521d6f Binary files /dev/null and b/fonts/RobotoSlab/RobotoSlab-Bold.ttf differ diff --git a/fonts/RobotoSlab/RobotoSlab-ExtraBold.ttf b/fonts/RobotoSlab/RobotoSlab-ExtraBold.ttf new file mode 100644 index 0000000..09a5567 Binary files /dev/null and b/fonts/RobotoSlab/RobotoSlab-ExtraBold.ttf differ diff --git a/fonts/RobotoSlab/RobotoSlab-ExtraLight.ttf b/fonts/RobotoSlab/RobotoSlab-ExtraLight.ttf new file mode 100644 index 0000000..5a2ad27 Binary files /dev/null and b/fonts/RobotoSlab/RobotoSlab-ExtraLight.ttf differ diff --git a/fonts/RobotoSlab/RobotoSlab-Light.ttf b/fonts/RobotoSlab/RobotoSlab-Light.ttf new file mode 100644 index 0000000..520341f Binary files /dev/null and b/fonts/RobotoSlab/RobotoSlab-Light.ttf differ diff --git a/fonts/RobotoSlab/RobotoSlab-Medium.ttf b/fonts/RobotoSlab/RobotoSlab-Medium.ttf new file mode 100644 index 0000000..f1cc059 Binary files /dev/null and b/fonts/RobotoSlab/RobotoSlab-Medium.ttf differ diff --git a/fonts/RobotoSlab/RobotoSlab-Regular.ttf b/fonts/RobotoSlab/RobotoSlab-Regular.ttf new file mode 100644 index 0000000..0174c46 Binary files /dev/null and b/fonts/RobotoSlab/RobotoSlab-Regular.ttf differ diff --git a/fonts/RobotoSlab/RobotoSlab-SemiBold.ttf b/fonts/RobotoSlab/RobotoSlab-SemiBold.ttf new file mode 100644 index 0000000..498e59a Binary files /dev/null and b/fonts/RobotoSlab/RobotoSlab-SemiBold.ttf differ diff --git a/fonts/RobotoSlab/RobotoSlab-Thin.ttf b/fonts/RobotoSlab/RobotoSlab-Thin.ttf new file mode 100644 index 0000000..31c3911 Binary files /dev/null and b/fonts/RobotoSlab/RobotoSlab-Thin.ttf differ diff --git a/fonts/RobotoSlab/RobotoSlab-VariableFont_wght.ttf b/fonts/RobotoSlab/RobotoSlab-VariableFont_wght.ttf new file mode 100644 index 0000000..e0648bc Binary files /dev/null and b/fonts/RobotoSlab/RobotoSlab-VariableFont_wght.ttf differ