/* Those fonts should be available on most webbrowsers */
/* see: https://www.w3schools.com/cssref/css_websafe_fonts.asp */
.font-georgia{
    font-family: 'Georgia, serif';
}

.font-palatino{
    font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
}

.font-times_new_roman{
    font-family: "Times New Roman", Times, serif;
}

.font-arial{
    font-family: Arial, Helvetica, sans-serif;
}

.font-arial_black{
    font-family: "Arial Black", Gadget, sans-serif;
}

.font-comic_sans{
    font-family: "Comic Sans MS", cursive, sans-serif;
}

.font-impact{
    font-family: Impact, Charcoal, sans-serif;
}

.font-lucida_sans{
    font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
}

.font-trebuchet{
    font-family: "Trebuchet MS", Helvetica, sans-serif;
}

.font-tahoma{
    font-family: Tahoma, Geneva, sans-serif;
}

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

.font-lucida_console{
    font-family: "Lucida Console", Monaco, monospace;
}
