Skip to content

Commit

Permalink
Forgot git add .
Browse files Browse the repository at this point in the history
  • Loading branch information
TyHil committed Nov 14, 2024
1 parent 7ba3cc6 commit 2de839f
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 10 deletions.
20 changes: 10 additions & 10 deletions src/pages/_app.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -23,52 +23,52 @@ const inter = Inter({
const kallisto = localFont({
src: [
{
path: '@/fonts/Kallisto/Kallisto Thin.otf',
path: '../fonts/Kallisto/Kallisto Thin.otf',
weight: '100',
style: 'normal',
},
{
path: '@/fonts/Kallisto/Kallisto Thin Italic.otf',
path: '../fonts/Kallisto/Kallisto Thin Italic.otf',
weight: '100',
style: 'italic',
},
{
path: '@/fonts/Kallisto/Kallisto Light.otf',
path: '../fonts/Kallisto/Kallisto Light.otf',
weight: '300',
style: 'normal',
},
{
path: '@/fonts/Kallisto/Kallisto Light Italic.otf',
path: '../fonts/Kallisto/Kallisto Light Italic.otf',
weight: '300',
style: 'italic',
},
{
path: '@/fonts/Kallisto/Kallisto Medium.otf',
path: '../fonts/Kallisto/Kallisto Medium.otf',
weight: '500',
style: 'normal',
},
{
path: '@/fonts/Kallisto/Kallisto Medium Italic.otf',
path: '../fonts/Kallisto/Kallisto Medium Italic.otf',
weight: '500',
style: 'italic',
},
{
path: '@/fonts/Kallisto/Kallisto Bold.otf',
path: '../fonts/Kallisto/Kallisto Bold.otf',
weight: '700',
style: 'normal',
},
{
path: '@/fonts/Kallisto/Kallisto Bold Italic.otf',
path: '../fonts/Kallisto/Kallisto Bold Italic.otf',
weight: '700',
style: 'italic',
},
{
path: '@/fonts/Kallisto/Kallisto Heavy.otf',
path: '../fonts/Kallisto/Kallisto Heavy.otf',
weight: '900',
style: 'normal',
},
{
path: '@/fonts/Kallisto/Kallisto Heavy Italic.otf',
path: '../fonts/Kallisto/Kallisto Heavy Italic.otf',
weight: '900',
style: 'italic',
},
Expand Down
1 change: 1 addition & 0 deletions src/pages/dashboard/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ import fetchWithCache, {
} from '@/modules/fetchWithCache/fetchWithCache';
import {
convertToProfOnly,
decodeSearchQueryLabel,
type SearchQuery,
searchQueryEqual,
searchQueryLabel,
Expand Down

0 comments on commit 2de839f

Please sign in to comment.