@font-face {
    font-family: 'Telegraph Sans';
    src: url(./TelegraphSans-Regular.ttf);
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: 'Telegraph Sans';
    src: url(./TelegraphSans-Bold.ttf);
    font-weight: 700;
    font-style: normal;
}
@font-face {
    font-family: 'Telegraph Sans';
    src: url(./TelegraphSans-Italic.ttf);
    font-weight: 400;
    font-style: italic;
}
@font-face {
    font-family: 'Telegraph Sans';
    src: url(./TelegraphSans-BoldItalic.ttf);
    font-weight: 700;
    font-style: italic;
}