Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/fu-sen/ichigojam-font
π IchigoJam FONT .woff CDN using jsDelivr
https://github.com/fu-sen/ichigojam-font
font fonts ichigojam ichigojam-basic jsdelivr jsdelivr-cdn webfont webfonts
Last synced: 10 days ago
JSON representation
π IchigoJam FONT .woff CDN using jsDelivr
- Host: GitHub
- URL: https://github.com/fu-sen/ichigojam-font
- Owner: fu-sen
- Created: 2021-03-01T07:25:40.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2024-12-04T01:16:06.000Z (2 months ago)
- Last Synced: 2024-12-04T02:20:27.622Z (2 months ago)
- Topics: font, fonts, ichigojam, ichigojam-basic, jsdelivr, jsdelivr-cdn, webfont, webfonts
- Homepage: https://15jamrecipe.jimdofree.com/%E3%83%84%E3%83%BC%E3%83%AB/%E3%83%95%E3%82%A9%E3%83%B3%E3%83%88-truetype/
- Size: 390 KB
- Stars: 4
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## IchigoJam FONT .woff
![IchigoJam FONT](/ichigojam-font.jpg)
CDN: [jsDelivr](https://www.jsdelivr.com/)
- ζ₯ζ¬θͺ: [IchigoJam γγ©γ³γ TrueType | γ€γγ΄γΈγ£γ γ¬γ·γ](https://15jamrecipe.jimdofree.com/%E3%83%84%E3%83%BC%E3%83%AB/%E3%83%95%E3%82%A9%E3%83%B3%E3%83%88-truetype/)
___
## Example of using font
CSS:
```
@font-face
{
font-family: "ichigojam";
font-style: normal;
font-weight: 400;
src: local('IchigoJam-1.4'), local('IchigoJam-1.4-Regular'),
url("https://cdn.jsdelivr.net/gh/fu-sen/ichigojam-font@20241204/IchigoJam-1.4.woff2") format('woff2'),
url("https://cdn.jsdelivr.net/gh/fu-sen/ichigojam-font@20241204/IchigoJam-1.4.woff") format('woff'),
url("https://cdn.jsdelivr.net/gh/fu-sen/ichigojam-font@20241204/IchigoJam-1.4.ttf") format('ttff');
}
code.language-ichigojam
{
font-family: 'ichigojam';
font-size: 16px;
line-height: 18px;
color: #ffffff;
background-color: #000000;
white-space: pre-wrap;
word-break: break-all;
padding: 15px;
}
```If you want to use fonts in HTML:
```
10 INPUT A
20 INPUT B
30 C=A+B
40 PRINT C
50 END
```or Markdown:
```ichigojam
10 INPUT A
20 INPUT B
30 C=A+B
40 PRINT C
50 END
```Output:
![Output IchigoJam FONT](/output.png)
Currently the latest is `IchigoJam BASIC 1.4` .\
`IchigoJam BASIC 1.2` font:\
change `1.4` to` 1.2`Development version (It can change suddenly!):\
change `20241204` to `master`___
## What's IchigoJam?
![IchigoJam R](/ichigojam-r.jpg)\
![IchigoJam BASIC](/ichigojam-basic.jpg)Details: [Kid's PC IchigoJam](https://ichigojam.net/index-en.html)
Do you have an old Raspberry Pi?\
Try: [IchigoJam BASIC RPi](https://na-s.jp/IJBRPi/)Or you can use it now!
[IchigoJam web](https://fukuno.jig.jp/app/IchigoJam/)___
## License
This work is licensed under a Creative Commons Attribution 4.0 International License.[CC BY](http://creativecommons.org/licenses/by/4.0/) [IchigoJam](https://ichigojam.net/) / [π BALLOON | FU-SEN](https://15jamrecipe.jimdofree.com/)