Skip to content

Commit

Permalink
add quasi-proportional version
Browse files Browse the repository at this point in the history
  • Loading branch information
mcchrish committed Aug 25, 2024
1 parent 02a9bbe commit 07bddf7
Show file tree
Hide file tree
Showing 4 changed files with 48 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/create-images.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ jobs:
"Zenbones-Slab",
"Zenbones-Brainy",
"Zenbones-Proto",
"Zenbones-Prose",
]
steps:
- uses: actions/checkout@v4
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ jobs:
"Zenbones-Slab",
"Zenbones-Brainy",
"Zenbones-Proto",
"Zenbones-Prose",
]
steps:
- uses: actions/checkout@v4
Expand Down
9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ inspirations from various programming typefaces.
| [Zenbones Slab](#slab) | Slab version |
| [Zenbones Brainy](#brainy) | [JetBrains Mono](https://www.jetbrains.com/lp/mono/) and [Berkeley Mono](https://berkeleygraphics.com/typefaces/berkeley-mono/) |
| [Zenbones Proto](#proto) | [0xProto](https://github.com/0xType/0xProto) |
| [Zenbones Prose](#prose) | Quasi-proportional version |

## Install

Expand Down Expand Up @@ -60,6 +61,14 @@ The font can be download from the

![Zenbones Proto weights](./images/Zenbones-Proto-weights.png)

### Prose

![Zenbones Prose specimen](./images/Zenbones-Prose-specimen.png)

#### Weights

![Zenbones Prose weights](./images/Zenbones-Prose-weights.png)

## Customization

This build has full access to
Expand Down
37 changes: 37 additions & 0 deletions private-build-plans.toml
Original file line number Diff line number Diff line change
Expand Up @@ -249,3 +249,40 @@ ligations.inherits = "buildPlans.Zenbones-Mono"
n = "tailed-serifless"
x = "semi-chancery-straight-serifless"
y = "cursive-motion-serifed"

[buildPlans.Zenbones-Prose]
family = "Zenbones Prose"
spacing = "quasi-proportional"
serifs = "sans"
noLigation = true

widths.inherits = "buildPlans.Zenbones-Mono"
weights.inherits = "buildPlans.Zenbones-Mono"

[buildPlans.Zenbones-Prose.variants.design]
seven = "straight-serifless"
capital-a = "straight-serifless"
capital-k = "straight-serifless"
capital-n = "standard-serifless"
capital-r = "straight-serifless"
capital-v = "straight-serifless"
capital-w = "straight-flat-top-serifless"
capital-x = "straight-serifless"
capital-y = "straight-serifless"
capital-z = "straight-serifless"
f = "flat-hook-serifless"
i = "serifless"
j = "flat-hook-serifless"
k = "straight-serifless"
l = "serifless"
v = "straight-serifless"
w = "straight-flat-top-serifless"
x = "straight-serifless"
y = "straight-serifless"
z = "straight-serifless"
tittle = "round"
diacritic-dot = "round"
punctuation-dot = "round"

[buildPlans.Zenbones-Prose.variants.italic]
f = "flat-hook-tailed"

0 comments on commit 07bddf7

Please sign in to comment.