@import url('https://fonts.googleapis.com/css?family=Ubuntu:300,300i,400,400i,500,500i,700,700i');
@font-face {
    font-family: Ubuntu;
    src: url('../fonts/ubuntu-bold-webfont.woff') format('woff'),
    font-weight: 700;
    font-style: normal;
}
@font-face {
    font-family: Ubuntu;
    src: url('../fonts/ubuntu-italic-webfont.woff') format('woff'),
    font-weight: normal;
    font-style: italic;
}
@font-face {
    font-family: Ubuntu;
    src: url('../fonts/ubuntu-light-webfont.woff') format('woff'),
    font-weight: 300;
    font-style: normal;
}
@font-face {
    font-family: Ubuntu;
    src: url('../fonts/ubuntu-medium-webfont.woff') format('woff'),
    font-weight: 500;
    font-style: normal;
}
@font-face {
    font-family: Ubuntu;
    src: url('../fonts/ubuntu-regular-webfont.woff') format('woff'),
    font-weight: normal;
    font-style: normal;
}