@font-face {
    font-family: 'josefin';
    src: url('images/josefin-sans.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
body{
    font-family: "josefin";
}