-
Notifications
You must be signed in to change notification settings - Fork 19
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Browse the repository at this point in the history
* style: overwrite Inter fonts with optimized woff2 files * style: dont ignore inter fonts (?) * chore: remove unnecessary css for this overwrite * chore: use .woff2 files for Inter, converted from unsubsetted .otf
- Loading branch information
Showing
7 changed files
with
19 additions
and
1 deletion.
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
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,16 @@ | ||
/* cloned from radicle-design-system so we can swap in optimized fonts */ | ||
|
||
@font-face { | ||
font-family: 'Inter Bold'; | ||
src: url('/fonts/Inter-Bold.woff2'); | ||
} | ||
|
||
@font-face { | ||
font-family: 'Inter SemiBold'; | ||
src: url('/fonts/Inter-Semibold.woff2'); | ||
} | ||
|
||
@font-face { | ||
font-family: 'Inter Regular'; | ||
src: url('/fonts/Inter-Regular.woff2'); | ||
} |
Binary file not shown.
Binary file not shown.
Binary file not shown.