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

73 lines
1.7 KiB
CSS
Raw Permalink Normal View History

2026-03-04 08:33:34 +01:00
@font-face {
font-family: 'Bilzig';
src: url('Bilzig-Black.woff2') format('woff2'),
url('Bilzig-Black.woff') format('woff');
font-weight: 900;
font-style: normal;
font-display: swap;
}
@font-face {
font-family: 'Bilzig';
src: url('Bilzig-BlackItalic.woff2') format('woff2'),
url('Bilzig-BlackItalic.woff') format('woff');
font-weight: 900;
font-style: italic;
font-display: swap;
}
@font-face {
font-family: 'Bilzig';
src: url('Bilzig-Bold.woff2') format('woff2'),
url('Bilzig-Bold.woff') format('woff');
font-weight: bold;
font-style: normal;
font-display: swap;
}
@font-face {
font-family: 'Bilzig';
src: url('Bilzig-Italic.woff2') format('woff2'),
url('Bilzig-Italic.woff') format('woff');
font-weight: normal;
font-style: italic;
font-display: swap;
}
@font-face {
font-family: 'Bilzig';
src: url('Bilzig-BoldItalic.woff2') format('woff2'),
url('Bilzig-BoldItalic.woff') format('woff');
font-weight: bold;
font-style: italic;
font-display: swap;
}
@font-face {
font-family: 'Bilzig';
src: url('Bilzig-Medium.woff2') format('woff2'),
url('Bilzig-Medium.woff') format('woff');
font-weight: 500;
font-style: normal;
font-display: swap;
}
@font-face {
font-family: 'Bilzig';
src: url('Bilzig-MediumItalic.woff2') format('woff2'),
url('Bilzig-MediumItalic.woff') format('woff');
font-weight: 500;
font-style: italic;
font-display: swap;
}
@font-face {
font-family: 'Bilzig';
src: url('Bilzig-Regular.woff2') format('woff2'),
url('Bilzig-Regular.woff') format('woff');
font-weight: normal;
font-style: normal;
font-display: swap;
}