Skip to content

Commit

Permalink
Use Space Grotesk for text
Browse files Browse the repository at this point in the history
  • Loading branch information
prabhanshuguptagit committed Nov 17, 2023
1 parent d58b684 commit 6ae27d4
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions public/css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,11 @@
--cell-selector: #666;
}

@font-face {
font-family: SpaceGrotesk;
src: url(/fonts/SpaceGrotesk.ttf);
}

body {
margin: 0;
background: var(--sheet-background);
Expand Down Expand Up @@ -82,6 +87,8 @@ body {
color: var(--sheet-label-foreground);
padding: var(--cell-padding);
box-sizing: border-box;
font-family: SpaceGrotesk;
font-size: 0.8rem;
}

.bean-labels-top {
Expand Down
Binary file added public/fonts/SpaceGrotesk.ttf
Binary file not shown.

0 comments on commit 6ae27d4

Please sign in to comment.