Skip to content

Commit

Permalink
Release 31.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
be5invis committed Aug 10, 2024
2 parents bc4c414 + 2305ead commit c969b50
Show file tree
Hide file tree
Showing 387 changed files with 51,993 additions and 51,294 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ dist
release-archives

# Generated files
packages/*/lib
packages/font-glyphs/src/**/*.mjs
packages/font-otl/src/**/*.mjs

Expand Down
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
## Modifications since last major version

### 31.2.0

* Add variant selectors for Greek lower Phi/Psi (`VXAG`, `VXAH`).
* Optimize cross position for Cyrillic Lower Straight U (`U+04AF`, `U+04B1`).
* Optimize glyph shape for `lower-gamma`.`straight` and `lower-gamma`.`curly`.
* Optimize glyph shape for `U+1DF15`.


### 31.1.0

* Add characters:
Expand Down
4 changes: 4 additions & 0 deletions changes/31.2.0.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
* Add variant selectors for Greek lower Phi/Psi (`VXAG`, `VXAH`).
* Optimize cross position for Cyrillic Lower Straight U (`U+04AF`, `U+04B1`).
* Optimize glyph shape for `lower-gamma`.`straight` and `lower-gamma`.`curly`.
* Optimize glyph shape for `U+1DF15`.
274 changes: 137 additions & 137 deletions doc/PACKAGE-LIST.md

Large diffs are not rendered by default.

