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/libertine.css | 31 +++++++++++++++++++++++++++++++ 1 file changed, 31 insertions(+) create mode 100644 fonts/libertine.css (limited to 'fonts/libertine.css') 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