summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNick White <git@njw.name>2021-03-16 14:13:22 +0000
committerNick White <git@njw.name>2021-03-16 14:13:22 +0000
commit1d488862eb57d7c29c22af00571a451128df4a5a (patch)
treedeb1e012119b8e76bb3b31f92762f120b37a190c
parent6ac8506eec7b47c87051947c787ffa48c1ad8313 (diff)
parentaec49e4f6a99f6040d1a50a050c83fd6e8f1aef9 (diff)
Merge remote-tracking branch 'origin/rescribe' into rescribemergerescribe
-rw-r--r--layouts/partials/head_fonts.html4
-rw-r--r--static/EBGaramond12-Regular.woffbin0 -> 242364 bytes
-rw-r--r--static/css/hyde.css15
-rw-r--r--static/marble1.jpgbin0 -> 516720 bytes
4 files changed, 18 insertions, 1 deletions
diff --git a/layouts/partials/head_fonts.html b/layouts/partials/head_fonts.html
index 4729eb2..b7ba7f3 100644
--- a/layouts/partials/head_fonts.html
+++ b/layouts/partials/head_fonts.html
@@ -1 +1,3 @@
- <link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Abril+Fatface|PT+Sans:400,400i,700">
+ <style>
+ @font-face { font-family: 'EB Garamond Regular'; src: url('/EBGaramond12-Regular.woff') format('woff'); }
+ </style>
diff --git a/static/EBGaramond12-Regular.woff b/static/EBGaramond12-Regular.woff
new file mode 100644
index 0000000..a4605d3
--- /dev/null
+++ b/static/EBGaramond12-Regular.woff
Binary files differ
diff --git a/static/css/hyde.css b/static/css/hyde.css
index 1ddbdda..8cd18fe 100644
--- a/static/css/hyde.css
+++ b/static/css/hyde.css
@@ -248,3 +248,18 @@ a.sidebar-nav-item:focus {
.theme-base-0f .related-posts li a:hover {
color: #8f5536;
}
+
+/* Rescribe */
+body.theme-rescribe {
+ font-family: Helvetica, Arial, sans-serif;
+}
+.theme-rescribe .sidebar {
+ background-image: url('/marble1.jpg');
+ background-position: bottom right;
+}
+.theme-rescribe .sidebar-about h1 {
+ font-family: "EB Garamond Regular", Helvetica, Arial, sans-serif;
+}
+.theme-rescribe figcaption {
+ font-size: small;
+}
diff --git a/static/marble1.jpg b/static/marble1.jpg
new file mode 100644
index 0000000..9504f6f
--- /dev/null
+++ b/static/marble1.jpg
Binary files differ