/**====================================
 * CSS information
 * file name	: font.css
 * author		: CPRC WORKS
====================================**/

/*** type ***/

@font-face {
    font-family:'Anton';
    src: url('../fonts/Anton-Regular.ttf') format('truetype');
}

@font-face {
    font-family:'AurellySignatureSlantAlt';
    src: url('../fonts/AurellySignatureSlantAlt.otf') format('opentype');
}