/* --- НАСТРОЙКИ ЗА СЪОТВЕТСТВИЕ НА ШРИФТОВЕТЕ ВЪТРЕ В РЕДАКТОРА --- */
.ql-container .ql-font-arial { font-family: 'Arial', sans-serif; }
.ql-container .ql-font-times-new-roman { font-family: 'Times New Roman', serif; }
.ql-container .ql-font-verdana { font-family: 'Verdana', sans-serif; }
.ql-container .ql-font-georgia { font-family: 'Georgia', serif; }
.ql-container .ql-font-courier-new { font-family: 'Courier New', monospace; }

/* --- НАСТРОЙКИ ЗА ШРИФТОВЕ В МЕНЮТО --- */
.ql-snow .ql-picker.ql-font .ql-picker-label[data-value="arial"]::before,
.ql-snow .ql-picker.ql-font .ql-picker-item[data-value="arial"]::before { content: 'Arial'; font-family: 'Arial'; }
.ql-snow .ql-picker.ql-font .ql-picker-label[data-value="times-new-roman"]::before,
.ql-snow .ql-picker.ql-font .ql-picker-item[data-value="times-new-roman"]::before { content: 'Times New Roman'; font-family: 'Times New Roman'; }
.ql-snow .ql-picker.ql-font .ql-picker-label[data-value="verdana"]::before,
.ql-snow .ql-picker.ql-font .ql-picker-item[data-value="verdana"]::before { content: 'Verdana'; font-family: 'Verdana'; }
.ql-snow .ql-picker.ql-font .ql-picker-label[data-value="georgia"]::before,
.ql-snow .ql-picker.ql-font .ql-picker-item[data-value="georgia"]::before { content: 'Georgia'; font-family: 'Georgia'; }
.ql-snow .ql-picker.ql-font .ql-picker-label[data-value="courier-new"]::before,
.ql-snow .ql-picker.ql-font .ql-picker-item[data-value="courier-new"]::before { content: 'Courier New'; font-family: 'Courier New'; }

/* --- НАСТРОЙКИ ЗА РАЗМЕРИ В МЕНЮТО --- */
.ql-snow .ql-picker.ql-size .ql-picker-label[data-value="12px"]::before, .ql-snow .ql-picker.ql-size .ql-picker-item[data-value="12px"]::before { content: '12 px'; }
.ql-snow .ql-picker.ql-size .ql-picker-label[data-value="14px"]::before, .ql-snow .ql-picker.ql-size .ql-picker-item[data-value="14px"]::before { content: '14 px'; }
.ql-snow .ql-picker.ql-size .ql-picker-label[data-value="16px"]::before, .ql-snow .ql-picker.ql-size .ql-picker-item[data-value="16px"]::before { content: '16 px'; }
.ql-snow .ql-picker.ql-size .ql-picker-label[data-value="18px"]::before, .ql-snow .ql-picker.ql-size .ql-picker-item[data-value="18px"]::before { content: '18 px'; }
.ql-snow .ql-picker.ql-size .ql-picker-label[data-value="24px"]::before, .ql-snow .ql-picker.ql-size .ql-picker-item[data-value="24px"]::before { content: '24 px'; }
.ql-snow .ql-picker.ql-size .ql-picker-label[data-value="32px"]::before, .ql-snow .ql-picker.ql-size .ql-picker-item[data-value="32px"]::before { content: '32 px'; }

/* Разширяване на кутийката за шрифтове */
.ql-snow .ql-picker.ql-font { width: 155px; }
.ql-snow .ql-picker.ql-font .ql-picker-options { min-width: 155px; }