From d68301191e3ae421b97ee9923c77a0ae9f2d2e4f Mon Sep 17 00:00:00 2001
From: Julian Blake Kongslie
Date: Fri, 6 Oct 2017 13:27:31 -0700
Subject: Removing the parseltongue-specific font.
---
fonts/Junkyard.ttf | Bin 43612 -> 0 bytes
index.mdwn | 9 +--------
style.css | 8 --------
3 files changed, 1 insertion(+), 16 deletions(-)
delete mode 100644 fonts/Junkyard.ttf
diff --git a/fonts/Junkyard.ttf b/fonts/Junkyard.ttf
deleted file mode 100644
index d5adab8..0000000
Binary files a/fonts/Junkyard.ttf and /dev/null differ
diff --git a/index.mdwn b/index.mdwn
index 9a5f27e..535545e 100644
--- a/index.mdwn
+++ b/index.mdwn
@@ -3,14 +3,7 @@
This is mostly just a place to organize stupid crap I write when I'm bored.
-Editorial comments can be sent to [[jblake@omgwallhack.org]].
-
-I render parceltongue using a different font. If
-your browser doesn't show the word parceltongue in a
-distinct font, try upgrading to a newer version.
-
-For most other foreign languages such as French or Gobbledegook, I use
-«guillemets.»
+Editorial comments can be sent to [[jblake@jblake.org]].
I have some [[standard notes|notes]] on the Harry Potter universe.
diff --git a/style.css b/style.css
index db86386..8da39d0 100644
--- a/style.css
+++ b/style.css
@@ -1,9 +1,3 @@
-@font-face {
- font-family: Junkyard;
- font-weight: normal;
- src: url(fonts/Junkyard.ttf);
-}
-
blockquote {
font-size: 0.9em;
margin: 0;
@@ -124,6 +118,4 @@ ul li {
.feedlink { font-size: 0.8em; }
-.parcel { font-family: "Junkyard"; }
-
.small { font-size: 0.8em; }
--
cgit v1.2.3