@font-face {
    font-family: font-primary;
    src: url('woff/iransansx-medium.woff') format('woff'),
    url('woff2/iransansx-medium.woff2') format('woff2');
    font-variation-settings: "rdot" 1;
}

@font-face {
    font-family: font-ultra-light;
    src: url('woff/iransansx-ultralight.woff') format('woff'),
    url('woff2/iransansx-ultralight.woff2') format('woff2');
    font-variation-settings: "rdot" 1;
}

@font-face {
    font-family: font-light;
    src: url('woff/iransansx-light.woff') format('woff'),
    url('woff2/iransansx-light.woff2') format('woff2');
    font-variation-settings: "rdot" 1;
}

@font-face {
    font-family: font-regular;
    src: url('woff/iransansx-regular.woff') format('woff'),
    url('woff2/iransansx-regular.woff2') format('woff2');
    font-variation-settings: "rdot" 1;
}

@font-face {
    font-family: font-medium;
    src: url('woff/iransansx-medium.woff') format('woff'),
    url('woff2/iransansx-medium.woff2') format('woff2');
    font-variation-settings: "rdot" 1;
}

@font-face {
    font-family: font-bold;
    src: url('woff/iransansx-bold.woff') format('woff'),
    url('woff2/iransansx-bold.woff2') format('woff2');
    font-variation-settings: "rdot" 1;
}

@font-face {
    font-family: font-demi-bold;
    src: url('woff/iransansx-demibold.woff') format('woff'),
    url('woff2/iransansx-demibold.woff2') format('woff2');
    font-variation-settings: "rdot" 1;
}

@font-face {
    font-family: font-extra-bold;
    src: url('woff/iransansx-extrabold.woff') format('woff'),
    url('woff2/iransansx-extrabold.woff2') format('woff2');
    font-variation-settings: "rdot" 1;
}

/*اضافه شده*/

@font-face {
  font-family: 'Vazir';
  src: url('woff2/Vazir-Light-WOL.woff2') format('woff2'),
       url('woff/Vazir-Light-WOL.woff') format('woff'),
       url('ttf/Vazir-Light-WOL.ttf') format('truetype'),
       url('eot/Vazir-Light-WOL.eot') format('embedded-opentype');
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: 'Vazir';
  src: url('woff2/Vazir-Bold-WOL.woff2') format('woff2'),
       url('woff/Vazir-Bold-WOL.woff') format('woff'),
       url('ttf/Vazir-Bold-WOL.ttf') format('truetype'),
       url('eot/Vazir-Bold-WOL.eot') format('embedded-opentype');
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: 'Vazir';
  src: url('woff2/Vazir-Black-WOL.woff2') format('woff2'),
       url('woff/Vazir-Black-WOL.woff') format('woff'),
       url('ttf/Vazir-Black-WOL.ttf') format('truetype'),
       url('eot/Vazir-Black-WOL.eot') format('embedded-opentype');
  font-weight: 900;
  font-style: normal;
}


@font-face {
  font-family: 'BNazanin';
  src: url('woff/pixelboy-BNazanin.woff') format('woff'),
       url('ttf/pixelboy-BNazanin.ttf') format('truetype'),
       url('eot/pixelboy-BNazanin.eot') format('embedded-opentype');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Yekan';
  src: url('woff/Yekan.woff') format('woff'),
       url('ttf/Yekan.ttf') format('truetype'),
       url('eot/Yekan.eot') format('embedded-opentype');
  font-weight: normal;
  font-style: normal;
}

/* متن داخل ادیتور */
.ql-font-BNazanin {
  font-family: 'BNazanin', Tahoma, Arial, sans-serif;
}
.ql-font-Yekan {
  font-family: 'Yekan', Tahoma, Arial, sans-serif;
}

.ql-font-Vazir {
  font-family: 'Vazir', Tahoma, Arial, sans-serif;
}

/* متن داخل دراپ‌داون تولبار */
.ql-snow .ql-picker.ql-font .ql-picker-label[data-value="BNazanin"]::before,
.ql-snow .ql-picker.ql-font .ql-picker-item[data-value="BNazanin"]::before {
  content: "ب نازنین";
  font-family: 'BNazanin';
}

.ql-snow .ql-picker.ql-font .ql-picker-label[data-value="Yekan"]::before,
.ql-snow .ql-picker.ql-font .ql-picker-item[data-value="Yekan"]::before {
  content: "یکان";
  font-family: 'Yekan';
}


.ql-snow .ql-picker.ql-font .ql-picker-label[data-value="Vazir"]::before,
.ql-snow .ql-picker.ql-font .ql-picker-item[data-value="Vazir"]::before {
  content: "وزیر";
  font-family: 'Vazir';
}

