Anybody else having their Safari not load ANY Google Fonts after the 14.1.2 update in July 2021?
After Apple updated Safari to 14.1.2 in July 2021, my Safari browsers are not loading any Google fonts via @import through css.
For example, the following does not load Roboto on a website in Safari when placed in your CSS file.
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700;900&display=swap');
@import works normally for Google Fonts in Chrome or Firefox.