Skip to content

Commit 30c5a88

Browse files
test
1 parent 9042285 commit 30c5a88

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

js/fonts.js

+2-1
Original file line numberDiff line numberDiff line change
@@ -447,7 +447,8 @@ function set_fntList(os = isOS) {
447447
]
448448
} else if ("android" == os) {
449449
if (!isFontSizesMore) {isPlatformFont = "Roboto"}
450-
fntString = '?-' // try this
450+
// original full string: sizes 132, detected 148
451+
fntString = 'M?-' // "?-" 70 + 145
451452
}
452453

453454
// baseCtrl: 1-pass or 3-pass

0 commit comments

Comments
 (0)