@import url('https://fonts.googleapis.com/css?family=Roboto&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Indie+Flower&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Great+Vibes&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Fredericka+the+Great&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Pinyon+Script&display=swap');

@font-face {
    font-family: 'Lucida Sans Unicode';
    font-style: normal;
    font-weight: 400;
    src: local('Lucida Sans Unicode'), local('LucidaSansUnicode-Regular'),
        url("../fonts/lucida-sans-unicode.woff") format('woff'),
        url("../fonts/lucida-sans-unicode.ttf") format('truetype');
}


@font-face {
    font-family: "Courier New";
    src: url("../fonts/cour.woff");
}

@font-face {
    font-family: "Times new roman";
    src: url("../fonts/times-new-roman.woff");
}

@font-face {
    font-family: "Georgia";
    src: url("../fonts/georgia.woff");
}


@font-face {
    font-family: "Calibri";
    src: url("../fonts/Calibri-Regular.woff");
}


@font-face {
    font-family: "Mojito in June";
    src: url("../fonts/mojito.woff");
}

@font-face {
    font-family: "Flow Ext";
    src: url("../fonts/Flow.otf");
}

@font-face {
    font-family: "Great Victorian";
    src: url("../fonts/GreatVictorian-Swashed.otf");
}

@font-face {
    font-family: "Herr Von Muellerhoff";
    src: url("../fonts/HerrVonMuellerhoff-Regular.otf");
}

@font-face {
    font-family: "Brush Script Mt";
    src: url("../fonts/brush-script-mt-kursiv.woff");
}


.ql-font span[data-label="Times new roman"]::before {
    font-family: "Times new roman";
}

.ql-font span[data-label="Lucida Sans Unicode"]::before {
    font-family: "Lucida Sans Unicode";
}


.ql-font span[data-label="Sans Serif"]::before {
    font-family: "Sans Serif";
}

.ql-font span[data-label="Inconsolata"]::before {
    font-family: "Inconsolata";
}

.ql-font span[data-label="Roboto"]::before {
    font-family: "Roboto";
}

.ql-font span[data-label="Mirza"]::before {
    font-family: "Mirza";
}

.ql-font span[data-label="Arial"]::before {
    font-family: "Arial";
}

.ql-font span[data-label="Indie Flower"]::before {
    font-family: "Indie Flower";
}

.ql-font span[data-label="Great Vibes"]::before {
    font-family: "Great Vibes";
}

.ql-font span[data-label="Fredericka the Great"]::before {
    font-family: "Fredericka the Great";
}

.ql-font span[data-label="Mojito"]::before {
    font-family: "Mojito in June";
}

.ql-font span[data-label="Flow"]::before {
    font-family: "Flow Ext";
}

.ql-font span[data-label="Great Victorian"]::before {
    font-family: "Great Victorian";
}

.ql-font span[data-label="Muellerhoff"]::before {
    font-family: "Herr Von Muellerhoff";
}

.ql-font span[data-label="Pinyon"]::before {
    font-family: "Pinyon Script";
} 

.ql-font span[data-label="Brush"]::before {
    font-family: "Brush Script Mt";
} 

.ql-font span[data-label="Victorian"]::before {
    font-family: "Great Victorian";
} 


.ql-font span[data-label="Courier New"]::before {
    font-family: "Courier New";
} 

.ql-font span[data-label="Calibri"]::before {
    font-family: "Calibri";
}

.ql-font span[data-label="Georgia"]::before {
    font-family: "Georgia";
}



/* Set content font-families */

.ql-font-times {
    font-family: "Times new roman";
}

.ql-font-lucida {
    font-family: "Lucida Sans Unicode";
}


.ql-font-georgia {
    font-family: "Georgia";
}

.ql-font-inconsolata {
font-family: "Inconsolata";
}

.ql-font-roboto {
font-family: "Roboto";
}

.ql-font-mirza {
font-family: "Mirza";
}

.ql-font-courier {
    font-family: "Courier New";
}

.ql-font-calibri {
    font-family: "Calibri";
}

.ql-font-arial {
font-family: "Arial";
}

.ql-font-indie {
font-family: "Indie Flower";
}

.ql-font-vibes {
font-family: "Great Vibes";
}

.ql-font-fredericka {
font-family: "Fredericka the Great";
}

.ql-font-mojito {
    font-family: "Mojito in June";
}

.ql-font-flow {
    font-family: "Flow Ext";
}

.ql-font-victorian {
    font-family: "Great Victorian";
}

.ql-font-muellerhoff {
    font-family: "Herr Von Muellerhoff";
}

.ql-font-pinyon {
    font-family: "Pinyon Script";
}

.ql-font-brush {
    font-family: "Brush Script Mt";
}