﻿
@font-face {
    font-family: 'Ubuntu';
    font-style: normal;
    font-weight: 300;
    src: local('Ubuntu Regular'), url('Ubuntu-Regular.ttf') format('ttf');
}



@font-face {
    font-family: 'Ubuntu';
    font-style: normal;
    font-weight: 300;
    src: local('Ubuntu Light'), url('Ubuntu-Light.ttf') format('ttf');
}


@font-face {
    font-family: 'Ubuntu';
    font-style: normal;
    font-weight: 400;
    src: local('Ubuntu Medium'), url('Ubuntu-Medium.ttf') format('ttf');
}



@font-face {
    font-family: 'Ubuntu';
    font-style: normal;
    font-weight: bold;
    src: local('Ubuntu Bold'), url('Ubuntu-Bold.ttf') format('ttf');
}
