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

46 lines
1.2 KiB
CSS
Raw Permalink Normal View History

2026-03-04 08:33:34 +01:00
@font-face {
font-family: 'Decor Pixel Round';
src: url('DecorPixelRound-Bold.woff2') format('woff2'),
url('DecorPixelRound-Bold.woff') format('woff');
font-weight: bold;
font-style: normal;
font-display: swap;
}
@font-face {
font-family: 'Decor Pixel Round';
src: url('DecorPixelRound-Regular.woff2') format('woff2'),
url('DecorPixelRound-Regular.woff') format('woff');
font-weight: normal;
font-style: normal;
font-display: swap;
}
@font-face {
font-family: 'Decor Pixel Round';
src: url('DecorPixelRound-Medium.woff2') format('woff2'),
url('DecorPixelRound-Medium.woff') format('woff');
font-weight: 500;
font-style: normal;
font-display: swap;
}
@font-face {
font-family: 'Decor Round Random';
src: url('DecorRoundRandom-Regular.woff2') format('woff2'),
url('DecorRoundRandom-Regular.woff') format('woff');
font-weight: normal;
font-style: normal;
font-display: swap;
}
@font-face {
font-family: 'Decor Round Random Random';
src: url('DecorRoundRandomRandom-Regular.woff2') format('woff2'),
url('DecorRoundRandomRandom-Regular.woff') format('woff');
font-weight: normal;
font-style: normal;
font-display: swap;
}