@font-face {
  font-family: "iconfont"; /* Project id 4430126 */
  src: url('//at.alicdn.com/t/c/font_4430126_o15a7sxuoni.woff2?t=1706777816446') format('woff2'),
       url('//at.alicdn.com/t/c/font_4430126_o15a7sxuoni.woff?t=1706777816446') format('woff'),
       url('//at.alicdn.com/t/c/font_4430126_o15a7sxuoni.ttf?t=1706777816446') format('truetype');
}

.iconfont {
  font-family: "iconfont" !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-tab-plus:before {
  content: "\e614";
}

.icon-dark:before {
  content: "\e611";
}

.icon-light:before {
  content: "\e602";
}

.icon-window-min:before {
  content: "\e65b";
}

