Snippets Collections
//index.html

/// this is for open sans
<link rel="preconnect" href="https://fonts.googleapis.com" />
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
<link href="https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;600;700&display=swap" rel="stylesheet" />


//css stylesheet
 
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;600;700&display=swap');

$font-family-base: 'Open Sans', sans-serif;
star

Wed Aug 21 2024 22:37:30 GMT+0000 (Coordinated Universal Time)

#preconnect #fonts #google

Save snippets that work with our extensions

Available in the Chrome Web Store Get Firefox Add-on Get VS Code extension