Connecting fonts via CSS @import, like this:
@import 'https://fonts.googleapis.com/css?family=Cormorant+Garamond:700'; I use it like this:
h2, h3 { font-family: 'Cormorant Garamond', serif; } But the fonts, approximately, once out of 10 are not connected, the browser tries to connect them, but without success, after which the following errors are lit in the console:
What do I do wrong?
