Home

Published

- 1 min read

open sans css

img of open sans css

The solution for this is noted below

open sans css

Solution

   /* 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">

Try other methods by searching on the site. That is if this doesn’t work