diff --git a/assets/fonts/Girassol/Girassol-Regular.ttf b/assets/fonts/Girassol/Girassol-Regular.ttf new file mode 100644 index 0000000..a89b901 Binary files /dev/null and b/assets/fonts/Girassol/Girassol-Regular.ttf differ diff --git a/assets/fonts/Inter/OFL.txt b/assets/fonts/Girassol/OFL.txt similarity index 95% rename from assets/fonts/Inter/OFL.txt rename to assets/fonts/Girassol/OFL.txt index 9a13462..21ad661 100644 --- a/assets/fonts/Inter/OFL.txt +++ b/assets/fonts/Girassol/OFL.txt @@ -1,4 +1,4 @@ -Copyright (c) 2016-2019 The Inter Project Authors (me@rsms.me) +Copyright 2019 The Girassol Project Authors (https://github.com/liamspradlin/Girassol-Display) 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: diff --git a/assets/fonts/Inter/Inter-Black.ttf b/assets/fonts/Inter/Inter-Black.ttf deleted file mode 100644 index 5653757..0000000 Binary files a/assets/fonts/Inter/Inter-Black.ttf and /dev/null differ diff --git a/assets/fonts/Inter/Inter-Bold.ttf b/assets/fonts/Inter/Inter-Bold.ttf deleted file mode 100644 index e98b84c..0000000 Binary files a/assets/fonts/Inter/Inter-Bold.ttf and /dev/null differ diff --git a/assets/fonts/Inter/Inter-ExtraBold.ttf b/assets/fonts/Inter/Inter-ExtraBold.ttf deleted file mode 100644 index 7f16a0f..0000000 Binary files a/assets/fonts/Inter/Inter-ExtraBold.ttf and /dev/null differ diff --git a/assets/fonts/Inter/Inter-ExtraLight.ttf b/assets/fonts/Inter/Inter-ExtraLight.ttf deleted file mode 100644 index 69426a3..0000000 Binary files a/assets/fonts/Inter/Inter-ExtraLight.ttf and /dev/null differ diff --git a/assets/fonts/Inter/Inter-Light.ttf b/assets/fonts/Inter/Inter-Light.ttf deleted file mode 100644 index a5f0736..0000000 Binary files a/assets/fonts/Inter/Inter-Light.ttf and /dev/null differ diff --git a/assets/fonts/Inter/Inter-Medium.ttf b/assets/fonts/Inter/Inter-Medium.ttf deleted file mode 100644 index 721147d..0000000 Binary files a/assets/fonts/Inter/Inter-Medium.ttf and /dev/null differ diff --git a/assets/fonts/Inter/Inter-Regular.ttf b/assets/fonts/Inter/Inter-Regular.ttf deleted file mode 100644 index 96fd6a1..0000000 Binary files a/assets/fonts/Inter/Inter-Regular.ttf and /dev/null differ diff --git a/assets/fonts/Inter/Inter-SemiBold.ttf b/assets/fonts/Inter/Inter-SemiBold.ttf deleted file mode 100644 index ddb2792..0000000 Binary files a/assets/fonts/Inter/Inter-SemiBold.ttf and /dev/null differ diff --git a/assets/fonts/Inter/Inter-Thin.ttf b/assets/fonts/Inter/Inter-Thin.ttf deleted file mode 100644 index 76be625..0000000 Binary files a/assets/fonts/Inter/Inter-Thin.ttf and /dev/null differ diff --git a/assets/fonts/Kollektif/Kollektif-Bold.ttf b/assets/fonts/Kollektif/Kollektif-Bold.ttf deleted file mode 100644 index caf4612..0000000 Binary files a/assets/fonts/Kollektif/Kollektif-Bold.ttf and /dev/null differ diff --git a/assets/fonts/Kollektif/Kollektif-BoldItalic.ttf b/assets/fonts/Kollektif/Kollektif-BoldItalic.ttf deleted file mode 100644 index e5f379c..0000000 Binary files a/assets/fonts/Kollektif/Kollektif-BoldItalic.ttf and /dev/null differ diff --git a/assets/fonts/Kollektif/Kollektif-Italic.ttf b/assets/fonts/Kollektif/Kollektif-Italic.ttf deleted file mode 100644 index c6d41c0..0000000 Binary files a/assets/fonts/Kollektif/Kollektif-Italic.ttf and /dev/null differ diff --git a/assets/fonts/Kollektif/Kollektif.ttf b/assets/fonts/Kollektif/Kollektif.ttf deleted file mode 100644 index 0aa9f80..0000000 Binary files a/assets/fonts/Kollektif/Kollektif.ttf and /dev/null differ diff --git a/assets/layout.tex b/assets/layout.tex index 81af8e7..1486058 100644 --- a/assets/layout.tex +++ b/assets/layout.tex @@ -14,9 +14,9 @@ \rule{0.9\textwidth}{.5pt}% }% } -\addtokomafont{chapter}{\normalfont\fontsize{26}{26}\inter{}} +\addtokomafont{chapter}{\normalfont\fontsize{26}{26}\girassol{}} -\addtokomafont{title}{\normalfont\inter{}} +\addtokomafont{title}{\normalfont\girassol{}} \addtokomafont{author}{\normalfont\fontsize{20}{20}\satisfyfont{}} \RedeclareSectionCommand[beforeskip=0pt,afterskip=8\baselineskip]{chapter} diff --git a/assets/packages.tex b/assets/packages.tex index 976b283..8891006 100644 --- a/assets/packages.tex +++ b/assets/packages.tex @@ -18,13 +18,11 @@ ItalicFont=*-Italic, BoldItalicFont=*-BoldItalic, SmallCapsFont=*SC-Regular, ] -\setmainfont{Hoefler Text} %% Title font -\newfontfamily{\inter}{Inter}[ -Path=assets/fonts/Inter/, +\newfontfamily{\girassol}{Girassol}[ +Path=assets/fonts/Girassol/, Extension=.ttf, UprightFont=*-Regular, -BoldFont=*-Bold, ] \newfontfamily{\satisfyfont}{Satisfy}[ Path=assets/fonts/Satisfy/, @@ -66,7 +64,7 @@ style=apa, \usepackage[acronym,toc]{glossaries} \usepackage[stylemods=bookindex]{glossaries-extra} \usepackage{titlecaps} -\setabbreviationstyle[acronym]{long-short} +\setabbreviationstyle[acronym]{long-short-sc} \defglsentryfmt[main]{\ifglsused{\glslabel}{\glsgenentryfmt}{\textit{\glsgenentryfmt}}} \makeglossaries{}