-
Notifications
You must be signed in to change notification settings - Fork 305
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Major changes — Fixed problems with rendering of Powerline symbols #189 — Added support of Vietnamese language #14 #209 — All diacritics redone. Corrected a bunch of problems of placing & more balanced mass. — Added DesignSpace+UFO source files. Just converted & dumped as they are, for now. There are issues with Masters compatibility. Tested in Glyphs app. Other fixes — Fixed construction of † ‡ ∏ ∐ #205 #206 — Added exclusion in /* ligature #88 — Refactored ß — ~= ligature removed #204 — Added >-> ligature #194 — Added u0336 Long stroke overlay #190 — Added ligature //= #185 — Corrected contour of the arrows in ligatures #196 Known issues — In Medium weights the height of [ ] { } decreased by one pixel in 12px, 13px sizes. This is a hinting bug.
- Loading branch information
1 parent
c35f9e0
commit 4dd35ad
Showing
4,091 changed files
with
221,173 additions
and
54,339 deletions.
The diff you're trying to view is too large. We only load the first 3000 changed files.
There are no files selected for viewing
Binary file not shown.
Large diffs are not rendered by default.
Oops, something went wrong.
Binary file not shown.
Large diffs are not rendered by default.
Oops, something went wrong.
46 changes: 46 additions & 0 deletions
46
source/UFO+DesignSpace/Italic/JetBrainsMono_Italic.designspace
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,46 @@ | ||
<?xml version='1.0' encoding='utf-8'?> | ||
<designspace format="4.0"> | ||
<axes> | ||
<axis minimum="400" tag="wght" name="weight" maximum="800" default="800"> | ||
<labelname xml:lang="en">Weight</labelname> | ||
</axis> | ||
</axes> | ||
<sources> | ||
<source familyname="JetBrains Mono italic" filename="masters/JetBrainsMonoitalic-ExtraBold.ufo" stylename="Extra Bold Italic" name="ExtraBold"> | ||
<lib copy="1"/> | ||
<groups copy="1"/> | ||
<info copy="1"/> | ||
<features copy="1"/> | ||
<location> | ||
<dimension xvalue="800" name="weight"/> | ||
</location> | ||
</source> | ||
<source familyname="JetBrains Mono italic" filename="masters/JetBrainsMonoitalic-Regular.ufo" stylename="Italic" name="Regular"> | ||
<location> | ||
<dimension xvalue="400" name="weight"/> | ||
</location> | ||
</source> | ||
</sources> | ||
<instances> | ||
<instance familyname="JetBrains Mono italic" filename="instances/JetBrainsMonoitalic-Italic.ufo" stylename="Italic" name="Italic"> | ||
<location> | ||
<dimension xvalue="400" name="weight"/> | ||
</location> | ||
</instance> | ||
<instance familyname="JetBrains Mono italic" filename="instances/JetBrainsMonoitalic-MediumItalic.ufo" stylename="Medium Italic" name="Medium Italic"> | ||
<location> | ||
<dimension xvalue="532" name="weight"/> | ||
</location> | ||
</instance> | ||
<instance familyname="JetBrains Mono italic" filename="instances/JetBrainsMonoitalic-BoldItalic.ufo" stylename="Bold Italic" name="Bold Italic"> | ||
<location> | ||
<dimension xvalue="634" name="weight"/> | ||
</location> | ||
</instance> | ||
<instance familyname="JetBrains Mono italic" filename="instances/JetBrainsMonoitalic-ExtraBoldItalic.ufo" stylename="Extra Bold Italic" name="Extra Bold Italic"> | ||
<location> | ||
<dimension xvalue="800" name="weight"/> | ||
</location> | ||
</instance> | ||
</instances> | ||
</designspace> |
Oops, something went wrong.