From df0d5f3cb03f8bf7d72e067c0fd7ee54ce4b86eb Mon Sep 17 00:00:00 2001
From: Case Duckworth
Date: Tue, 24 Mar 2015 22:53:18 -0700
Subject: Change template and CSS for flatter structure

- Change CSS to one file
- Change template to reflect CSS flattening
---
 css/fonts/Courier_Prime.ttf             | Bin 98156 -> 0 bytes
 css/fonts/Courier_Prime_Bold.ttf        | Bin 91368 -> 0 bytes
 css/fonts/Courier_Prime_Bold_Italic.ttf | Bin 91908 -> 0 bytes
 css/fonts/Courier_Prime_Italic.ttf      | Bin 96196 -> 0 bytes
 css/fonts/LinLibertine_R.otf            | Bin 528064 -> 0 bytes
 css/fonts/LinLibertine_R.woff           | Bin 515460 -> 0 bytes
 css/fonts/LinLibertine_RB.otf           | Bin 426060 -> 0 bytes
 css/fonts/LinLibertine_RB.woff          | Bin 442244 -> 0 bytes
 css/fonts/LinLibertine_RBI.otf          | Bin 363740 -> 0 bytes
 css/fonts/LinLibertine_RBI.woff         | Bin 301560 -> 0 bytes
 css/fonts/LinLibertine_RI.otf           | Bin 445044 -> 0 bytes
 css/fonts/LinLibertine_RI.woff          | Bin 458368 -> 0 bytes
 css/fonts/courier-prime.css             |  30 ------------------------------
 css/fonts/libertine.css                 |  31 -------------------------------
 14 files changed, 61 deletions(-)
 delete mode 100644 css/fonts/Courier_Prime.ttf
 delete mode 100644 css/fonts/Courier_Prime_Bold.ttf
 delete mode 100644 css/fonts/Courier_Prime_Bold_Italic.ttf
 delete mode 100644 css/fonts/Courier_Prime_Italic.ttf
 delete mode 100644 css/fonts/LinLibertine_R.otf
 delete mode 100644 css/fonts/LinLibertine_R.woff
 delete mode 100644 css/fonts/LinLibertine_RB.otf
 delete mode 100644 css/fonts/LinLibertine_RB.woff
 delete mode 100644 css/fonts/LinLibertine_RBI.otf
 delete mode 100644 css/fonts/LinLibertine_RBI.woff
 delete mode 100644 css/fonts/LinLibertine_RI.otf
 delete mode 100644 css/fonts/LinLibertine_RI.woff
 delete mode 100644 css/fonts/courier-prime.css
 delete mode 100644 css/fonts/libertine.css

(limited to 'css/fonts')

diff --git a/css/fonts/Courier_Prime.ttf b/css/fonts/Courier_Prime.ttf
deleted file mode 100644
index db4e6c1..0000000
Binary files a/css/fonts/Courier_Prime.ttf and /dev/null differ
diff --git a/css/fonts/Courier_Prime_Bold.ttf b/css/fonts/Courier_Prime_Bold.ttf
deleted file mode 100644
index 1b0888c..0000000
Binary files a/css/fonts/Courier_Prime_Bold.ttf and /dev/null differ
diff --git a/css/fonts/Courier_Prime_Bold_Italic.ttf b/css/fonts/Courier_Prime_Bold_Italic.ttf
deleted file mode 100644
index d4e7186..0000000
Binary files a/css/fonts/Courier_Prime_Bold_Italic.ttf and /dev/null differ
diff --git a/css/fonts/Courier_Prime_Italic.ttf b/css/fonts/Courier_Prime_Italic.ttf
deleted file mode 100644
index 75a1343..0000000
Binary files a/css/fonts/Courier_Prime_Italic.ttf and /dev/null differ
diff --git a/css/fonts/LinLibertine_R.otf b/css/fonts/LinLibertine_R.otf
deleted file mode 100644
index 6d345d5..0000000
Binary files a/css/fonts/LinLibertine_R.otf and /dev/null differ
diff --git a/css/fonts/LinLibertine_R.woff b/css/fonts/LinLibertine_R.woff
deleted file mode 100644
index 0357ad4..0000000
Binary files a/css/fonts/LinLibertine_R.woff and /dev/null differ
diff --git a/css/fonts/LinLibertine_RB.otf b/css/fonts/LinLibertine_RB.otf
deleted file mode 100644
index 811cea8..0000000
Binary files a/css/fonts/LinLibertine_RB.otf and /dev/null differ
diff --git a/css/fonts/LinLibertine_RB.woff b/css/fonts/LinLibertine_RB.woff
deleted file mode 100644
index a0dbbbf..0000000
Binary files a/css/fonts/LinLibertine_RB.woff and /dev/null differ
diff --git a/css/fonts/LinLibertine_RBI.otf b/css/fonts/LinLibertine_RBI.otf
deleted file mode 100644
index c1a4ff7..0000000
Binary files a/css/fonts/LinLibertine_RBI.otf and /dev/null differ
diff --git a/css/fonts/LinLibertine_RBI.woff b/css/fonts/LinLibertine_RBI.woff
deleted file mode 100644
index 402494e..0000000
Binary files a/css/fonts/LinLibertine_RBI.woff and /dev/null differ
diff --git a/css/fonts/LinLibertine_RI.otf b/css/fonts/LinLibertine_RI.otf
deleted file mode 100644
index 288f5d0..0000000
Binary files a/css/fonts/LinLibertine_RI.otf and /dev/null differ
diff --git a/css/fonts/LinLibertine_RI.woff b/css/fonts/LinLibertine_RI.woff
deleted file mode 100644
index e2a0ae4..0000000
Binary files a/css/fonts/LinLibertine_RI.woff and /dev/null differ
diff --git a/css/fonts/courier-prime.css b/css/fonts/courier-prime.css
deleted file mode 100644
index 0a38383..0000000
--- a/css/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/css/fonts/libertine.css b/css/fonts/libertine.css
deleted file mode 100644
index 7432d14..0000000
--- a/css/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