feat: upper part styled

This commit is contained in:
efim
2023-10-03 18:13:16 +00:00
parent 843e55841b
commit 58ca4ecafa
5 changed files with 189 additions and 22 deletions

View File

@@ -8,21 +8,21 @@ html {
@font-face {
font-family: 'HankenGrotesk';
src: url('public/fonts/static/HankenGrotesk-Medium.ttf') format('truetype');
src: url('/static/public/fonts/static/HankenGrotesk-Medium.ttf') format('truetype');
font-weight: 400; /* Regular */
font-style: normal;
}
@font-face {
font-family: 'HankenGrotesk';
src: url('public/fonts/static/HankenGrotesk-Bold.ttf') format('truetype');
src: url('/static/public/fonts/static/HankenGrotesk-Bold.ttf') format('truetype');
font-weight: 700; /* Bold */
font-style: normal;
}
@font-face {
font-family: 'HankenGrotesk';
src: url('public/fonts/static/HankenGrotesk-ExtraBold.ttf') format('truetype');
src: url('/static/public/fonts/static/HankenGrotesk-ExtraBold.ttf') format('truetype');
font-weight: 800; /* ExtraBold */
font-style: normal;
}