-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Move
IsetSans
to styles/fonts
from utils
- Loading branch information
1 parent
e693663
commit 97108d4
Showing
3 changed files
with
29 additions
and
29 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,27 @@ | ||
import localFont from 'next/font/local' | ||
|
||
export const IsetSans = localFont({ | ||
src: [ | ||
{ | ||
path: 'IsetSans-Light.woff2', | ||
weight: '300', | ||
}, | ||
{ | ||
path: 'IsetSans-Medium.woff2', | ||
weight: '500', | ||
}, | ||
{ | ||
path: 'IsetSans-SemiBold.woff2', | ||
weight: '600', | ||
}, | ||
{ | ||
path: 'IsetSans-Regular.woff2', | ||
weight: '400', | ||
}, | ||
{ | ||
path: 'IsetSans-Regular-Italic.woff2', | ||
weight: '400', | ||
style: 'italic', | ||
}, | ||
], | ||
}) |
This file was deleted.
Oops, something went wrong.
97108d4
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Deploy preview for guides ready!
✅ Preview
https://guides-3e18hcjon-ekbdev.vercel.app
https://eguides-refactor-utils.vercel.app
Built with commit 97108d4.
This pull request is being automatically deployed with vercel-action