/* In your child theme's fonts.css file */
@font-face {
    font-family: 'Singo Regular';
    src: url('assets/fonts/SingoRegular.ttf') format('truetype'),
         url('assets/fonts/SingoRegular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
