@font-face {
    font-family: "Open Sans";
    src: url("/font/OpenSans-Bold.ttf") format("truetype"),
        url("/font/OpenSans-ExtraBold.ttf") format("truetype"),
        url("/font/OpenSans-Italic.ttf") format("truetype"),
        url("/font/OpenSans-BoldItalic.ttf") format("truetype"),
        url("/font/OpenSans-Light.ttf") format("truetype"),
        url("/font/OpenSans-LightItalic.ttf") format("truetype"),
        url("/font/OpenSans-Regular.ttf") format("truetype"),
        url("/font/OpenSans-SemiBold.ttf") format("truetype"),
        url("/font/OpenSans-SemiBoldItalic.ttf") format("truetype");
}

@font-face {
    font-family: "Rajdhani";
    src: url("/font/Rajdhani-Bold.ttf") format("truetype"),
        url("/font/Rajdhani-Light.ttf") format("truetype"),
        url("/font/Rajdhani-Medium.ttf") format("truetype"),
        url("/font/Rajdhani-Regular.ttf") format("truetype"),
        url("/font/Rajdhani-SemiBold.ttf") format("truetype");

}

@font-face {
    font-family: "Roboto";
    src: url("/font/Roboto-Black.ttf") format("truetype"),
        url("/font/Roboto-BlackItalic.ttf") format("truetype"),
        url("/font/Roboto-Bold.ttf") format("truetype"),
        url("/font/Roboto-BoldItalic.ttf") format("truetype"),
        url("/font/Roboto-Italic.ttf") format("truetype"),
        url("/font/Roboto-Light.ttf") format("truetype"),
        url("/font/Roboto-LightItalic.ttf") format("truetype"),
        url("/font/Roboto-Medium.ttf") format("truetype"),
        url("/font/Roboto-MediumItalic.ttf") format("truetype"),
        url("/font/Roboto-Regular.ttf") format("truetype"),
        url("/font/Roboto-Thin.ttf") format("truetype"),
        url("/font/Roboto-ThinItalic.ttf") format("truetype");
}

