Skip to content

Commit

Permalink
💻 Create a new project
Browse files Browse the repository at this point in the history
  • Loading branch information
fu-sen committed Mar 1, 2021
0 parents commit fc0465b
Show file tree
Hide file tree
Showing 6 changed files with 64 additions and 0 deletions.
Binary file added IchigoJam-1.2.woff
Binary file not shown.
Binary file added IchigoJam-1.4.woff
Binary file not shown.
64 changes: 64 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,64 @@
## IchigoJam FONT TrueType

![IchigoJam FONT](/ichigojam-font.jpg)

CDN: [jsDelivr](https://www.jsdelivr.com/)

___

### 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@master/IchigoJam-1.4.woff") format('woff');
}
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 Markdown:

<pre><code>```ichigojam
10 INPUT A
20 INPUT B
30 C=A+B
40 PRINT C
50 END
```
</code></pre>

Change `1.4` to` 1.2` if necessary

___

### What's IchigoJam?

![IchigoJam S](/ichigojam-s.jpg)\
![IchigoJam BASIC](/ichigojam-basic.jpg)

Details: [Kid's PC IchigoJam](https://ichigojam.net/index-en.html)

___

### License

<a rel="license" href="http://creativecommons.org/licenses/by/4.0/"><img alt="Creative Commons License" style="border-width:0" src="https://i.creativecommons.org/l/by/4.0/88x31.png" /></a><br />This work is licensed under a <a rel="license" href="http://creativecommons.org/licenses/by/4.0/">Creative Commons Attribution 4.0 International License</a>.

[CC BY](http://creativecommons.org/licenses/by/4.0/) [IchigoJam](https://ichigojam.net/) / [🎈 BALLOON | FU-SEN](https://15jamrecipe.jimdofree.com/)

Binary file added ichigojam-basic.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added ichigojam-font.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added ichigojam-s.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit fc0465b

Please sign in to comment.