@font-face {
    font-family: 'Google Sans';
    font-style: normal;
    font-weight: normal;
    src: local('Google Sans'), url('fonts/GoogleSans-Regular.woff') format('woff');
}

@font-face {
    font-family: 'Segoe UI';
    font-style: normal;
    font-weight: normal;
    src: local('Segoe UI'), url('fonts/segoeui.woff') format('woff');
}

@font-face {
    font-family: 'FontAwesome';
    font-style: normal;
    font-weight: normal;
    src: url('fonts/fontawesome-webfont.eot'),
    url( 'fonts/fontawesome-webfont.eot') format('embedded-opentype'),
url( 'fonts/fontawesome-webfont.woff2') format('woff2'),
url('fonts/fontawesome-webfont.woff') format('woff'),
url( 'fonts/fontawesome-webfont.ttf') format('truetype'),
url( 'fonts/fontawesome-webfont.svg') format('svg');
}
