Answers for "open sans css import"

CSS
2

open sans css

/* copy paste it in your .css file*/
@import url("https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;600;700;800&display=swap");

/* copy paste it in your .html or .php file*/
<link href="https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;600;700;800&display=swap" rel="stylesheet" type="text/css">
Posted by: Guest on May-29-2021
0

font for css code google link

@import url(https://fonts.googleapis.com/css?family=Open+Sans);

body{
   font-family: 'Open Sans',serif;
}
Posted by: Guest on August-24-2020

Browse Popular Code Answers by Language