Skip to content

Commit

Permalink
changed font to be littlewitches custom font
Browse files Browse the repository at this point in the history
  • Loading branch information
gaurikam2003 committed Jun 22, 2024
1 parent fb72e20 commit a0f0e7c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions client/src/App.scss
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
box-sizing: border-box;
margin: 0;
padding: 0;
font-family: 'Almendra SC', sans-serif;
font-family: 'LittleWitches', sans-serif;
@include devices(tablet) {
user-select: none;
}
Expand Down Expand Up @@ -52,15 +52,15 @@ html {
background-color: var(--page-bg);
scroll-behavior: smooth;
overflow-x: hidden;
font-family: 'Almendra SC', sans-serif;
font-family: 'LittleWitches', sans-serif;
}

h1,
h2,
h3,
h4,
h5 {
font-family: 'Almendra SC', serif;
font-family: 'LittleWitches', serif;
margin: 0px;
padding: 0px;
}
Expand Down

0 comments on commit a0f0e7c

Please sign in to comment.