feat: use real Sechenov CSS/fonts/images (Proxima Nova, bootstrap, styles)
This commit is contained in:
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;
|
||||
}
|
||||
Reference in New Issue
Block a user