GithubHelp home page GithubHelp logo

fu-sen / ichigojam-font Goto Github PK

View Code? Open in Web Editor NEW
4.0 2.0 0.0 349 KB

πŸ“ IchigoJam FONT .woff CDN using jsDelivr

Home Page: 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/

ichigojam ichigojam-basic font fonts webfont webfonts jsdelivr jsdelivr-cdn

ichigojam-font's Introduction

IchigoJam FONT .woff

IchigoJam FONT

CDN: jsDelivr

Original IchigoJam FONT 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@20190814/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 HTML:

<pre><code class="language-ichigojam">10 INPUT A
20 INPUT B
30 C=A+B
40 PRINT C
50 END
</code></pre>

or Markdown:

```ichigojam
10 INPUT A
20 INPUT B
30 C=A+B
40 PRINT C
50 END
```

Output:

Output IchigoJam FONT

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 20190814 to master


What's IchigoJam?

IchigoJam R
IchigoJam BASIC

Details: Kid's PC IchigoJam

Do you have an old Raspberry Pi?
Try: IchigoJam BASIC RPi

Or you can use it now! IchigoJam web


License

Creative Commons License
This work is licensed under a Creative Commons Attribution 4.0 International License.

CC BY IchigoJam / 🎈 BALLOON | FU-SEN

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    πŸ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. πŸ“ŠπŸ“ˆπŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❀️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.