decor-6-expe/maquette-tests/assets/fonts/Ivory/stylesheet.css

65 lines
1.4 KiB
CSS
Raw Permalink Normal View History

2026-02-23 11:35:07 +01:00
@font-face {
font-family: 'Ivory';
src: url('IvoryLLTrialWeb-Light.woff2') format('woff2');
font-weight: 300;
font-style: normal;
font-display: swap;
}
@font-face {
font-family: 'Ivory';
src: url('IvoryLLTrialWeb-LightItalic.woff2') format('woff2');
font-weight: 300;
font-style: italic;
font-display: swap;
}
@font-face {
font-family: 'Ivory';
src: url('IvoryLLTrialWeb-Regular.woff2') format('woff2');
font-weight: normal;
font-style: normal;
font-display: swap;
}
@font-face {
font-family: 'Ivory';
src: url('IvoryLLTrialWeb-Italic.woff2') format('woff2');
font-weight: normal;
font-style: italic;
font-display: swap;
}
@font-face {
font-family: 'Ivory';
src: url('IvoryLLTrialWeb-Medium.woff2') format('woff2');
font-weight: 500;
font-style: normal;
font-display: swap;
}
@font-face {
font-family: 'Ivory';
src: url('IvoryLLTrialWeb-MediumItalic.woff2') format('woff2');
font-weight: 500;
font-style: italic;
font-display: swap;
}
@font-face {
font-family: 'Ivory';
src: url('IvoryLLTrialWeb-Bold.woff2') format('woff2');
font-weight: bold;
font-style: normal;
font-display: swap;
}
@font-face {
font-family: 'Ivory';
src: url('IvoryLLTrialWeb-BoldItalic.woff2') format('woff2');
font-weight: bold;
font-style: italic;
font-display: swap;
}