File tree 3 files changed +17
-1
lines changed
3 files changed +17
-1
lines changed Original file line number Diff line number Diff line change @@ -52,3 +52,11 @@ A830..A83F:
52
52
transform : scale(0.8) translate(0, -0.1)
53
53
54
54
A83A..A83F : notdef
55
+
56
+ # Phags-pa
57
+
58
+ A840..A87F :
59
+ font : babel-phags-pa
60
+ transform : scale(0.8)
61
+
62
+ A878..A87F : notdef
Original file line number Diff line number Diff line change @@ -44,6 +44,7 @@ fonts =
44
44
' LisuUnicode' : ' https://github.com/phjamr/LisuUnicode/raw/master/LisuUnicode-Regular.ttf'
45
45
' Wakor' : ' http://www.evertype.com/fonts/vai/wakorfont.zip'
46
46
' Charis' : ' https://software.sil.org/downloads/r/charis/CharisSIL-5.000.zip'
47
+ ' BabelStonePhagsPa' : ' http://www.babelstone.co.uk/Fonts/Download/BabelStonePhagspaBook_v2.ttf'
47
48
48
49
module.exports = ->
49
50
Promise .each do
@@ -71,7 +72,7 @@ module.exports = ->
71
72
{}
72
73
73
74
extract =
74
- if directory in <[Quivira NotoSansCherokee BTC Manjari LisuUnicode]>
75
+ if directory in <[Quivira NotoSansCherokee BTC Manjari LisuUnicode BabelStonePhagsPa ]>
75
76
false
76
77
else
77
78
true
Original file line number Diff line number Diff line change @@ -330,6 +330,13 @@ font-data =
330
330
license : ' SIL OFL 1.1'
331
331
licenseURL : ' http://scripts.sil.org/ofl'
332
332
path : ' Charis/CharisSIL-5.000/CharisSIL-R.ttf'
333
+ babel-phags-pa :
334
+ name : ' Charis'
335
+ URL : ' https://software.sil.org/charis/'
336
+ author : ' SIL'
337
+ license : ' SIL OFL 1.1'
338
+ licenseURL : ' http://scripts.sil.org/ofl'
339
+ path : ' BabelStonePhagsPa/BabelStonePhagspaBook_v2.ttf'
333
340
334
341
load-fonts = ->
335
342
Promise .all do
You can’t perform that action at this time.
0 commit comments