Skip to content

Commit

Permalink
Merge pull request #217 from IBM/v1.2.2
Browse files Browse the repository at this point in the history
built davenagari fonts
  • Loading branch information
sockol authored Dec 12, 2018
2 parents 0e78aa2 + ee84ee8 commit 87c078d
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
5 changes: 5 additions & 0 deletions scripts/data/families.js
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,11 @@ const families = [
name: 'IBM Plex Sans Hebrew',
unicodes: [],
},
{
type: 'Sans Devanagari',
name: 'IBM Plex Sans Devanagari',
unicodes: [],
},
{
type: 'Thai',
name: 'IBM Plex Thai',
Expand Down
4 changes: 4 additions & 0 deletions scripts/data/unicodes.js
Original file line number Diff line number Diff line change
Expand Up @@ -110,6 +110,10 @@ const unicodes = [
type: 'Greek',
characters: ['U+0384-038A', 'U+038C', 'U+038E-03A1', 'U+03A3-03CE'],
},
{
type: 'Devanagari',
characters: ['U+0900–097F'],
},
];

module.exports = unicodes;

0 comments on commit 87c078d

Please sign in to comment.