-
-
Notifications
You must be signed in to change notification settings - Fork 42
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(font): add fusion pixel variations (#76)
* feat(font): add fusion pixel (24 variants in total) * fix(font): rename
- Loading branch information
1 parent
8d9343d
commit f5e7626
Showing
336 changed files
with
27,832 additions
and
0 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
/* fusion-pixel-10px-monospaced-jp-latin-400-normal */ | ||
@font-face { | ||
font-family: 'Fusion Pixel 10px Monospaced JP'; | ||
font-style: normal; | ||
font-display: swap; | ||
font-weight: 400; | ||
src: url(./files/fusion-pixel-10px-monospaced-jp-latin-400-normal.woff2) format('woff2'), url(./files/fusion-pixel-10px-monospaced-jp-latin-400-normal.woff) format('woff'); | ||
} |
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,2 @@ | ||
# Changelog | ||
See the [Fontsource CHANGELOG.md](https://github.com/fontsource/fontsource/blob/main/CHANGELOG.md). |
Oops, something went wrong.