Skip to content

Commit

Permalink
build(ui): move to self-hosted font (#241)
Browse files Browse the repository at this point in the history
  • Loading branch information
marcantoinegodde authored Feb 21, 2024
1 parent 7fc874e commit 6f7453d
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
Binary file added ui/src/fonts/Outfit.ttf
Binary file not shown.
7 changes: 6 additions & 1 deletion ui/src/index.css
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@
@import url("https://fonts.googleapis.com/css2?family=Outfit:wght@100..900&display=swap");
@font-face {
font-family: "Outfit";
font-style: normal;
font-weight: 100 900;
src: url(fonts/Outfit.ttf) format("truetype");
}
@tailwind base;
@tailwind components;
@tailwind utilities;

0 comments on commit 6f7453d

Please sign in to comment.