Mobile app version of vmapp.org
Login or Join
Radia289

: Using Open Sans family font in website I want to implement the Open Sans font (a Google font) in a web site. Can I use this font for free? From what I read there is no problem to use it

@Radia289

Posted in: #Fonts #WebFonts

I want to implement the Open Sans font (a Google font) in a web site.

Can I use this font for free?
From what I read there is no problem to use it but I want to make sure it's OK.

10.02% popularity Vote Up Vote Down


Login to follow query

More posts by @Radia289

2 Comments

Sorted by latest first Latest Oldest Best

 

@Hamm6457569

It's free to use.

You can just add this to your HTML page:

<link href='https://fonts.googleapis.com/css?family=Open+Sans' rel='stylesheet' type='text/css'>


And then in your CSS:

p {
font-family: 'Open Sans', sans-serif;
}

10% popularity Vote Up Vote Down


 

@Eichhorn212

Open Sans is under the Apache License and yes, you can use it for free.

10% popularity Vote Up Vote Down


Back to top | Use Dark Theme