diff options
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; +} |
