UNPKG

alkbasri-light

Version:
56 lines (36 loc) 1.54 kB
# ALKBasri-Light [![Bower](https://img.shields.io/bower/v/alkbasri-light.svg)](http://bower.io/search/?q=alkbasri-light) [![npm](https://img.shields.io/npm/v/alkbasri-light.svg)](https://www.npmjs.com/package/alkbasri-light) [![Author](https://img.shields.io/badge/Font_Author-Aleksandre_Sukiasov-blue.svg)](https://github.com/web-fonts/alkbasri-light) ALKBasri-Light Web-Font Package. ## Installation ### Install With [Bower](http://bower.io): ``` $ bower install alkbasri-light --save ``` ### Install With [NPM](https://www.npmjs.com): ``` $ npm install alkbasri-light --save ``` ### Install Manualy * [Downloading Package Archive](https://github.com/web-fonts/alkbasri-light/archive/master.zip) * Place `/css/` and `/fonts/` directories to your project. ## Usage Place the following code between `<head>...</head>` tag in your HTML: ```html <link rel="stylesheet" href="/bower_components/alkbasri-light/css/alkbasri-light.css"> ``` for NPM: ```html <link rel="stylesheet" href="/node_modules/alkbasri-light/css/alkbasri-light.css"> ``` Place the following code to your stylesheets, or use another css selector instead of `body`. ```css body { font-family: 'ALKBasri-Light', sans-serif; } ``` ## Preview [Preview ALKBasri-Light in Browser](http://web-fonts.ge/alkbasri-light) ## Licence The ALKBasri-Light package is open-sourced software licensed under the [MIT license](http://opensource.org/licenses/MIT), but the Font files are licenced under [CC BY-NC-ND 4.0](http://creativecommons.org/licenses/by-nc-nd/4.0/).