/***** FONTS ***************************************************************************/
/*========================================================= BaroqueScript =============*/

/*
@font-face {
	font-family: 'BaroqueScriptRegular';
	src: url('fonts/baroquescript-webfont.eot');
	src: local('?'), url('fonts/baroquescript-webfont.woff') format('woff'), url('fonts/baroquescript-webfont.ttf') format('truetype'), url('fonts/baroquescript-webfont.svg#webfont') format('svg');
	font-weight: normal;
	font-style: normal;
}
*/
@font-face {
    font-family: 'BaroqueScriptRegular';
    src: url('fonts/baroquescript-webfont.eot');
    src: local('Baroque Script Regular'), 
         local('Baroque Script'), 
         url('fonts/baroquescript-webfont.ttf') format('truetype'),
         url('fonts/baroquescript-webfont.svg#webfont') format('svg'); 
}
.BaroqueScript { font-family: 'BaroqueScriptRegular', sans-serif; font-weight: normal; font-style: normal; line-height: normal; }

/*========================================================= LoveLetterTW ==============*/
/*
@font-face {
	font-family: 'LoveLetterTW';
	src: url('fonts/lovelt__-webfont.eot');
	src: local('?'), url('fonts/lovelt__-webfont.woff') format('woff'), url('fonts/lovelt__-webfont.ttf') format('truetype'), url('fonts/lovelt__-webfont.svg#webfont') format('svg');
	font-weight: normal;
	font-style: normal;
}
*/
@font-face {
    font-family: 'LoveLetterTW';
    src: url('fonts/lovelt__-webfont.eot');
    src: local('Love LetterTW'), 
         local('LoveLetterTW'), 
         url('fonts/lovelt__-webfont.ttf') format('truetype'),
         url('fonts/lovelt__-webfont.svg#webfont') format('svg'); 
}
.LoveLetterTW { font-family: 'LoveLetterTW', "Times New Roman", "Arial", "Helvtica", sans-serif; font-weight: normal; font-style: normal; line-height: normal; }
