

@font-face {
    font-family: 'The Bold Font';
    src: url('./the-bold-font/TheBoldFont.woff') format('woff'),
        url('./the-bold-font/TheBoldFont.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}

