open sans font
//This is from google fonts
// to use import
@import url('https://fonts.googleapis.com/css?family=Open+Sans');
//to use link in head tag
<link rel="preconnect" href="https://fonts.gstatic.com">
<link href="https://fonts.googleapis.com/css2?family=Open+Sans" rel="stylesheet">