Skip to content

Commit

Permalink
v2.305
Browse files Browse the repository at this point in the history
- Added `IJ` `ij` #578
- Added ligature breaking in `++:` `:++` #434
- Added exclusion in `<>>` sequence #565
- Fixed typo in ss20 name
- Switched source files to Glyphs 3
  • Loading branch information
philippnurullin committed Feb 9, 2023
1 parent 39c3ef4 commit 68685b5
Show file tree
Hide file tree
Showing 72 changed files with 198,191 additions and 201,701 deletions.
32 changes: 9 additions & 23 deletions Changelog.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,14 @@
# Changelog
All notable changes to this project will be documented in this file.

## 2.301 (Unreleased)
## 2.305 (unreleased)
- Added `IJ` `ij` #578
- Added ligature breaking in `++:` `:++` #434
- Added exclusion in `<>>` sequence #565
- Fixed typo in ss20 name
- Switched source files to Glyphs 3

## 2.304 (14.01.2023)
### **Major changes**
- Added OT Stylistic Set 1 `ss01`. Performs better with plain text.
- Added OT Stylistic Set 2 `ss02`. Performs better with small line-height.
Expand All @@ -10,46 +17,25 @@ All notable changes to this project will be documented in this file.
- Updated construction of `8` and `5` (the old versions can be found in `cv19`& `cv20`)
- Added less radical alternates for `!=` `!==` `==` `===` ligatures - `ss19` #287
- Added full support for APL #47 #516
- Added Control code support #241
- Updated Greek alphabet to be less eccentric
- Added Cyrillic Kazakh letters #391
- Added SemiBold weight #453
- Fixed regression with `<--` ligature #417
- Fixed interpolation error in Italic #431
- Different construction of italic `e`
- Added full Double Struck alphabet #440
### **Other updated and fixes**
- Contour polishing
- Alternate `&` - `cv15` #507
- Alt `$` - `cv14` #527
- Shifting the horizontal bar in `f` to match x-height - `ss20`
- Added more anchors to the marks #463
- Added zeroWidthNoBreakSpace (u+FEFF) #467
- Added replacement (u+FFFD) #461
- Added floor and ceiling mathematical characters `` `` `` `` `` `` `` `` `` `` `` `` `` #328
- Added EMQuad (u+2001) #439
- Added `Ɛ` `` `` `` #356
- Added ligature `;;;` #393
- Added `=:` ligature #305
- Added `` U+FE62 #482
- Added `` #480
- Reworked `⚠️` #450
- Changed the look of `~@` ligature #415
- `! =` ligature fixed #494
- Corrected placement of `*` in `*/` ligature in Regular master
- Made the tail of Italic `f` shorter to render better in kitty #441
- The ligature `<-` have 3 digit exclusion #403
- Tuned `#` #275
- Made triple equal ligature `===` more spacious #25
- Debug mode for Cyrillic `c` `C` #27
- Reverted the construction of italic `a` #416
- Reverted the construction of italic `a` #416
- Dutch diacritics works properly #100
- Fixed the backquotes placement #411
- Reworked control code symbols #491
- Updated marks placement in `Ľ`, `ď`, `ľ`, `ť` #522
- Added `\/` `/\` ligatures #222
- Added `` `` `` #545
- Added `` #482
- Complete soft doting #345
- Updated `` `` `` `` `` `` `` #563
- Added support for Udmurt language #569
Expand Down
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ _On Mac/Windows_:
- _Mac_. Select all font files in the folder and double-click them. Click the **Install Font** button.
- _Windows_. Select all font files in the folder, right-click any of them, then pick **Install** from the menu.

📝 Note: If you have previously installed JetBrains Mono, please uninstall all previous versions to exclude conflicts and errors in rendering.
> **Note** If you have previously installed JetBrains Mono, please uninstall all previous versions to exclude conflicts and errors in rendering.

_On Linux_:

Expand Down Expand Up @@ -86,7 +86,7 @@ A ligature is a character consisting of two or more joined symbols. Traditionall

![Alt text](images/ligatures-2@2x.gif)

📝 Note: if your IDE doesn’t support OpenType features and ligatures, use [JetBrains Mono NL](https://github.com/JetBrains/JetBrainsMono/tree/master/fonts/ttf) instead.
> **Note** if your IDE doesn’t support OpenType features and ligatures, use [JetBrains Mono NL](https://github.com/JetBrains/JetBrainsMono/tree/master/fonts/ttf) instead.
## Basic Character Set

Expand All @@ -101,9 +101,9 @@ The source files can be found in the *"Source"* folder. To open them you will ne
To build the `.ttf`, `.otf`, `woff2` & variable `.ttf` you will need to:
- Install **gftools** `pip install gftools`
- Install **fonttools[woff]** `pip install fonttools[woff]`
- Navigate to **JetBrainsMono** in Terminal app.
- Navigate to **JetBrainsMono** folder in Terminal app.
- Type `gftools builder sources/config.yaml` in Terminal and run it.
- Type `python scripts/generate_variable_webfonts.py` in Terminal and run it to generate variable webfonts.
- Type `python scripts/generate_variable_webfonts.py` in Terminal and run it to generate variable `woff2` files.
- After the scripts are complete, the files can be found in *fonts* folder.

## License
Expand Down
Binary file modified fonts/otf/JetBrainsMono-Bold.otf
Binary file not shown.
Binary file modified fonts/otf/JetBrainsMono-BoldItalic.otf
Binary file not shown.
Binary file modified fonts/otf/JetBrainsMono-ExtraBold.otf
Binary file not shown.
Binary file modified fonts/otf/JetBrainsMono-ExtraBoldItalic.otf
Binary file not shown.
Binary file modified fonts/otf/JetBrainsMono-ExtraLight.otf
Binary file not shown.
Binary file modified fonts/otf/JetBrainsMono-ExtraLightItalic.otf
Binary file not shown.
Binary file modified fonts/otf/JetBrainsMono-Italic.otf
Binary file not shown.
Binary file modified fonts/otf/JetBrainsMono-Light.otf
Binary file not shown.
Binary file modified fonts/otf/JetBrainsMono-LightItalic.otf
Binary file not shown.
Binary file modified fonts/otf/JetBrainsMono-Medium.otf
Binary file not shown.
Binary file modified fonts/otf/JetBrainsMono-MediumItalic.otf
Binary file not shown.
Binary file modified fonts/otf/JetBrainsMono-Regular.otf
Binary file not shown.
Binary file modified fonts/otf/JetBrainsMono-SemiBold.otf
Binary file not shown.
Binary file modified fonts/otf/JetBrainsMono-SemiBoldItalic.otf
Binary file not shown.
Binary file modified fonts/otf/JetBrainsMono-Thin.otf
Binary file not shown.
Binary file modified fonts/otf/JetBrainsMono-ThinItalic.otf
Binary file not shown.
Binary file modified fonts/ttf/JetBrainsMono-Bold.ttf
Binary file not shown.
Binary file modified fonts/ttf/JetBrainsMono-BoldItalic.ttf
Binary file not shown.
Binary file modified fonts/ttf/JetBrainsMono-ExtraBold.ttf
Binary file not shown.
Binary file modified fonts/ttf/JetBrainsMono-ExtraBoldItalic.ttf
Binary file not shown.
Binary file modified fonts/ttf/JetBrainsMono-ExtraLight.ttf
Binary file not shown.
Binary file modified fonts/ttf/JetBrainsMono-ExtraLightItalic.ttf
Binary file not shown.
Binary file modified fonts/ttf/JetBrainsMono-Italic.ttf
Binary file not shown.
Binary file modified fonts/ttf/JetBrainsMono-Light.ttf
Binary file not shown.
Binary file modified fonts/ttf/JetBrainsMono-LightItalic.ttf
Binary file not shown.
Binary file modified fonts/ttf/JetBrainsMono-Medium.ttf
Binary file not shown.
Binary file modified fonts/ttf/JetBrainsMono-MediumItalic.ttf
Binary file not shown.
Binary file modified fonts/ttf/JetBrainsMono-Regular.ttf
Binary file not shown.
Binary file modified fonts/ttf/JetBrainsMono-SemiBold.ttf
Binary file not shown.
Binary file modified fonts/ttf/JetBrainsMono-SemiBoldItalic.ttf
Binary file not shown.
Binary file modified fonts/ttf/JetBrainsMono-Thin.ttf
Binary file not shown.
Binary file modified fonts/ttf/JetBrainsMono-ThinItalic.ttf
Binary file not shown.
Binary file modified fonts/ttf/JetBrainsMonoNL-Bold.ttf
Binary file not shown.
Binary file modified fonts/ttf/JetBrainsMonoNL-BoldItalic.ttf
Binary file not shown.
Binary file modified fonts/ttf/JetBrainsMonoNL-ExtraBold.ttf
Binary file not shown.
Binary file modified fonts/ttf/JetBrainsMonoNL-ExtraBoldItalic.ttf
Binary file not shown.
Binary file modified fonts/ttf/JetBrainsMonoNL-ExtraLight.ttf
Binary file not shown.
Binary file modified fonts/ttf/JetBrainsMonoNL-ExtraLightItalic.ttf
Binary file not shown.
Binary file modified fonts/ttf/JetBrainsMonoNL-Italic.ttf
Binary file not shown.
Binary file modified fonts/ttf/JetBrainsMonoNL-Light.ttf
Binary file not shown.
Binary file modified fonts/ttf/JetBrainsMonoNL-LightItalic.ttf
Binary file not shown.
Binary file modified fonts/ttf/JetBrainsMonoNL-Medium.ttf
Binary file not shown.
Binary file modified fonts/ttf/JetBrainsMonoNL-MediumItalic.ttf
Binary file not shown.
Binary file modified fonts/ttf/JetBrainsMonoNL-Regular.ttf
Binary file not shown.
Binary file modified fonts/ttf/JetBrainsMonoNL-SemiBold.ttf
Binary file not shown.
Binary file modified fonts/ttf/JetBrainsMonoNL-SemiBoldItalic.ttf
Binary file not shown.
Binary file modified fonts/ttf/JetBrainsMonoNL-Thin.ttf
Binary file not shown.
Binary file modified fonts/ttf/JetBrainsMonoNL-ThinItalic.ttf
Binary file not shown.
Binary file modified fonts/variable/JetBrainsMono-Italic[wght].ttf
Binary file not shown.
Binary file added fonts/variable/JetBrainsMono-Italic[wght].woff2
Binary file not shown.
Binary file modified fonts/variable/JetBrainsMono[wght].ttf
Binary file not shown.
Binary file added fonts/variable/JetBrainsMono[wght].woff2
Binary file not shown.
Binary file modified fonts/webfonts/JetBrainsMono-Bold.woff2
Binary file not shown.
Binary file modified fonts/webfonts/JetBrainsMono-BoldItalic.woff2
Binary file not shown.
Binary file modified fonts/webfonts/JetBrainsMono-ExtraBold.woff2
Binary file not shown.
Binary file modified fonts/webfonts/JetBrainsMono-ExtraBoldItalic.woff2
Binary file not shown.
Binary file modified fonts/webfonts/JetBrainsMono-ExtraLight.woff2
Binary file not shown.
Binary file modified fonts/webfonts/JetBrainsMono-ExtraLightItalic.woff2
Binary file not shown.
Binary file modified fonts/webfonts/JetBrainsMono-Italic.woff2
Binary file not shown.
Binary file modified fonts/webfonts/JetBrainsMono-Light.woff2
Binary file not shown.
Binary file modified fonts/webfonts/JetBrainsMono-LightItalic.woff2
Binary file not shown.
Binary file modified fonts/webfonts/JetBrainsMono-Medium.woff2
Binary file not shown.
Binary file modified fonts/webfonts/JetBrainsMono-MediumItalic.woff2
Binary file not shown.
Binary file modified fonts/webfonts/JetBrainsMono-Regular.woff2
Binary file not shown.
Binary file modified fonts/webfonts/JetBrainsMono-SemiBold.woff2
Binary file not shown.
Binary file modified fonts/webfonts/JetBrainsMono-SemiBoldItalic.woff2
Binary file not shown.
Binary file modified fonts/webfonts/JetBrainsMono-Thin.woff2
Binary file not shown.
Binary file modified fonts/webfonts/JetBrainsMono-ThinItalic.woff2
Binary file not shown.
Loading

0 comments on commit 68685b5

Please sign in to comment.