@font-face {
  font-family: "t";
  src: url('./t.eot'), /* for IE 9*/
  url('./t.eot?#iefix') format("embedded-opentype"), /* under IE9 */
  url('./t.woff') format("woff"),  /* chrome, firefox */
  url('./t.ttf') format("truetype"),  /* opera, Safari, Android, iOS 4.2+ */
  url('./t.svg') format("svg");  /* iOS 4.1- */
  font-weight: normal;
  font-style: normal;
}