Add a parameter to Google Fonts URL
in Fonts
Hi,
Google tell to add the &display=swap parameter to the end of your Google Fonts URL:
<link href="https://fonts.googleapis.com/css?family=Roboto:400,700&display=swap" rel="stylesheet">
How can I do this ?
Comments
<link href="https://fonts.googleapis.com/css?family=Poppins:400,500,700|Roboto:400" rel="stylesheet" property="stylesheet" media="all" type="text/css" >