@font-face {
    font-family: Ubuntu;
    src: url('../font/Ubuntu-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
}
@font-face {
    font-family: Ubuntu;
    src: url('../font/Ubuntu-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: Ubuntu;
    src: url('../font/Ubuntu-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
}
@font-face {
    font-family: Ubuntu;
    src: url('../font/Ubuntu-Bold.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
}
@font-face {
    font-family: Ubuntu;
    src: url('../font/Ubuntu-LightItalic.ttf') format('truetype');
    font-weight: 300;
    font-style: italic;
}
@font-face {
    font-family: Ubuntu;
    src: url('../font/Ubuntu-MediumItalic.ttf') format('truetype');
    font-weight: 500;
    font-style: italic;
}
@font-face {
    font-family: Ubuntu;
    src: url('../font/Ubuntu-BoldItalic.ttf') format('truetype');
    font-weight: 600;
    font-style: italic;
}