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.ttf | Bin 0 -> 98156 bytes fonts/Courier_Prime_Bold.ttf | Bin 0 -> 91368 bytes fonts/Courier_Prime_Bold_Italic.ttf | Bin 0 -> 91908 bytes fonts/Courier_Prime_Italic.ttf | Bin 0 -> 96196 bytes fonts/LinLibertine_R.otf | Bin 0 -> 528064 bytes fonts/LinLibertine_R.woff | Bin 0 -> 515460 bytes fonts/LinLibertine_RB.otf | Bin 0 -> 426060 bytes fonts/LinLibertine_RB.woff | Bin 0 -> 442244 bytes fonts/LinLibertine_RBI.otf | Bin 0 -> 363740 bytes fonts/LinLibertine_RBI.woff | Bin 0 -> 301560 bytes fonts/LinLibertine_RI.otf | Bin 0 -> 445044 bytes fonts/LinLibertine_RI.woff | Bin 0 -> 458368 bytes fonts/courier-prime.css | 30 ++++++++++++++++++++++++++++++ fonts/libertine.css | 31 +++++++++++++++++++++++++++++++ 14 files changed, 61 insertions(+) create mode 100644 fonts/Courier_Prime.ttf create mode 100644 fonts/Courier_Prime_Bold.ttf create mode 100644 fonts/Courier_Prime_Bold_Italic.ttf create mode 100644 fonts/Courier_Prime_Italic.ttf create mode 100644 fonts/LinLibertine_R.otf create mode 100644 fonts/LinLibertine_R.woff create mode 100644 fonts/LinLibertine_RB.otf create mode 100644 fonts/LinLibertine_RB.woff create mode 100644 fonts/LinLibertine_RBI.otf create mode 100644 fonts/LinLibertine_RBI.woff create mode 100644 fonts/LinLibertine_RI.otf create mode 100644 fonts/LinLibertine_RI.woff create mode 100644 fonts/courier-prime.css create mode 100644 fonts/libertine.css (limited to 'fonts') diff --git a/fonts/Courier_Prime.ttf b/fonts/Courier_Prime.ttf new file mode 100644 index 0000000..db4e6c1 Binary files /dev/null and b/fonts/Courier_Prime.ttf differ diff --git a/fonts/Courier_Prime_Bold.ttf b/fonts/Courier_Prime_Bold.ttf new file mode 100644 index 0000000..1b0888c Binary files /dev/null and b/fonts/Courier_Prime_Bold.ttf differ diff --git a/fonts/Courier_Prime_Bold_Italic.ttf b/fonts/Courier_Prime_Bold_Italic.ttf new file mode 100644 index 0000000..d4e7186 Binary files /dev/null and b/fonts/Courier_Prime_Bold_Italic.ttf differ diff --git a/fonts/Courier_Prime_Italic.ttf b/fonts/Courier_Prime_Italic.ttf new file mode 100644 index 0000000..75a1343 Binary files /dev/null and b/fonts/Courier_Prime_Italic.ttf differ diff --git a/fonts/LinLibertine_R.otf b/fonts/LinLibertine_R.otf new file mode 100644 index 0000000..6d345d5 Binary files /dev/null and b/fonts/LinLibertine_R.otf differ diff --git a/fonts/LinLibertine_R.woff b/fonts/LinLibertine_R.woff new file mode 100644 index 0000000..0357ad4 Binary files /dev/null and b/fonts/LinLibertine_R.woff differ diff --git a/fonts/LinLibertine_RB.otf b/fonts/LinLibertine_RB.otf new file mode 100644 index 0000000..811cea8 Binary files /dev/null and b/fonts/LinLibertine_RB.otf differ diff --git a/fonts/LinLibertine_RB.woff b/fonts/LinLibertine_RB.woff new file mode 100644 index 0000000..a0dbbbf Binary files /dev/null and b/fonts/LinLibertine_RB.woff differ diff --git a/fonts/LinLibertine_RBI.otf b/fonts/LinLibertine_RBI.otf new file mode 100644 index 0000000..c1a4ff7 Binary files /dev/null and b/fonts/LinLibertine_RBI.otf differ diff --git a/fonts/LinLibertine_RBI.woff b/fonts/LinLibertine_RBI.woff new file mode 100644 index 0000000..402494e Binary files /dev/null and b/fonts/LinLibertine_RBI.woff differ diff --git a/fonts/LinLibertine_RI.otf b/fonts/LinLibertine_RI.otf new file mode 100644 index 0000000..288f5d0 Binary files /dev/null and b/fonts/LinLibertine_RI.otf differ diff --git a/fonts/LinLibertine_RI.woff b/fonts/LinLibertine_RI.woff new file mode 100644 index 0000000..e2a0ae4 Binary files /dev/null and b/fonts/LinLibertine_RI.woff differ 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"); +} diff --git a/fonts/libertine.css b/fonts/libertine.css new file mode 100644 index 0000000..7432d14 --- /dev/null +++ b/fonts/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