Skip to content
This repository has been archived by the owner on Oct 7, 2022. It is now read-only.

Commit

Permalink
setting up
Browse files Browse the repository at this point in the history
  • Loading branch information
Carla-Moz committed Sep 2, 2021
1 parent 193acba commit 484fcf2
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
6 changes: 4 additions & 2 deletions static/rally.css
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,10 @@
font-family: Inter;
font-style: normal;
font-weight: 600;
src: url("./fonts/Inter-SemiBold.woff2") format("woff2"),
url("./fonts/Inter-SemiBold.woff") format("woff");
/* src: url("./fonts/Inter-SemiBold.woff2") format("woff2"),
url("./fonts/Inter-SemiBold.woff") format("woff"); */
src: url("./fonts/Inter-Regular.woff2") format("woff2"),
url("./fonts/Inter-Regular.woff") format("woff");
}

:root {
Expand Down
2 changes: 1 addition & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
svelte-preprocess cannot figure out whether you have a value or a type, so tell TypeScript
to enforce using \`import type\` instead of \`import\` for Types.
*/
"importsNotUsedAsValues": "error",
"importsNotUsedAsValues": "remove",
"isolatedModules": true,
"resolveJsonModule": true,
/**
Expand Down

0 comments on commit 484fcf2

Please sign in to comment.