CuteBoard/static/css/fonts.css
2026-06-27 01:56:59 -05:00

48 lines
1.0 KiB
CSS

@font-face {
font-family: 'Cinzel';
font-style: normal;
font-weight: 400;
font-display: swap;
src: url('../fonts/Cinzel-Regular.ttf') format('truetype');
}
@font-face {
font-family: 'Cinzel';
font-style: normal;
font-weight: 700;
font-display: swap;
src: url('../fonts/Cinzel-Bold.ttf') format('truetype');
}
@font-face {
font-family: 'Orbitron';
font-style: normal;
font-weight: 400;
font-display: swap;
src: url('../fonts/Orbitron-Regular.ttf') format('truetype');
}
@font-face {
font-family: 'Orbitron';
font-style: normal;
font-weight: 900;
font-display: swap;
src: url('../fonts/Orbitron-Black.ttf') format('truetype');
}
@font-face {
font-family: 'Playfair Display';
font-style: normal;
font-weight: 700;
font-display: swap;
src: url('../fonts/PlayfairDisplay-Bold.ttf') format('truetype');
}
@font-face {
font-family: 'Playfair Display';
font-style: italic;
font-weight: 700;
font-display: swap;
src: url('../fonts/PlayfairDisplay-BoldItalic.ttf') format('truetype');
}