Changes between Initial Version and Version 1 of Ticket #36753, comment 27
- Timestamp:
- 05/14/2016 12:27:29 PM (9 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #36753, comment 27
initial v1 1 1 > Awesome, currently we then have two workarounds, switch to the non-shorthand `font-family` or continue using the shorthand `font` and quoting `"-apple-system"`. 2 2 3 Quoting `-apple-system` will make that property fail to work in Safari; it has to be unquoted to work properly. That's why my plugin uses the `font-family` declarationinstead of the `font` shorthand. That method works in all browsers I've tested.3 Quoting `-apple-system` will make that property fail to work in Safari; it has to be unquoted to work properly. That's why my plugin uses the `font-family` property instead of the `font` shorthand. That method works in all browsers I've tested.