@font-face {
     font-family: 'Core Sans C';
     src: local('Core Sans C'),
         url('https://expression.bitpix.au/webfonts/S-Core-CoreSansC-45Regular.woff') format('woff');
     font-weight: normal;
     font-style: normal;
     font-display: swap;
}
 
/*
Include an additional @font-face block for each font file in the family.
Change the font-weight and font-style value to match each font file
*/
@font-face {
     font-family: 'Core Sans C';
     src: local('Core Sans C'),
         url('https://expression.bitpix.au/webfonts/S-Core-CoreSansC-65Bold.woff') format('woff');
     font-weight: bold;
     font-style: normal;
     font-display: swap;
 }
