﻿@font-face { 
    font-family: 'Roboto'; 
    src: url("../BDfonts/Roboto-Regular.ttf") format("truetype");

}

@font-face { 
    font-family: 'Roboto-Medium'; 
    src: url("../BDfonts/Roboto-Medium.ttf") format("truetype");
}

@font-face { 
    font-family: 'Roboto-Black'; 
    src: url("../BDfonts/Roboto-Black.ttf") format("truetype");
}


@font-face { 
    font-family: 'Roboto-Bold'; 
    src: url("../BDfonts/Roboto-Bold.ttf") format("truetype");
    font-weight: bold; 
}

@font-face { 
    font-family: 'Roboto-Light'; 
    src: url("../BDfonts/Roboto-Light.ttf") format("truetype");
}

@font-face { 
    font-family: 'Roboto-Italic'; 
    src: url("../BDfonts/Roboto-Italic.ttf") format("truetype");
}