@font-face {
  font-family: "mgenplus-1c-light";
  font-style: normal;
  font-weight: normal;
  src: url("mgenplus-1c-light.eot");
  src: url("mgenplus-1c-light.ttf") format('truetype'),
       url("mgenplus-1c-light.woff") format('woff');
  transform: rotate(0.028deg);
  -o-transform: rotate(0.028deg);
  -ms-transform: rotate(0.028deg);
  -moz-transform: rotate(0.028deg);
  -webkit-transform: rotate(0.028deg);
}

.myFontLight {
  font-family: "mgenplus-1c-light";
}

@font-face {
  font-family: "mgenplus-1c-regular";
  font-style: normal;
  font-weight: normal;
  src: url("mgenplus-1c-regular.eot");
  src: url("mgenplus-1c-regular.ttf") format('truetype'),
       url("mgenplus-1c-regular.woff") format('woff'); 
  transform: rotate(0.028deg);
  -o-transform: rotate(0.028deg);
  -ms-transform: rotate(0.028deg);
  -moz-transform: rotate(0.028deg);
  -webkit-transform: rotate(0.028deg);
}
.myFontRegular {
  font-family: "mgenplus-1c-regular";
}

