/* 
    Document   : font
    Created on : 30.03.2012, 15:05:13
    Author     : tobias
    Description:
        Purpose of the stylesheet follows.


@font-face {
	font-family:'Diamante-Regular';
	local: Diamante-Regular;                 
	                                  
	src: url("Diamante-Regular.ttf");    
	font-weight:lighter ;   
}
*/
@font-face {
    font-family: "Diamante-Regular";
    src:  url("Diamante-Regular.ttf") format("truetype");
    font-weight: lighter;
}

