@font-face {
  font-family: 'Nioicon';
  src: url('../fonts/Nioicon.eot?1.0.0');
  src: url('../fonts/Nioicon.eot?1.0.0#iefix') format('embedded-opentype'),
       url('../fonts/Nioicon.ttf?1.0.0') format('truetype'),
       url('../fonts/Nioicon.woff?1.0.0') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

[class^="ni-"], [class*=" ni-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'Nioicon' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  
  /* Better Font Rendering */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon.ni {
  font-family: 'Nioicon' !important;
}

.ni-user-list:before {
  content: "\ea63";
}

/* 添加其他常用图标 */
.ni-alert-fill:before {
  content: "\ea01";
}
.ni-alert:before {
  content: "\ea02";
}
.ni-check:before {
  content: "\ea16";
}
.ni-home:before {
  content: "\ea35";
}
.ni-user:before {
  content: "\ea64";
}
.ni-setting:before {
  content: "\ea4e";
}
.ni-menu:before {
  content: "\ea41";
}
.ni-help:before {
  content: "\ea32";
}
.ni-info:before {
  content: "\ea39";
}
.ni-chevron-down:before {
  content: "\ea17";
}
.ni-chevron-up:before {
  content: "\ea1a";
}
.ni-chevron-left:before {
  content: "\ea18";
}
.ni-chevron-right:before {
  content: "\ea19";
} 