From c654151582a77a0b459e3f55b687e43a32d4b67d Mon Sep 17 00:00:00 2001 From: Case Duckworth Date: Thu, 26 Mar 2015 19:46:45 -0700 Subject: Add HAPAX LEGOMENA support & flatten structure The list of hapax legomena for this project is available at /hapax.html. In addition, the directory structure has been further flattened. All assets (javascript, lua, images, fonts) are in /trunk/. One other thing was to update the makefile. It compiles hapax.txt from rivers. --- fonts/Courier_Prime.ttf | Bin 98156 -> 0 bytes fonts/Courier_Prime_Bold.ttf | Bin 91368 -> 0 bytes fonts/Courier_Prime_Bold_Italic.ttf | Bin 91908 -> 0 bytes fonts/Courier_Prime_Italic.ttf | Bin 96196 -> 0 bytes fonts/LinLibertine_R.otf | Bin 528064 -> 0 bytes fonts/LinLibertine_R.woff | Bin 515460 -> 0 bytes fonts/LinLibertine_RB.otf | Bin 426060 -> 0 bytes fonts/LinLibertine_RB.woff | Bin 442244 -> 0 bytes fonts/LinLibertine_RBI.otf | Bin 363740 -> 0 bytes fonts/LinLibertine_RBI.woff | Bin 301560 -> 0 bytes fonts/LinLibertine_RI.otf | Bin 445044 -> 0 bytes fonts/LinLibertine_RI.woff | Bin 458368 -> 0 bytes fonts/courier-prime.css | 30 ------------------------------ fonts/libertine.css | 31 ------------------------------- 14 files changed, 61 deletions(-) delete mode 100644 fonts/Courier_Prime.ttf delete mode 100644 fonts/Courier_Prime_Bold.ttf delete mode 100644 fonts/Courier_Prime_Bold_Italic.ttf delete mode 100644 fonts/Courier_Prime_Italic.ttf delete mode 100644 fonts/LinLibertine_R.otf delete mode 100644 fonts/LinLibertine_R.woff delete mode 100644 fonts/LinLibertine_RB.otf delete mode 100644 fonts/LinLibertine_RB.woff delete mode 100644 fonts/LinLibertine_RBI.otf delete mode 100644 fonts/LinLibertine_RBI.woff delete mode 100644 fonts/LinLibertine_RI.otf delete mode 100644 fonts/LinLibertine_RI.woff delete mode 100644 fonts/courier-prime.css delete mode 100644 fonts/libertine.css (limited to 'fonts') diff --git a/fonts/Courier_Prime.ttf b/fonts/Courier_Prime.ttf deleted file mode 100644 index db4e6c1..0000000 Binary files a/fonts/Courier_Prime.ttf and /dev/null differ diff --git a/fonts/Courier_Prime_Bold.ttf b/fonts/Courier_Prime_Bold.ttf deleted file mode 100644 index 1b0888c..0000000 Binary files a/fonts/Courier_Prime_Bold.ttf and /dev/null differ diff --git a/fonts/Courier_Prime_Bold_Italic.ttf b/fonts/Courier_Prime_Bold_Italic.ttf deleted file mode 100644 index d4e7186..0000000 Binary files a/fonts/Courier_Prime_Bold_Italic.ttf and /dev/null differ diff --git a/fonts/Courier_Prime_Italic.ttf b/fonts/Courier_Prime_Italic.ttf deleted file mode 100644 index 75a1343..0000000 Binary files a/fonts/Courier_Prime_Italic.ttf and /dev/null differ diff --git a/fonts/LinLibertine_R.otf b/fonts/LinLibertine_R.otf deleted file mode 100644 index 6d345d5..0000000 Binary files a/fonts/LinLibertine_R.otf and /dev/null differ diff --git a/fonts/LinLibertine_R.woff b/fonts/LinLibertine_R.woff deleted file mode 100644 index 0357ad4..0000000 Binary files a/fonts/LinLibertine_R.woff and /dev/null differ diff --git a/fonts/LinLibertine_RB.otf b/fonts/LinLibertine_RB.otf deleted file mode 100644 index 811cea8..0000000 Binary files a/fonts/LinLibertine_RB.otf and /dev/null differ diff --git a/fonts/LinLibertine_RB.woff b/fonts/LinLibertine_RB.woff deleted file mode 100644 index a0dbbbf..0000000 Binary files a/fonts/LinLibertine_RB.woff and /dev/null differ diff --git a/fonts/LinLibertine_RBI.otf b/fonts/LinLibertine_RBI.otf deleted file mode 100644 index c1a4ff7..0000000 Binary files a/fonts/LinLibertine_RBI.otf and /dev/null differ diff --git a/fonts/LinLibertine_RBI.woff b/fonts/LinLibertine_RBI.woff deleted file mode 100644 index 402494e..0000000 Binary files a/fonts/LinLibertine_RBI.woff and /dev/null differ diff --git a/fonts/LinLibertine_RI.otf b/fonts/LinLibertine_RI.otf deleted file mode 100644 index 288f5d0..0000000 Binary files a/fonts/LinLibertine_RI.otf and /dev/null differ diff --git a/fonts/LinLibertine_RI.woff b/fonts/LinLibertine_RI.woff deleted file mode 100644 index e2a0ae4..0000000 Binary files a/fonts/LinLibertine_RI.woff and /dev/null differ diff --git a/fonts/courier-prime.css b/fonts/courier-prime.css deleted file mode 100644 index 0a38383..0000000 --- a/fonts/courier-prime.css +++ /dev/null @@ -1,30 +0,0 @@ -/* COURIER PRIME FONT for Autocento project. - * ONLY PUT @font-face RULES HERE. - */ - -/* Normal = normal */ -@font-face { - font-family: "Courier Prime"; - font-weight: normal; - font-style: normal; - src: url("Courier_Prime.ttf"); -} -@font-face { - font-family: "Courier Prime"; - font-weight: normal; - font-style: italic; - src: url("Courier_Prime_Italic.ttf"); -} -/* Bold = bold */ -@font-face { - font-family: "Courier Prime"; - font-weight: bold; - font-style: normal; - src: url("Courier_Prime_Bold.ttf"); -} -@font-face { - font-family: "Courier Prime"; - font-weight: bold; - font-style: italic; - src: url("Courier_Prime_Bold_Italic.ttf"); -} diff --git a/fonts/libertine.css b/fonts/libertine.css deleted file mode 100644 index 7432d14..0000000 --- a/fonts/libertine.css +++ /dev/null @@ -1,31 +0,0 @@ -/* CSS for Linux Libertine family of fonts */ - -@font-face { - font-family: "Libertine"; - src: url('LinLibertine_R.woff'), - url('LinLibertine_R.otf'); - font-weight: 400; - font-style: normal; -} -@font-face { - font-family: "Libertine"; - src: url('LinLibertine_RB.woff'), - url('LinLibertine_RB.otf'); - font-weight: 700; - font-style: normal; -} - -@font-face { - font-family: "Libertine"; - src: url('LinLibertine_RI.woff'), - url('LinLibertine_RI.otf'); - font-weight: 400; - font-style: italic; -} -@font-face { - font-family: "Libertine"; - src: url('LinLibertine_RBI.woff'), - url('LinLibertine_RBI.otf'); - font-weight: 700; - font-style: italic; -} -- cgit 1.4.1-21-gabe81