Template:Tongji China/CSS 3

/* This document, originally from getmdl.io, was modified */

@font-face {

 font-family: 'Material Icons';
 font-style: normal;
 font-weight: 400;
 src: url('https://static.igem.org/mediawiki/2017/2/25/2017tongji_MaterialIcons-Regular.eot');
 src: url('https://static.igem.org/mediawiki/2017/2/25/2017tongji_MaterialIcons-Regular.eot?#iefix') format('embedded-opentype'),
      url('https://static.igem.org/mediawiki/2017/2/22/2017tongji_MaterialIcons-Regular.woff') format('woff'),
      url('https://static.igem.org/mediawiki/2017/f/f7/2017tongji_MaterialIcons-Regular.ttf')  format('truetype'),
      url('https://static.igem.org/mediawiki/2017/c/c7/2017tongji_MaterialIcons-Regular.svg#svgFontName') format('svg');

}

.material-icons {

 font-family: 'Material Icons';
 font-weight: normal;
 font-style: normal;
 font-size: 24px;
 line-height: 1;
 letter-spacing: normal;
 text-transform: none;
 display: inline-block;
 white-space: nowrap;
 word-wrap: normal;
 direction: ltr;
 -webkit-font-feature-settings: 'liga';
 -webkit-font-smoothing: antialiased;

}