@font-face {
    font-family: 'googlesans-regular';
    src: url('googlesans-regular.eot');
    src: url('googlesans-regular.eot') format('embedded-opentype'),
         url('googlesans-regular.woff') format('woff'),
         url('googlesans-regular.woff2') format('woff2'),
         url('googlesans-regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
body { font-family: googlesans-regular; }
