/* fonts.css */

@font-face {
    font-family: "OpenSans-Bold";  
    src: url("../fonds/Open_Sans/static/OpenSans-Bold.ttf") format("truetype"); 
    font-style: normal; 
    font-weight: normal;
}

@font-face {
    font-family: "OpenSans-Medium";  
    src: url("../fonds/Open_Sans/static/OpenSans-Medium.ttf") format("truetype"); 
    font-style: normal; 
    font-weight: normal;
} 

@font-face {
    font-family: "OpenSans-LightItalic";  
    src: url("../fonds/Open_Sans/static/OpenSans-LightItalic.ttf") format("truetype"); 
    font-style: normal; 
    font-weight: normal;
}  