29 lines
583 B
CSS
29 lines
583 B
CSS
|
|
|
||
|
|
@font-face {
|
||
|
|
font-family: 'EB Garamond';
|
||
|
|
font-style: normal;
|
||
|
|
font-weight: 400;
|
||
|
|
src: url('eb-garamond/Regular.ttf') format('truetype');
|
||
|
|
}
|
||
|
|
|
||
|
|
@font-face {
|
||
|
|
font-family: 'EB Garamond';
|
||
|
|
font-style: normal;
|
||
|
|
font-weight: 700;
|
||
|
|
src: url('eb-garamond/Bold.ttf') format('truetype');
|
||
|
|
}
|
||
|
|
|
||
|
|
@font-face {
|
||
|
|
font-family: 'EB Garamond';
|
||
|
|
font-style: italic;
|
||
|
|
font-weight: 400;
|
||
|
|
src: url('eb-garamond/Italic.ttf') format('truetype');
|
||
|
|
}
|
||
|
|
|
||
|
|
@font-face {
|
||
|
|
font-family: 'EB Garamond';
|
||
|
|
font-style: italic;
|
||
|
|
font-weight: 700;
|
||
|
|
src: url('eb-garamond/BoldItalic.ttf') format('truetype');
|
||
|
|
}
|