feat: use real Sechenov CSS/fonts/images (Proxima Nova, bootstrap, styles)

This commit is contained in:
aedes
2026-04-20 21:44:42 +03:00
parent 0870df7341
commit 034951aa78
23 changed files with 11366 additions and 663 deletions

View File

@@ -0,0 +1,25 @@
/* Proxima Nova — localized paths */
@font-face {
font-family: 'proxima_nova_ltlight';
src: url('/assets/fonts/proxima-light.woff2') format('woff2'),
url('/assets/fonts/proxima-light.woff') format('woff');
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: 'proxima_nova_rgbold';
src: url('/assets/fonts/proxima-bold.woff2') format('woff2'),
url('/assets/fonts/proxima-bold.woff') format('woff');
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: 'proxima_nova_rgregular';
src: url('/assets/fonts/proxima-regular.woff2') format('woff2'),
url('/assets/fonts/proxima-regular.woff') format('woff');
font-weight: normal;
font-style: normal;
}