No description
Find a file
2024-07-30 22:11:34 +08:00
source add fontforge bin config #216 2024-07-29 13:21:36 +08:00
.gitattributes test gitattributes 2024-03-08 14:44:57 +08:00
.gitignore fix build.py 2024-07-30 22:11:34 +08:00
build.py fix build.py 2024-07-30 22:11:34 +08:00
build_base_nf.py rename base fonts 2024-07-09 16:46:00 +08:00
config.json try to fix #215 2024-07-28 13:05:01 +08:00
OFL.txt add source 2022-08-05 00:00:28 +08:00
README.md try to fix #215 2024-07-28 13:05:01 +08:00
release.py fix build.py 2024-07-30 22:11:34 +08:00

When will V7 become stable?

It is almost stable now.

As a side project during my weekends, I will release a new beta version to fix the bugs reported or encountered in my daily coding within 1-2 weeks, and do some work on the new website and build tools.

If everything goes well, the stable version will be released later this year.

Maple Font (WIP)

Open source monospace & nerd font with round corner and ligatures.

Base on Jetbrains Mono and much "Opinioned"

Features

  • Round corner
  • New shape of @ $ % & Q a and cursive italic f i j k l x y
  • Large amount of ligatures
    • equal variants: == / === / != / !== / >= / <=...
    • arrow variants: -> / => / --> / ==> / <-> / <=>...
    • xml variants: </ / /> / <> / </> / <!--...
    • flow variants: |> / ||> / |||> / |||> / >=> / =>>...
    • same characters: ++ / -- / && / || / !! / ?? / .. / :: / ########...
    • plain text tag: [TODO] / todo)) / [FIXME] / fixme))
      • for logger: [TRACE] / [DEBUG] / [INFO] / [WARN] / [ERROR] / [FATAL]
  • Font features
    • zero: dot style 0
    • cv01: Classic @ / $ / & / Q / => / ->
    • cv02: Alternative a (with top alarm)
    • cv03: Alternative i (without bottom left bar)
    • cv04: Alternative l (with bottom left bar) and 1 (without bottom bar)
    • cv98: Full width (ellipsis) and (emdash) support for Maple Mono NF CN
    • cv99: Traditional punctuations support for Maple Mono NF CN
    • ss01: Non-cursive italic style f l i j x y
    • ss02: Disable ligautures on equals like == / != / <=
    • ss03: Ignore cases on all tags
    • ss04: Disable ligatures on __, #__, ***

Build

Browser

WIP

Local

clone the repo and run in your local machine.

git clone https://github.com/subframe7536/maple-font --depth 1 -b variable
pip install foundrytools-cli
python build.py

You can change config in config.json

Make sure you have python3 and pip installed

  • for custom font-patcher args, font-forge (and maybe python3-fontforge as well) is needed
  • for Ubuntu or Debian, maybe python-is-python3 is needed as well
pip install foundrytools-cli
python build.py

If you have trouble to install the dependencies, just create a new Github codespace on variable branch and run the commands there

credit

License

SIL Open Font License 1.1