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. --- trunk/courier-prime.css | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) create mode 100644 trunk/courier-prime.css (limited to 'trunk/courier-prime.css') diff --git a/trunk/courier-prime.css b/trunk/courier-prime.css new file mode 100644 index 0000000..0a38383 --- /dev/null +++ b/trunk/courier-prime.css @@ -0,0 +1,30 @@ +/* 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