@font-face {
    font-family: 'MyCustomFont';
    src: url('AcylicalHand-Tall.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'MyCustomFontBold';
    src: url('AcylicalHand-Tall.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}
