19 lines
		
	
	
		
			849 B
		
	
	
	
		
			CSS
		
	
	
	
	
	
			
		
		
	
	
			19 lines
		
	
	
		
			849 B
		
	
	
	
		
			CSS
		
	
	
	
	
	
| @font-face {
 | |
|     font-family: 'Roboto';
 | |
|     font-style: normal;
 | |
|     font-weight: normal;
 | |
|     src:
 | |
|         local('Roboto'),
 | |
|         local('Roboto-Regular'),
 | |
|         /* from https://fonts.gstatic.com/s/roboto/v18/KFOmCnqEu92Fr1Mu4mxO.eot */
 | |
|         url('Roboto.eot?#iefix') format('embedded-opentype'),
 | |
|         /* from https://fonts.gstatic.com/s/roboto/v18/KFOmCnqEu92Fr1Mu4mxM.woff */
 | |
|         url('Roboto.woff') format('woff'),
 | |
|         /* from https://fonts.gstatic.com/s/roboto/v18/KFOmCnqEu92Fr1Mu4mxK.woff2 */
 | |
|         url('Roboto.woff2') format('woff2'),
 | |
|         /* from https://fonts.gstatic.com/l/font?kit=KFOmCnqEu92Fr1Mu4mxN&skey=a0a0114a1dcab3ac&v=v18#Roboto */
 | |
|         url('Roboto.svg#Roboto') format('svg'),
 | |
|         /* from https://fonts.gstatic.com/s/roboto/v18/KFOmCnqEu92Fr1Mu4mxP.ttf */
 | |
|         url('Roboto.ttf') format('truetype');
 | |
| }
 |