@font-face {
                        font-family: EBGaramond;
                        font-style: normal;
                        font-weight: normal;
                        src:url("../fonts/EBGaramond-Regular.ttf");
                     }
                     @font-face {
                        font-family: EBGaramond;
                        font-style: normal;
                        font-weight: bold;
                        src:url("../fonts/EBGaramond-Bold.ttf");
                     }
                     @font-face {
                        font-family: EBGaramond;
                        font-style: italic;
                        font-weight: normal;
                        src:url("../fonts/EBGaramond-Italic.ttf");
                     }
                     @font-face {
                        font-family: EBGaramond;
                        font-style: italic;
                        font-weight: bold;
                        src:url("../fonts/EBGaramond-BoldItalic.ttf");
                     }
                     body { font-family: "EBGaramond"; }

