Skip to content

Commit

Permalink
chore: switch to Roboto as default font, everywhere
Browse files Browse the repository at this point in the history
  • Loading branch information
Konstantin committed Jan 23, 2025
1 parent f2439ea commit fc94905
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
Binary file added src/assets/Roboto-Regular.ttf
Binary file not shown.
9 changes: 9 additions & 0 deletions src/styles.scss
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
@tailwind base;
@tailwind components;
@tailwind utilities;
@font-face {
font-family: "Roboto";
src: url("/assets/Roboto-Regular.ttf") format("truetype");
font-weight: normal;
font-style: normal;
}
body {
font-family: "Roboto", sans-serif;
}

0 comments on commit fc94905

Please sign in to comment.