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/libertine.css | 31 ------------------------------- 1 file changed, 31 deletions(-) delete mode 100644 fonts/libertine.css (limited to 'fonts/libertine.css') 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