  @font-face {
    font-family: 'YourFontName'; /*a name to be used later*/
    src: url('../fonts/Madhura_0.ttf'); /*URL to font*/
}

.sin{
             font-family: 'YourFontName' !important;
        }