Skip to content

Commit

Permalink
commit
Browse files Browse the repository at this point in the history
  • Loading branch information
LuckiM21 committed Jun 6, 2024
1 parent 5f2b8a1 commit 80b3604
Show file tree
Hide file tree
Showing 4 changed files with 34 additions and 2 deletions.
Binary file added src/assets/fonts/acorn.woff
Binary file not shown.
Binary file added src/assets/fonts/gt.woff
Binary file not shown.
18 changes: 16 additions & 2 deletions src/styles/BackgroundPages/Login.css
Original file line number Diff line number Diff line change
@@ -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 {
Expand Down
18 changes: 18 additions & 0 deletions src/styles/MainLayout.css
Original file line number Diff line number Diff line change
@@ -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%;
Expand Down

0 comments on commit 80b3604

Please sign in to comment.