﻿
@font-face {
    font-family: 'Roboto-Black';
    src: url('../Fonts/Roboto-Bold.ttf') format('truetype');
    font-weight: bold;
}
@font-face {
    font-family: 'Roboto-Black';
    src: url('../Fonts/Roboto-BoldItalic.ttf') format('truetype');
    font-weight: bold;
    font-style: italic;
}
@font-face {
    font-family: 'Roboto-Black';
    src: url('../Fonts/Roboto-Italic.ttf') format('truetype');
    font-style: italic;
}
@font-face {
    font-family: 'Roboto-Black';
    src: url('../Fonts/Roboto-Light.ttf') format('truetype');
    font-weight: 300;
}
@font-face {
    font-family: 'Roboto-Black';
    src: url('../Fonts/Roboto-LightItalic.ttf') format('truetype');
    font-weight: 300;
    font-style: italic;
}
@font-face {
    font-family: 'Roboto-Black';
    src: url('../Fonts/RobotoSlab-Thin.ttf') format('truetype');
    font-weight: 100;
}
@font-face {
    font-family: 'Roboto-Black';
    src: url('../Fonts/Roboto-ThinItalic.ttf') format('truetype');
    font-weight: 100;
    font-style: italic;
}

@font-face {
    font-family: 'Roboto-Black';
    src: url('../Fonts/Roboto-Black.ttf') format('truetype');
    font-weight: bolder;
}
@font-face {
    font-family: 'Roboto-Black';
    src: url('../Fonts/Roboto-BlackItalic.ttf') format('truetype');
    font-weight: bolder;
    font-style: italic;
}





@font-face {
  font-family: 'Roboto-Black';
  src: URL('../Fonts/Roboto-Regular.ttf') format('truetype');

}