move website to own directory

This commit is contained in:
Rene Haas
2022-10-17 22:12:54 +02:00
parent f47e2728f7
commit 83e7ffcd3a
49 changed files with 4310 additions and 363 deletions
+18
View File
@@ -0,0 +1,18 @@
@font-face {
font-family: Noto Sans;
src: url('~/assets/font/noto_sans/NotoSans-Regular.ttf') format('truetype');
font-weight: 400;
font-style: normal;
}
@font-face {
font-family: Noto Sans;
src: url('~/assets/font/noto_sans/NotoSans-SemiBold.ttf') format('truetype');
font-weight: 600;
font-style: normal;
}
@font-face {
font-family: Noto Sans;
src: url('~/assets/font/noto_sans/NotoSans-ExtraBold.ttf') format('truetype');
font-weight: 800;
font-style: normal;
}