28 changes: 28 additions & 0 deletions doc/character-variants.md
Original file line number Diff line number Diff line change
Expand Up @@ -2556,6 +2556,19 @@
<td colspan="8"> </td>
</tr>
<tr>
<td rowspan="2"><code>VXAG</code></td>
<td><img src="../images/cv-lower-phi-straight.light.svg#gh-light-mode-only" width=32/><img src="../images/cv-lower-phi-straight.dark.svg#gh-dark-mode-only" width=32/></td>
<td><img src="../images/cv-lower-phi-cursive.light.svg#gh-light-mode-only" width=32/><img src="../images/cv-lower-phi-cursive.dark.svg#gh-dark-mode-only" width=32/></td>
<td><img src="../images/cv-lower-phi-neo-hellenic.light.svg#gh-light-mode-only" width=32/><img src="../images/cv-lower-phi-neo-hellenic.dark.svg#gh-dark-mode-only" width=32/></td>
<td colspan="9"> </td>
</tr>
<tr>
<td>1</td>
<td>2</td>
<td>3</td>
<td colspan="9"> </td>
</tr>
<tr>
<td rowspan="4"><code>cv78</code></td>
<td><img src="../images/cv-lower-chi-straight-serifless.light.svg#gh-light-mode-only" width=32/><img src="../images/cv-lower-chi-straight-serifless.dark.svg#gh-dark-mode-only" width=32/></td>
<td><img src="../images/cv-lower-chi-straight-unilateral-motion-serifed.light.svg#gh-light-mode-only" width=32/><img src="../images/cv-lower-chi-straight-unilateral-motion-serifed.dark.svg#gh-dark-mode-only" width=32/></td>
Expand Down Expand Up @@ -2593,6 +2606,21 @@
<td colspan="11"> </td>
</tr>
<tr>
<td rowspan="2"><code>VXAH</code></td>
<td><img src="../images/cv-lower-psi-serifless.light.svg#gh-light-mode-only" width=32/><img src="../images/cv-lower-psi-serifless.dark.svg#gh-dark-mode-only" width=32/></td>
<td><img src="../images/cv-lower-psi-serifed.light.svg#gh-light-mode-only" width=32/><img src="../images/cv-lower-psi-serifed.dark.svg#gh-dark-mode-only" width=32/></td>
<td><img src="../images/cv-lower-psi-flat-top-serifless.light.svg#gh-light-mode-only" width=32/><img src="../images/cv-lower-psi-flat-top-serifless.dark.svg#gh-dark-mode-only" width=32/></td>
<td><img src="../images/cv-lower-psi-flat-top-serifed.light.svg#gh-light-mode-only" width=32/><img src="../images/cv-lower-psi-flat-top-serifed.dark.svg#gh-dark-mode-only" width=32/></td>
<td colspan="8"> </td>
</tr>
<tr>
<td>1</td>
<td>2</td>
<td>3</td>
<td>4</td>
<td colspan="8"> </td>
</tr>
<tr>
<td rowspan="4"><code>cv79</code></td>
<td><img src="../images/cv-cyrl-a-double-storey-serifless.light.svg#gh-light-mode-only" width=32/><img src="../images/cv-cyrl-a-double-storey-serifless.dark.svg#gh-dark-mode-only" width=32/></td>
<td><img src="../images/cv-cyrl-a-double-storey-serifed.light.svg#gh-light-mode-only" width=32/><img src="../images/cv-cyrl-a-double-storey-serifed.dark.svg#gh-dark-mode-only" width=32/></td>
Expand Down
22 changes: 22 additions & 0 deletions doc/custom-build.md
Original file line number Diff line number Diff line change
Expand Up @@ -2414,6 +2414,16 @@ Subsection `variants` is used to configure character variants in the font. Prope
<tr><td rowspan="2" width="60"><img src="../images/cv-lower-upsilon-casual-serifed.light.svg#gh-light-mode-only" width=32/><img src="../images/cv-lower-upsilon-casual-serifed.dark.svg#gh-dark-mode-only" width=32/></td><td><code>lower-upsilon = 'casual-serifed'</code>, <code>VXAF = 4</code></td></tr>
<tr><td>Greek lower Upsilon (<code>υ</code>) with casual shape, and serifs (default for Slab)</td></tr>
</table></details>
- Styles for `φ` (Greek lower Phi)
<details><summary>3 variants</summary>
<table>
<tr><td rowspan="2" width="60"><img src="../images/cv-lower-phi-straight.light.svg#gh-light-mode-only" width=32/><img src="../images/cv-lower-phi-straight.dark.svg#gh-dark-mode-only" width=32/></td><td><code>lower-phi = 'straight'</code>, <code>VXAG = 1</code></td></tr>
<tr><td>Greek lower Phi (<code>φ</code>) with straight shape</td></tr>
<tr><td rowspan="2" width="60"><img src="../images/cv-lower-phi-cursive.light.svg#gh-light-mode-only" width=32/><img src="../images/cv-lower-phi-cursive.dark.svg#gh-dark-mode-only" width=32/></td><td><code>lower-phi = 'cursive'</code>, <code>VXAG = 2</code></td></tr>
<tr><td>Greek lower Phi (<code>φ</code>) with cursive shape (default)</td></tr>
<tr><td rowspan="2" width="60"><img src="../images/cv-lower-phi-neo-hellenic.light.svg#gh-light-mode-only" width=32/><img src="../images/cv-lower-phi-neo-hellenic.dark.svg#gh-dark-mode-only" width=32/></td><td><code>lower-phi = 'neo-hellenic'</code>, <code>VXAG = 3</code></td></tr>
<tr><td>Greek lower Phi (<code>ν</code>) with neo-hellenic shape</td></tr>
</table></details>
- Styles for `χ` (Greek lower Chi)
<details><summary>13 variants</summary>
<table>
Expand Down Expand Up @@ -2444,6 +2454,18 @@ Subsection `variants` is used to configure character variants in the font. Prope
<tr><td rowspan="2" width="60"><img src="../images/cv-lower-chi-chancery.light.svg#gh-light-mode-only" width=32/><img src="../images/cv-lower-chi-chancery.dark.svg#gh-dark-mode-only" width=32/></td><td><code>lower-chi = 'chancery'</code>, <code>cv78 = 13</code></td></tr>
<tr><td>Greek lower Chi (<code>χ</code>) with Chancery shape</td></tr>
</table></details>
- Styles for `ψ` (Greek lower Psi)
<details><summary>4 variants</summary>
<table>
<tr><td rowspan="2" width="60"><img src="../images/cv-lower-psi-serifless.light.svg#gh-light-mode-only" width=32/><img src="../images/cv-lower-psi-serifless.dark.svg#gh-dark-mode-only" width=32/></td><td><code>lower-psi = 'serifless'</code>, <code>VXAH = 1</code></td></tr>
<tr><td>Greek lower Psi (<code>ψ</code>) without serifs (default for Sans)</td></tr>
<tr><td rowspan="2" width="60"><img src="../images/cv-lower-psi-serifed.light.svg#gh-light-mode-only" width=32/><img src="../images/cv-lower-psi-serifed.dark.svg#gh-dark-mode-only" width=32/></td><td><code>lower-psi = 'serifed'</code>, <code>VXAH = 2</code></td></tr>
<tr><td>Greek lower Psi (<code>ψ</code>) with serifs (default for Slab)</td></tr>
<tr><td rowspan="2" width="60"><img src="../images/cv-lower-psi-flat-top-serifless.light.svg#gh-light-mode-only" width=32/><img src="../images/cv-lower-psi-flat-top-serifless.dark.svg#gh-dark-mode-only" width=32/></td><td><code>lower-psi = 'flat-top-serifless'</code>, <code>VXAH = 3</code></td></tr>
<tr><td>Greek lower Psi (<code>ψ</code>) with flat top; without serifs</td></tr>
<tr><td rowspan="2" width="60"><img src="../images/cv-lower-psi-flat-top-serifed.light.svg#gh-light-mode-only" width=32/><img src="../images/cv-lower-psi-flat-top-serifed.dark.svg#gh-dark-mode-only" width=32/></td><td><code>lower-psi = 'flat-top-serifed'</code>, <code>VXAH = 4</code></td></tr>
<tr><td>Greek lower Psi (<code>ψ</code>) with flat top, and serifs</td></tr>
</table></details>
- Styles for `а` (Cyrillic A)
<details><summary>21 variants</summary>
<table>
Expand Down
16 changes: 16 additions & 0 deletions doc/cv-influences.md
Original file line number Diff line number Diff line change
Expand Up @@ -519,6 +519,14 @@

