Skip to content

stenin-nikita/open-sans

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Open Sans Webfont Kit

Webfont kit for the awesome Open Sans webfont.

npm version npm downloads GitHub license license-font

Install via Bower:

bower install open-sans-all

Install via NPM:

npm install open-sans-all

Usage

HTML:

<link rel="stylesheet" href="https://unpkg.com/open-sans-all/css/open-sans.min.css">

CSS:

body {
    font-family: "Open Sans";
}