Skip to content

Commit

Permalink
smartest web developer
Browse files Browse the repository at this point in the history
  • Loading branch information
dromzeh committed Apr 1, 2024
1 parent 5f5c393 commit 3857a74
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion src/app.css
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,18 @@
@apply bg-main-400;
}

@font-face {
font-family: 'Comic Sans TTF';
src: url('/fonts/comic-sans-ms.ttf') format('truetype');
}

body {
/* font-family:
'Sofia Sans',
-apple-system,
BlinkMacSystemFont; */
font-family: 'Comic Sans MS', cursive, sans-serif;
/* font-family: 'Comic Sans MS', sans-serif; */
font-family: 'Comic Sans TTF', sans-serif;
@apply m-0 overflow-x-hidden text-sm leading-relaxed text-[#333];
}

Expand Down
Binary file added static/comic-sans-ms.ttf
Binary file not shown.

0 comments on commit 3857a74

Please sign in to comment.