@font-face {
	font-family: 'Roboto Mono';
	font-style: normal;
	font-weight: normal;
	src:
		local('Roboto Mono'),
		local('RobotoMono-Regular'),
		/* from https://fonts.gstatic.com/s/robotomono/v5/L0x5DF4xlVMF-BfR8bXMIjhLq38.woff2 */
		url('Roboto_Mono.woff2') format('woff2'),
		/* from https://fonts.gstatic.com/s/robotomono/v5/L0x5DF4xlVMF-BfR8bXMIjhLq3k.woff */
		url('Roboto_Mono.woff') format('woff'),
		/* from https://fonts.gstatic.com/s/robotomono/v5/L0x5DF4xlVMF-BfR8bXMIjhLq3s.eot */
		url('Roboto_Mono.eot?#iefix') format('embedded-opentype'),
		/* from https://fonts.gstatic.com/l/font?kit=L0x5DF4xlVMF-BfR8bXMIjhLq3g&skey=7b92570108d40690&v=v5#RobotoMono */
		url('Roboto_Mono.svg#RobotoMono') format('svg'),
		/* from https://fonts.gstatic.com/s/robotomono/v5/L0x5DF4xlVMF-BfR8bXMIjhLq3o.ttf */
		url('Roboto_Mono.ttf') format('truetype');
}
