Update src/utils/FontManager.js

Co-Authored-By: J. Ryan Stinnett <jryans@gmail.com>
This commit is contained in:
Bruno Windels 2019-05-29 10:08:59 +00:00 committed by GitHub
parent 5c8e280a45
commit 66738e2284
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -33,7 +33,7 @@ function safariVersionCheck(ua) {
// https://www.colorfonts.wtf/ states safari supports COLR fonts from this version on // https://www.colorfonts.wtf/ states safari supports COLR fonts from this version on
console.log(`Browser is Safari - requiring macOS 10.14 and Safari 12,` + console.log(`Browser is Safari - requiring macOS 10.14 and Safari 12,` +
`detected Safari ${safariVersionStr} on macOS ${macOSVersionStr},` + `detected Safari ${safariVersionStr} on macOS ${macOSVersionStr},` +
`supported: ${colrFontSupported}`); `COLR supported: ${colrFontSupported}`);
return colrFontSupported; return colrFontSupported;
} }
} catch (err) { } catch (err) {