summaryrefslogtreecommitdiffstats
path: root/theme/static/css/3-garamond.css
diff options
context:
space:
mode:
authorThibaut Horel <thibaut.horel@gmail.com>2014-08-25 01:11:31 -0400
committerThibaut Horel <thibaut.horel@gmail.com>2014-08-25 01:11:31 -0400
commit32df4881f8facc3dd19354f6a170a238a0e550c7 (patch)
treedad1c0d0259ed251d77f211a9ab8b3c8c59181b4 /theme/static/css/3-garamond.css
parentf6863cbf8daede0e453b4e7df284189a384be320 (diff)
downloadbook-reader-32df4881f8facc3dd19354f6a170a238a0e550c7.tar.gz
Switch to GaramondHEADmaster
Diffstat (limited to 'theme/static/css/3-garamond.css')
-rwxr-xr-xtheme/static/css/3-garamond.css20
1 files changed, 20 insertions, 0 deletions
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;
+}