ΰ (`U+03B0`), υ (`U+03C5`), ϋ (`U+03CB`), ύ (`U+03CD`), ὐ (`U+1F50`), ὑ (`U+1F51`), ὒ (`U+1F52`), ὓ (`U+1F53`), ὔ (`U+1F54`), ὕ (`U+1F55`), ὖ (`U+1F56`), ὗ (`U+1F57`), ὺ (`U+1F7A`), ύ (`U+1F7B`), ῠ (`U+1FE0`), ῡ (`U+1FE1`), ῢ (`U+1FE2`), ΰ (`U+1FE3`), ῦ (`U+1FE6`), ῧ (`U+1FE7`), 𝛖 (`U+1D6D6`), 𝜐 (`U+1D710`), 𝝊 (`U+1D74A`), 𝞄 (`U+1D784`), 𝞾 (`U+1D7BE`)

- `VXAG`:

φ (`U+03C6`), ᵠ (`U+1D60`), ᵩ (`U+1D69`), 𝛗 (`U+1D6D7`), 𝜑 (`U+1D711`), 𝝋 (`U+1D74B`), 𝞅 (`U+1D785`), 𝞿 (`U+1D7BF`)

- `VXAH`:

ψ (`U+03C8`), ѱ (`U+0471`), 𝛙 (`U+1D6D9`), 𝜓 (`U+1D713`), 𝝍 (`U+1D74D`), 𝞇 (`U+1D787`), 𝟁 (`U+1D7C1`)


### Italic CV influences

Expand Down Expand Up @@ -1042,6 +1050,14 @@

ΰ (`U+03B0`), υ (`U+03C5`), ϋ (`U+03CB`), ύ (`U+03CD`), ὐ (`U+1F50`), ὑ (`U+1F51`), ὒ (`U+1F52`), ὓ (`U+1F53`), ὔ (`U+1F54`), ὕ (`U+1F55`), ὖ (`U+1F56`), ὗ (`U+1F57`), ὺ (`U+1F7A`), ύ (`U+1F7B`), ῠ (`U+1FE0`), ῡ (`U+1FE1`), ῢ (`U+1FE2`), ΰ (`U+1FE3`), ῦ (`U+1FE6`), ῧ (`U+1FE7`), 𝛖 (`U+1D6D6`), 𝜐 (`U+1D710`), 𝝊 (`U+1D74A`), 𝞄 (`U+1D784`), 𝞾 (`U+1D7BE`)

- `VXAG`:

φ (`U+03C6`), ᵠ (`U+1D60`), ᵩ (`U+1D69`), 𝛗 (`U+1D6D7`), 𝜑 (`U+1D711`), 𝝋 (`U+1D74B`), 𝞅 (`U+1D785`), 𝞿 (`U+1D7BF`)

- `VXAH`:

ψ (`U+03C8`), ѱ (`U+0471`), 𝛙 (`U+1D6D9`), 𝜓 (`U+1D713`), 𝝍 (`U+1D74D`), 𝞇 (`U+1D787`), 𝟁 (`U+1D7C1`)



<!-- END Section-CV-Influences -->
2 changes: 1 addition & 1 deletion images/button-customize.dark.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit c969b50

Please sign in to comment.