diff --git a/README.md b/README.md index 709a36a97..b27455507 100644 --- a/README.md +++ b/README.md @@ -40,7 +40,7 @@ Then, from the GitHub Updater interface, navigate to the "Install Theme" tab. En ## Changelog -### 2.25.0 +### 2.25.1 -* See: https://github.com/pressbooks/pressbooks-book/releases/tag/2.25.0 +* See: https://github.com/pressbooks/pressbooks-book/releases/tag/2.25.1 * Full release history available at: https://github.com/pressbooks/pressbooks-book/releases diff --git a/assets/book/typography/fonts/SpecialElite.ttf b/assets/book/typography/fonts/SpecialElite.ttf new file mode 100644 index 000000000..b62fddb4b Binary files /dev/null and b/assets/book/typography/fonts/SpecialElite.ttf differ diff --git a/assets/book/typography/styles/_SpecialEliteFont.scss b/assets/book/typography/styles/_SpecialEliteFont.scss new file mode 100644 index 000000000..c428afc5d --- /dev/null +++ b/assets/book/typography/styles/_SpecialEliteFont.scss @@ -0,0 +1,10 @@ +// 'Special Elite', @import 'SpecialEliteFont' + +//SPECIALELITE + +@font-face { + font-family: "Special Elite"; + font-weight: normal; + font-style: normal; + src: url('fonts/SpecialElite.ttf') format("truetype"); +} diff --git a/style.css b/style.css index 56ff83a6d..d432a0ac8 100644 --- a/style.css +++ b/style.css @@ -6,7 +6,7 @@ Tags: Academic, Literary, Nonfiction, Textbook Author: Pressbooks (Book Oven Inc.) Author URI: https://pressbooks.com Copyright: 2011-2022 Pressbooks (Book Oven Inc.) -Version: 2.25.0 +Version: 2.25.1 Text Domain: pressbooks-book License: GPL v3.0 or later GitHub Theme URI: pressbooks/pressbooks-book