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.css | 30 ------------------------------ 1 file changed, 30 deletions(-) delete mode 100644 fonts/courier-prime.css (limited to 'fonts/courier-prime.css') 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"); -} -- cgit 1.4.1-21-gabe81