feat: use real Sechenov CSS/fonts/images (Proxima Nova, bootstrap, styles)
This commit is contained in:
14
public/assets/css/bootstrap.min.css
vendored
Normal file
14
public/assets/css/bootstrap.min.css
vendored
Normal file
File diff suppressed because one or more lines are too long
25
public/assets/css/proxima.css
Normal file
25
public/assets/css/proxima.css
Normal 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;
|
||||
}
|
||||
7392
public/assets/css/styles-v1.css
Normal file
7392
public/assets/css/styles-v1.css
Normal file
File diff suppressed because it is too large
Load Diff
3309
public/assets/css/template-styles-main.css
Normal file
3309
public/assets/css/template-styles-main.css
Normal file
File diff suppressed because it is too large
Load Diff
4
public/assets/css/template-styles.css
Normal file
4
public/assets/css/template-styles.css
Normal file
@@ -0,0 +1,4 @@
|
||||
. header-wrapper{
|
||||
min-height:267px;
|
||||
padding-top:51px;
|
||||
}
|
||||
Reference in New Issue
Block a user