﻿@font-face {
    font-family: Roboto;
    src: url('../fonts/Roboto-Regular.ttf') format("truetype");
}

@font-face {
	font-family: RobotoBlack;
	src: url('../fonts/Roboto-Black.ttf') format("truetype");
}

@font-face {
	font-family: RobotoBold;
	src: url('../fonts/Roboto-Bold.ttf') format("truetype");
}

@font-face {
	font-family: RobotoLight;
	src: url('../fonts/Roboto-Light.ttf') format("truetype");
}

@font-face {
	font-family: RobotoMedium;
	src: url('../fonts/Roboto-Medium.ttf') format("truetype");
}

@font-face {
	font-family: RobotoThin;
	src: url('../fonts/Roboto-Thin.ttf') format("truetype");
}
