Google fontlarını offline kulanım için :
https://google-webfonts-helper.herokuapp.com/fonts/roboto?subsets=latin,latin-ext
@font-face {
font-family: 'Roboto';
font-style: normal;
font-weight: 400;
src: url('../fonts/roboto-v18-latin-ext_latin-regular.eot');
src: local('Roboto'), local('Roboto-Regular'),
url('../fonts/roboto-v18-latin-ext_latin-regular.eot?#iefix') format('embedded-opentype'),
url('../fonts/roboto-v18-latin-ext_latin-regular.woff2') format('woff2'),
url('../fonts/roboto-v18-latin-ext_latin-regular.woff') format('woff'),
url('../fonts/roboto-v18-latin-ext_latin-regular.ttf') format('truetype'),
url('../fonts
/roboto-v18-latin-ext_latin-regular.svg#Roboto') format('svg');
}