mirror of
https://github.com/element-hq/element-web
synced 2024-11-24 10:15:43 +03:00
Update src/utils/FontManager.js
Co-Authored-By: J. Ryan Stinnett <jryans@gmail.com>
This commit is contained in:
parent
ced55552da
commit
a295d7bada
1 changed files with 1 additions and 1 deletions
|
@ -33,7 +33,7 @@ function safariVersionCheck(ua) {
|
|||
// 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,` +
|
||||
`detected Safari ${safariVersionStr} on macOS ${macOSVersionStr},` +
|
||||
`supported: ${colrFontSupported}`);
|
||||
`COLR supported: ${colrFontSupported}`);
|
||||
return colrFontSupported;
|
||||
}
|
||||
} catch (err) {
|
||||
|
|
Loading…
Reference in a new issue