Here's what I've got in my custom.css file:
@font-face {
font-family: 'Industry Test Demi';
src: url('Industry-Demi.woff2') format('woff2'),
url('Industry-Demi.woff') format('woff');
font-weight: 600;
font-style: normal;
font-display: swap;
}
@font-face {
font-family: 'Industry Test';
src: url('Industry-Bold.woff2') format('woff2'),
url('Industry-Bold.woff') format('woff');
font-weight: bold;
font-style: normal;
font-display: swap;
}
@font-face {
font-family: 'Industry Test';
src: url('Industry-MediumItalic.woff2') format('woff2'),
url('Industry-MediumItalic.woff') format('woff');
font-weight: 500;
font-style: italic;
font-display: swap;
}
@font-face {
font-family: 'Industry Test';
src: url('Industry-Black.woff2') format('woff2'),
url('Industry-Black.woff') format('woff');
font-weight: 800;
font-style: normal;
font-display: swap;
}
@font-face {
font-family: 'Industry Test';
src: url('Industry-BlackItalic.woff2') format('woff2'),
url('Industry-BlackItalic.woff') format('woff');
font-weight: 800;
font-style: italic;
font-display: swap;
}
@font-face {
font-family: 'Industry Test Ultra';
src: url('Industry-UltraItalic.woff2') format('woff2'),
url('Industry-UltraItalic.woff') format('woff');
font-weight: 900;
font-style: italic;
font-display: swap;
}
@font-face {
font-family: 'Industry Test';
src: url('Industry-ThinItalic.woff2') format('woff2'),
url('Industry-ThinItalic.woff') format('woff');
font-weight: 100;
font-style: italic;
font-display: swap;
}
@font-face {
font-family: 'Industry Test Demi';
src: url('Industry-DemiItalic.woff2') format('woff2'),
url('Industry-DemiItalic.woff') format('woff');
font-weight: 600;
font-style: italic;
font-display: swap;
}
@font-face {
font-family: 'Industry Test Book';
src: url('Industry-BookItalic.woff2') format('woff2'),
url('Industry-BookItalic.woff') format('woff');
font-weight: normal;
font-style: italic;
font-display: swap;
}
@font-face {
font-family: 'Industry Test';
src: url('Industry-Medium.woff2') format('woff2'),
url('Industry-Medium.woff') format('woff');
font-weight: 500;
font-style: normal;
font-display: swap;
}
@font-face {
font-family: 'Industry Test';
src: url('Industry-LightItalic.woff2') format('woff2'),
url('Industry-LightItalic.woff') format('woff');
font-weight: 300;
font-style: italic;
font-display: swap;
}
@font-face {
font-family: 'Industry Test Book';
src: url('Industry-Book.woff2') format('woff2'),
url('Industry-Book.woff') format('woff');
font-weight: normal;
font-style: normal;
font-display: swap;
}
@font-face {
font-family: 'Industry Test';
src: url('Industry-Thin.woff2') format('woff2'),
url('Industry-Thin.woff') format('woff');
font-weight: 100;
font-style: normal;
font-display: swap;
}
@font-face {
font-family: 'Industry Test';
src: url('Industry-Light.woff2') format('woff2'),
url('Industry-Light.woff') format('woff');
font-weight: 300;
font-style: normal;
font-display: swap;
}
@font-face {
font-family: 'Industry Test';
src: url('Industry-BoldItalic.woff2') format('woff2'),
url('Industry-BoldItalic.woff') format('woff');
font-weight: bold;
font-style: italic;
font-display: swap;
}
@font-face {
font-family: 'Industry Test Ultra';
src: url('Industry-Ultra.woff2') format('woff2'),
url('Industry-Ultra.woff') format('woff');
font-weight: 900;
font-style: normal;
font-display: swap;
}
body, p, h1, h2, h3, h4, a {font-family: 'Industry', Veranda;}
However, I can't choose it from the dropdown in the template's Typography settings (it doesn't exist in the list) and the fonts on https://mim.threecats.digital don't reflect the new font.