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