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