diff --git a/src/assets/fonts/acorn.woff b/src/assets/fonts/acorn.woff new file mode 100644 index 0000000..e62a968 Binary files /dev/null and b/src/assets/fonts/acorn.woff differ diff --git a/src/assets/fonts/gt.woff b/src/assets/fonts/gt.woff new file mode 100644 index 0000000..cfd7070 Binary files /dev/null and b/src/assets/fonts/gt.woff differ diff --git a/src/styles/BackgroundPages/Login.css b/src/styles/BackgroundPages/Login.css index 80e60ab..09174fe 100644 --- a/src/styles/BackgroundPages/Login.css +++ b/src/styles/BackgroundPages/Login.css @@ -1,10 +1,24 @@ -@import url("https://fonts.googleapis.com/css2?family=Quicksand:wght@300&display=swap"); +/* @import url("https://fonts.googleapis.com/css2?family=Quicksand:wght@300&display=swap"); */ +@font-face { + font-family: 'Acorn'; + src: url('../../assets/fonts/acorn.woff') format('woff'); + font-weight: normal; + font-style: normal; +} + +@font-face { + font-family: 'GT'; + src: url('../../assets/fonts/gt.woff') format('woff'); + font-weight: normal; + font-style: normal; +} + * { margin: 0; padding: 0; box-sizing: border-box; - font-family: "Quicksand", sans-serif; + } /* body { diff --git a/src/styles/MainLayout.css b/src/styles/MainLayout.css index 50d15bf..0e68d32 100644 --- a/src/styles/MainLayout.css +++ b/src/styles/MainLayout.css @@ -1,3 +1,21 @@ +@font-face { + font-family: 'Acorn'; + src: url('../assets/fonts/acorn.woff') format('woff'); + font-weight: normal; + font-style: normal; +} + +@font-face { + font-family: 'GT'; + src: url('../assets/fonts/gt.woff') format('woff'); + font-weight: normal; + font-style: normal; +} + + + + + canvas.svelte-firmm6.svelte-firmm6 { width: 100%; height: 100%;