feat: style guilde fonts enabled

This commit is contained in:
efim
2023-10-03 16:48:45 +00:00
parent 8b95d963fe
commit cfe3994bc9
6 changed files with 116 additions and 32 deletions

View File

@@ -1,3 +1,28 @@
@tailwind base;
@tailwind components;
@tailwind utilities;
html {
font-size: 18px;
}
@font-face {
font-family: 'HankenGrotesk';
src: url('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');
font-weight: 700; /* Bold */
font-style: normal;
}
@font-face {
font-family: 'HankenGrotesk';
src: url('public/fonts/static/HankenGrotesk-ExtraBold.ttf') format('truetype');
font-weight: 800; /* ExtraBold */
font-style: normal;
}