/**
* DM Serif
* Display
* Font
*/
@font-face{
    src : url('../fonts/dmserifdisplay/DMSerifDisplay-Regular.ttf');
    font-family: "DM Serif Display";
}
@font-face{
    src : url('../fonts/dmserifdisplay/DMSerifDisplay-Italic.ttf');
    font-family: "DM Serif Display Italic";
}

/**
* DM Sans
* Font
*/
@font-face{
    src : url('../fonts/dmsans/DMSans-Regular.ttf');
    font-family: "DM Sans";
}
@font-face{
    src : url('../fonts/dmsans/DMSans-Italic.ttf');
    font-family: "DM Sans Italic";
}
@font-face{
    src : url('../fonts/dmsans/DMSans-Medium.ttf');
    font-family: "DM Sans Medium";
}
@font-face{
    src : url('../fonts/dmsans/DMSans-MediumItalic.ttf');
    font-family: "DM Sans Medium Italic";
}
@font-face{
    src : url('../fonts/dmsans/DMSans-Bold.ttf');
    font-family: "DM Sans Bold";
}
@font-face{
    src : url('../fonts/dmsans/DMSans-BoldItalic.ttf');
    font-family: "DM Sans Bold Italic";
}

/**
* Raleway
* Font
*/
@font-face{
    src : url('../fonts/raleway/Raleway-Regular.ttf');
    font-family: Raleway;
}
@font-face{
    src : url('../fonts/raleway/Raleway-Black.ttf');
    font-family: 'Raleway-Black';
}
@font-face{
    src : url('../fonts/raleway/Raleway-Bold.ttf');
    font-family: 'Raleway-Bold';
}
@font-face{
    src : url('../fonts/raleway/Raleway-Thin.ttf');
    font-family: 'Raleway-Thin';
}
@font-face{
    src : url('../fonts/raleway/Raleway-Light.ttf');
    font-family: 'Raleway-Light';
}
@font-face{
    src : url('../fonts/raleway/Raleway-ExtraLight.ttf');
    font-family: 'Raleway-Extralight';
}

/**
* Vollkorn
* Font
*/
@font-face{
    src : url('../fonts/vollkorn/Vollkorn-Regular.ttf');
    font-family: Vollkorn;
}
@font-face{
    src : url('../fonts/vollkorn/Vollkorn-Black.ttf');
    font-family: 'Vollkorn-Black';
}
@font-face{
    src : url('../fonts/vollkorn/Vollkorn-Bold.ttf');
    font-family: 'Vollkorn-Bold';
}
@font-face{
    src : url('../fonts/vollkorn/Vollkorn-ExtraBold.ttf');
    font-family: 'Vollkorn-ExtraBold';
}
@font-face{
    src : url('../fonts/vollkorn/Vollkorn-Medium.ttf');
    font-family: 'Vollkorn-Medium';
}
@font-face{
    src : url('../fonts/vollkorn/Vollkorn-SemiBold.ttf');
    font-family: 'Vollkorn-SemiBold';
}

