<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*FONTS.CSS*/
/*-------------------------------------------------------------------------------------------------------------------------------*/
/* Author: Designova.*/
/* Website: http://www.designova.net */
/* Copyright: (C) 2013 */
/*-------------------------------------------------------------------------------------------------------------------------------*/
/* YOUR CUSTOM FONTS CAN BE DEFINED HERE VIA CSS3 FONT-FACE TECHNOLOGY*/
/* More info : http://www.littleboxofideas.com/blog/tutorials/how-do-i-implement-font-face */
/*-------------------------------------------------------------------------------------------------------------------------------*/
.font6{
    font-family: 'Fredericka the Great', sans-serif;
}

.font7{
    font-family: 'Cabin Sketch', sans-serif;
}
.font8{
    font-family: 'Londrina Sketch', sans-serif;
}

.font9{
    font-family: 'Walter Turncoat', sans-serif;
}</pre></body></html>