From 9f2b69909d81cb5c734c9fc944257a2f6b7d1986 Mon Sep 17 00:00:00 2001 From: Case Duckworth Date: Mon, 2 Mar 2015 18:27:27 -0700 Subject: Add fonts: Playfair, Fira, Courier Prime --- css/fonts/courier-prime.css | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) create 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 new file mode 100644 index 0000000..0550e90 --- /dev/null +++ b/css/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: CourierPrime; + font-weight: normal; + font-style: normal; + src: url("Courier_Prime.ttf"); +} +@font-face { + font-family: CourierPrime; + font-weight: normal; + font-style: italic; + src: url("Courier_Prime_Italic.ttf"); +} +/* Bold = bold */ +@font-face { + font-family: CourierPrime; + font-weight: bold; + font-style: normal; + src: url("Courier_Prime_Bold.ttf"); +} +@font-face { + font-family: CourierPrime; + font-weight: bold; + font-style: italic; + src: url("Courier_Prime_Bold_Italic.ttf"); +} -- cgit 1.4.1-21-gabe81