@font-face {
     font-family: 'MinionPro';
     src: local('MinionPro'),
         url('/webfont/MinionPro-Regular.woff2') format('woff2');
     font-weight: 300;
     font-style: normal;
     font-display: swap;
}


@font-face {
     font-family: 'MinionPro';
     src: local('MinionPro'),
         url('/webfont/MinionPro-Bold.woff2') format('woff2');
     font-weight: 600;
     font-style: normal;
     font-display: swap;
}


@font-face {
     font-family: 'MinionPro';
     src: local('MinionPro'),
         url('/webfont/MinionPro-Medium.woff2') format('woff2');
     font-weight: 400;
     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: 'Optika-Black';
     src: local('Optika-Black'),
         url('/webfont/Optika-BlackItalic.woff2') format('woff2');
     font-weight: normal;
     font-style: italic;
     font-display: swap;
}
 */

