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