Skip to content

Releases: IBM/plex

v1.1.0

30 Jul 20:46
17295b5
Compare
Choose a tag to compare

TrueType.zip is recommended for MacOS and Windows.

Changes

[IBM PLEX SANS HEBREW V1.0] - 2018-06-02

Added

  • Support for Hebrew including cantillation marks (103 glyphs per font)
  • OpenType layout feature offers alternate shapes for standard numerals and /sheqel (0x20AA)

[IBM PLEX SANS V3.0] - 2018-05-27

Added

  • Support for monotonic Greek (73 glyphs per font)
  • Glyph /currency (0x00A4)
  • Glyph /prime (0x2032)
    Referenced in issue 145
  • Glyph /primedbl (0x2033)
    Referenced in issue 145

Changed

  • TrueType hinting for many glyphs has been refined. Thanks to Mike Duggan at Microsoft for reporting some!
  • OpenType layout feature includes support for combining mark positioning on Cyrillic vowels
    Referenced in issue 155
  • OpenType layout feature includes support for combining mark positioning on Greek vowels
  • OpenType layout feature includes alternate shape for Greek lowercase letter /alpha and related glyphs
  • OpenType layout feature includes alternate shape for Greek lowercase letter /alpha and related glyphs
  • Glyph /gcommaaccent (0x0123) uses /g.alt02 now (instead of /g)
  • Glyph /gdotaccent (0x0121) uses /g.alt02 now (instead of /g)

Fixed

  • Errors in PS hint replacement in all files containing PostScript outlines
  • Various small errors in mark positioning
  • Various small errors in symmetry of shapes
  • Various small errors in metrics

v1.0.2

16 Apr 15:12
376a2e2
Compare
Choose a tag to compare

TrueType.zip is recommended for MacOS and Windows.

Changes

  • fix(css): reference complete woff file, do not reference split woff files (#160)

v1.0.1

23 Feb 21:39
66de634
Compare
Choose a tag to compare

Changes

  • Fix corrupt source .ufo files
  • Change license to .txt for easier opening

MacOS users
OpenType.zip
TrueType.zip (recommended)

Windows users
OpenType.zip
TrueType.zip (recommended)

Web developers
Web.zip

v1.0.0

21 Feb 19:10
9684164
Compare
Choose a tag to compare

The first major release alters the focus of the repo to revolve around IBM Plex.

Download the appropriate zips above from the Assets section to get Plex. Check out our changelog for more details about the font file changes.

Changes

  • Repo renamed to IBM/Plex
  • npm package published called @ibm/plex
  • README leads user to releases tab for downloads

Adds

  • Cyrillic glyphs for IBM Plex Mono, Sans, and Serif
  • IBM Plex Sans Condensed (except for Cyrillic)
  • Source files
  • SCSS and CSS for all weights and variants included in web.zip and npm package
  • CHANGELOG to track detailed history of typeface updates

Removes

  • Typography CSS and SCSS (anything styling that would be included in a class)
  • IBM logos as glyphs
  • Intro letter found at https://ibm.github.io/type/
  • Webpack example
  • CSS and SCSS directories from repo source
  • Sketch file

Eyeglass Support

31 Jan 21:25
834863b
Compare
Choose a tag to compare
Eyeglass Support Pre-release
Pre-release

See https://github.com/sass-eyeglass/eyeglass for more details on how to use.

Return of local file use

29 Nov 17:57
758fc43
Compare
Choose a tag to compare
Pre-release
  • css uses local IBM Plex if installed on user’s device
  • Added webpack example to set custom path to font files
  • Removed multiple instances of font files
  • Updated readme to reflect code

Rollback a couple more local tags

17 Nov 03:41
Compare
Choose a tag to compare
Pre-release

See release v0.5.1 for more information.

Rollback most local declarations

17 Nov 03:34
Compare
Choose a tag to compare
Pre-release

Use of local() has been rolled back for all weights except regulars. See #94 for more information.

Local file use

16 Nov 21:34
Compare
Choose a tag to compare
Local file use Pre-release
Pre-release

Three big adjustments, but should be non-breaking:

  • There originally was a design rule that would bump serif sizes 1px. This has been reversed.
  • Change the web font name to match system font installation
  • Change font-face declarations to check for local fonts installed

Font-family reorder

13 Nov 05:55
Compare
Choose a tag to compare
Font-family reorder Pre-release
Pre-release

Order font families to prevent staggered painting in #34.