mirror of
https://github.com/flutter/flutter.git
synced 2026-02-20 02:29:02 +08:00
* do not wrap font family name in webkit otherwise icons not show on safari 13 (both IOS and desktop) * Changing the font loading to work in all browsers. * Documentation, renaming, gramatical/spelling error related PR comments addressed. Regexp will be addressed in the next commit. * Changing regular expressions to look simpler. Adding more unit tests.