summaryrefslogtreecommitdiffstats
path: root/theme/static/css/3-garamond.css
blob: febedec1135c4a4cfe5ed615233d42865730eaee (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
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;
}