From 32df4881f8facc3dd19354f6a170a238a0e550c7 Mon Sep 17 00:00:00 2001 From: Thibaut Horel Date: Mon, 25 Aug 2014 01:11:31 -0400 Subject: Switch to Garamond --- theme/static/css/3-garamond.css | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100755 theme/static/css/3-garamond.css (limited to 'theme/static/css/3-garamond.css') diff --git a/theme/static/css/3-garamond.css b/theme/static/css/3-garamond.css new file mode 100755 index 0000000..febedec --- /dev/null +++ b/theme/static/css/3-garamond.css @@ -0,0 +1,20 @@ +@font-face { + font-family: 'garamond'; + src: url('../fonts/EBGaramond12-Regular.eot'); + src: url('../fonts/EBGaramond12-Regular.eot?#iefix') format('embedded-opentype'), + url('../fonts/EBGaramond12-Regular.woff') format('woff'), + url('../fonts/EBGaramond12-Regular.ttf') format('truetype'); + font-weight: normal; + font-style: normal; + +} + +@font-face { + font-family: 'garamond'; + src: url('../fonts/EBGaramond12-Italic.eot'); + src: url('../fonts/EBGaramond12-Italic.eot?#iefix') format('embedded-opentype'), + url('../fonts/EBGaramond12-Italic.woff') format('woff'), + url('../fonts/EBGaramond12-Italic.ttf') format('truetype'); + font-weight: normal; + font-style: italic; +} -- cgit v1.2.3-70-g09d2