From c777f25cfdca5fea110f35b4acc6ddbebbcaf3aa Mon Sep 17 00:00:00 2001 From: Case Duckworth Date: Fri, 13 Mar 2015 11:53:53 -0700 Subject: Add Linux Libertine to repo (fixes #12) Included are Linux Libertine Regular, Bold, and Italic, in otf and woff. --- css/fonts/libertine.css | 31 +++++++++++++++++++++++++++++++ 1 file changed, 31 insertions(+) create mode 100644 css/fonts/libertine.css (limited to 'css/fonts/libertine.css') diff --git a/css/fonts/libertine.css b/css/fonts/libertine.css new file mode 100644 index 0000000..7432d14 --- /dev/null +++ b/css/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