smf-theme/css/fonts-cabin.css

65 lines
1.5 KiB
CSS
Raw Permalink Normal View History

@font-face {
font-family: 'Cabin';
font-style: italic;
font-weight: 400;
font-stretch: normal;
font-display: swap;
src: url(/Themes/MMF/fonts/Cabin-Italic.woff2) format('woff2');
}
@font-face {
font-family: 'Cabin';
font-style: italic;
font-weight: 500;
font-stretch: normal;
font-display: swap;
src: url(/Themes/MMF/fonts/Cabin-MediumItalic.woff2) format('woff2');
}
@font-face {
font-family: 'Cabin';
font-style: italic;
font-weight: 600;
font-stretch: normal;
font-display: swap;
src: url(/Themes/MMF/fonts/Cabin-SemiBoldItalic.woff2) format('woff2');
}
@font-face {
font-family: 'Cabin';
font-style: italic;
font-weight: 700;
font-stretch: normal;
font-display: swap;
src: url(/Themes/MMF/fonts/Cabin-BoldItalic.woff2) format('woff2');
}
@font-face {
font-family: 'Cabin';
font-style: normal;
font-weight: 400;
font-stretch: normal;
font-display: swap;
src: url(/Themes/MMF/fonts/Cabin-Regular.woff2) format('woff2');
}
@font-face {
font-family: 'Cabin';
font-style: normal;
font-weight: 500;
font-stretch: normal;
font-display: swap;
src: url(/Themes/MMF/fonts/Cabin-Medium.woff2) format('woff2');
}
@font-face {
font-family: 'Cabin';
font-style: normal;
font-weight: 600;
font-stretch: normal;
font-display: swap;
src: url(/Themes/MMF/fonts/Cabin-SemiBold.woff2) format('woff2');
}
@font-face {
font-family: 'Cabin';
font-style: normal;
font-weight: 700;
font-stretch: normal;
font-display: swap;
src: url(/Themes/MMF/fonts/Cabin-Bold.woff2) format('woff2');
}