diff options
| author | Thibaut Horel <thibaut.horel@gmail.com> | 2014-08-25 01:11:31 -0400 |
|---|---|---|
| committer | Thibaut Horel <thibaut.horel@gmail.com> | 2014-08-25 01:11:31 -0400 |
| commit | 32df4881f8facc3dd19354f6a170a238a0e550c7 (patch) | |
| tree | dad1c0d0259ed251d77f211a9ab8b3c8c59181b4 /theme/static/css/3-garamond.css | |
| parent | f6863cbf8daede0e453b4e7df284189a384be320 (diff) | |
| download | book-reader-32df4881f8facc3dd19354f6a170a238a0e550c7.tar.gz | |
Diffstat (limited to 'theme/static/css/3-garamond.css')
| -rwxr-xr-x | theme/static/css/3-garamond.css | 20 |
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; +} |
