/*------------------------------------------------------------------
Project:  Rumah Yatim
Version:  1.0
-------------------------------------------------------------------*/
/*------------------------------------------------------------------
[FONT] */

/*[ROBOTO] */
@font-face {
    font-family: Roboto-Regular;
    src: url("../fonts/Roboto/Roboto-Regular.ttf");
}

@font-face {
    font-family: Roboto-Medium;
    src: url("../fonts/Roboto/Roboto-Medium.ttf");
}

@font-face {
    font-family: Roboto-Bold;
    src: url("../fonts/Roboto/Roboto-Bold.ttf");
}

@font-face {
    font-family: Roboto-Black;
    src: url("../fonts/Roboto/Roboto-Black.ttf");
}
/*------------------------------------------------------------------ */

/*[LATO] */
@font-face {
    font-family: Lato-Regular;
    src: url("../fonts/Lato/Lato-Regular.ttf");
}

@font-face {
    font-family: Lato-Light;
    src: url("../fonts/Lato/Lato-Light.ttf");
}

@font-face {
    font-family: Lato-Black;
    src: url("../fonts/Lato/Lato-Black.ttf");
}

@font-face {
    font-family: Lato-Bold;
    src: url("../fonts/Lato/Lato-Bold.ttf");
}

@font-face {
    font-family: Lato-Italic;
    src: url("../fonts/Lato/Lato-Italic.ttf");
}
/*------------------------------------------------------------------ */

/*[ OpenSans ]*/
@font-face {
    font-family: OpenSans-Regular;
    src: url("../fonts/Open_Sans/OpenSans-Regular.ttf");
}

@font-face {
    font-family: OpenSans-Bold;
    src: url("../fonts/Open_Sans/OpenSans-Bold.ttf");
}

@font-face {
    font-family: OpenSans-Light;
    src: url("../fonts/Open_Sans/OpenSans-Light.ttf");
}
/*------------------------------------------------------------------ */
