/*图标icon*/
@font-face {
  font-family: 'cnrfont';  /* project id 124648 */
}
/*藏语字体*/
@font-face {
  font-family: 'tibetanfont';  /* project id?124648" */
}
/*维语字体*/
@font-face {
  font-family: 'uyghurfont';  /* project id?124648" */
}
/*哈语字体*/
@font-face {
  font-family: 'kazakfont';  /* project id?124648" */
}

.cnrfont {
  font-family:"cnrfont" !important;
  font-size:16px;
  font-style:normal;
  -webkit-font-smoothing: antialiased;
  -webkit-text-stroke-width: 0.2px;
  -moz-osx-font-smoothing: grayscale;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  cursor: pointer;
}
