@font-face
{
    font-family: 'meticula';
    font-weight: normal;
    font-style: normal;

    src: url('meticula.ttf');
    url('meticula.ttf') format('truetype');
}

@font-face
{
    font-family: 'meticula-bold';
    font-weight: normal;
    font-style: normal;

    src: url('meticula-bold.ttf');
    url('meticula-bold.ttf') format('truetype');
}

@font-face
{
    font-family: 'meticula-medium';
    font-weight: normal;
    font-style: normal;

    src: url('meticula-medium.ttf');
    url('meticula-medium.ttf') format('truetype');
}
