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

14
public/assets/css/bootstrap.min.css vendored Normal file

File diff suppressed because one or more lines are too long

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;
}

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

View File

@@ -0,0 +1,4 @@
. header-wrapper{
min-height:267px;
padding-top:51px;
}