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