	@font-face {
	  font-family: 'Material Icons';
	  font-weight: 400;
	  font-style: normal;
	  src: local('Material Icons'), local('MaterialIcons-Regular'),
		url('material-icons-base-400-normal.woff2') format('woff2'),
		url('material-icons-base-400-normal.woff') format('woff'),
		url('MaterialIcons-Regular.ttf') format('ttf');
	}
	.material-icons {
	  display: inline-block;
	  font-family: 'Material Icons';
	  font-size: 24px; /* Preferred icon size 24px */
	  font-weight: normal;
	  line-height: 1;
	  font-style: normal;
	  text-transform: none;
	  letter-spacing: normal;
	  word-wrap: normal;
	  white-space: nowrap;
	  direction: ltr;
	  /* Support for all WebKit browsers. */
	  -webkit-font-smoothing: antialiased;
	  /* Support for Safari and Chrome. */
	  text-rendering: optimizeLegibility;
	  /* Support for Firefox. */
	  -moz-osx-font-smoothing: grayscale;
	  /* Support for IE. */
	  font-feature-settings: 'liga';
	}
		
		