@font-face {
    font-family: 'Rabar'; /* Name to reference the font in your CSS */
    src: url('Rabar_021.ttf') format('truetype'); /* Adjust the path as needed */
    font-weight: normal;
    font-style: normal;
}

.Rabar {
    font-family: 'Rabar', sans-serif; /* Use the font in your CSS */
}
