60 lines
1.5 KiB
CSS
60 lines
1.5 KiB
CSS
/* ===== ЛОКАЛЬНЫЕ ШРИФТЫ ===== */
|
|
|
|
/* JetBrains Mono */
|
|
@font-face {
|
|
font-family: 'JetBrains Mono';
|
|
font-style: normal;
|
|
font-weight: 400;
|
|
src: url('/fonts/JetBrainsMono/ttf/JetBrainsMono-Regular.ttf') format('truetype');
|
|
font-display: swap;
|
|
}
|
|
|
|
@font-face {
|
|
font-family: 'JetBrains Mono';
|
|
font-style: normal;
|
|
font-weight: 600;
|
|
src: url('/fonts/JetBrainsMono/ttf/JetBrainsMono-Bold.ttf') format('truetype');
|
|
font-display: swap;
|
|
}
|
|
|
|
@font-face {
|
|
font-family: 'JetBrains Mono';
|
|
font-style: normal;
|
|
font-weight: 700;
|
|
src: url('/fonts/JetBrainsMono/ttf/JetBrainsMono-ExtraBold.ttf') format('truetype');
|
|
font-display: swap;
|
|
}
|
|
|
|
/* Orbitron - для заголовков */
|
|
@font-face {
|
|
font-family: 'Orbitron';
|
|
font-style: normal;
|
|
font-weight: 400;
|
|
src: url('/fonts/Orbitron/static/Orbitron-Regular.ttf') format('truetype');
|
|
font-display: swap;
|
|
}
|
|
|
|
@font-face {
|
|
font-family: 'Orbitron';
|
|
font-style: normal;
|
|
font-weight: 600;
|
|
src: url('/fonts/Orbitron/static/Orbitron-SemiBold.ttf') format('truetype');
|
|
font-display: swap;
|
|
}
|
|
|
|
@font-face {
|
|
font-family: 'Orbitron';
|
|
font-style: normal;
|
|
font-weight: 700;
|
|
src: url('/fonts/Orbitron/static/Orbitron-Bold.ttf') format('truetype');
|
|
font-display: swap;
|
|
}
|
|
|
|
/* Share Tech Mono - для статусов и значений */
|
|
@font-face {
|
|
font-family: 'Share Tech Mono';
|
|
font-style: normal;
|
|
font-weight: 400;
|
|
src: url('/fonts/ShareTechMono-Regular.ttf') format('truetype');
|
|
font-display: swap;
|
|
} |