add basic index site
All checks were successful
delpoy / build-and-deploy (push) Successful in 37s

This commit is contained in:
2023-08-11 22:36:09 +02:00
parent a6069d4c74
commit 84c61e2f72
10 changed files with 87 additions and 31 deletions

View File

@@ -11,10 +11,29 @@
@font-face {
font-family: 'Roboto';
src: url('/fonts/Roboto-Regular.ttf') format('truetype');
font-weight: normal;
}
@font-face {
font-family: 'Roboto';
src: url('/fonts/Roboto-Medium.ttf') format('truetype');
font-weight: normal;
}
@font-face {
font-family: 'Roboto';
src: url('/fonts/Roboto-Bold.ttf') format('truetype');
font-weight: bold;
}
@font-face {
font-family: 'Roboto';
src: url('/fonts/Roboto-Black.ttf') format('truetype');
font-weight: 900;
}
html {
@apply font-roboto;
@apply font-roboto scroll-smooth;
}
h1,