Skip to content

Commit

Permalink
chore: format files
Browse files Browse the repository at this point in the history
  • Loading branch information
DerStimmler committed Aug 26, 2023
1 parent bc3516e commit 71b8f61
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 16 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:

- name: Build
run: pnpm build

- name: Check
run: pnpm check

Expand Down
10 changes: 5 additions & 5 deletions postcss.config.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
export default {
plugins: {
tailwindcss: {},
autoprefixer: {},
},
}
plugins: {
tailwindcss: {},
autoprefixer: {}
}
};
21 changes: 11 additions & 10 deletions src/app.css
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,15 @@
@tailwind utilities;

@layer base {
@font-face {
font-family: 'Plus Jakarta Sans';
src: url("fonts/PlusJakartaSans/PlusJakartaSans-VariableFont_wght.ttf") format("truetype-variations");
font-weight: 1 999;
font-display: swap;
}

body {
@apply bg-background text-text;
}
@font-face {
font-family: 'Plus Jakarta Sans';
src: url('fonts/PlusJakartaSans/PlusJakartaSans-VariableFont_wght.ttf')
format('truetype-variations');
font-weight: 1 999;
font-display: swap;
}

body {
@apply bg-background text-text;
}
}

0 comments on commit 71b8f61

Please sign in to comment.