This repository has been archived by the owner on Oct 14, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Ned Zimmerman
committed
Jun 6, 2017
0 parents
commit 4d94d50
Showing
19 changed files
with
2,279 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
vendor |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
@import '_font-stack-epub'; // Dynamically generated | ||
|
||
$serif-epub: serif !default; | ||
|
||
$font-1: "Palatino Linotype", "Book Antiqua", Palatino, Georgia, Times, $serif-epub; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
@import '_font-stack-prince'; // Dynamically generated | ||
|
||
$serif-prince: serif !default; | ||
|
||
$font-1: "Sorts Mill Goudy", $serif-prince; | ||
$font-2: "Marcellus SC", $serif-prince; | ||
|
||
@import 'SortsMillGoudyFont'; | ||
@import 'MarcellusSCFont'; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
@import '_font-stack-web'; // Dynamically generated | ||
|
||
$serif-web: serif !default; | ||
|
||
$font-1: "Sorts Mill Goudy", "Times New Roman", $serif-web; | ||
$font-2: "Sorts Mill Goudy", $serif-web; | ||
$font-3: "Marcellus SC", "Times New Roman", $serif-web; | ||
|
||
@import url("https://fonts.googleapis.com/css?family=Sorts+Mill+Goudy:400,400italic|Marcellus+SC"); |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
/* | ||
Theme Name: Austen Classic | ||
Theme URI: http://pressbooks.com/themes/austenclassic | ||
Description: Named for English author Jane Austen, this is a traditional book theme, with serif fonts, that works well for fiction and simple-layout non-fiction. | ||
Author: Pressbooks (Book Oven Inc.) | ||
Author URI: http://pressbooks.com | ||
Copyright 2011-2017 Book Oven Inc. (Pressbooks.com) code@pressbooks.com | ||
Version: 1.6 | ||
Template: pressbooks-book | ||
*/ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
{ | ||
"name": "pressbooks/pressbooks-austenclassic", | ||
"description": "Named for English author Jane Austen, this is a traditional book theme, with serif fonts, that works well for fiction and simple-layout non-fiction.", | ||
"type": "wordpress-theme", | ||
"require": { | ||
"composer/installers": "^1.2" | ||
}, | ||
"require-dev": { | ||
"humanmade/coding-standards": "^0.2.1" | ||
}, | ||
"license": "GPL-2.0+", | ||
"authors": [ | ||
{ | ||
"name": "Pressbooks (Book Oven Inc.)", | ||
"email": "code@pressbooks.com" | ||
} | ||
] | ||
} |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Oops, something went wrong.