@font-face {
  font-family: "MS UI Gothic";
  src: url("/fonts/ms-ui-gothic-regular/ms-ui-gothic-regular.woff2") format("woff2"),
       url("/fonts/ms-ui-gothic-regular/ms-ui-gothic-regular.woff") format("woff");
}
@import url("https://netdna.bootstrapcdn.com/font-awesome/4.1.0/css/font-awesome.min.css");

*{
font-family: 'MS UI Gothic', Arial, sans-serif !important;
}
i {
font-family: fontawesome !important;
}