Skip to content

Commit

Permalink
Bump version to 2.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
zavoloklom committed Jun 20, 2015
1 parent bb6da27 commit 8866cef
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 15 deletions.
37 changes: 23 additions & 14 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# [Material Design Iconic Font v2.0.1](http://zavoloklom.github.io/material-design-iconic-font)
# [Material Design Iconic Font 2.0.2](http://zavoloklom.github.io/material-design-iconic-font)
#### Material Design Iconic Font and CSS toolkit

[![Material Design Iconic Font](http://zavoloklom.github.io/material-design-iconic-font/images/Material-Design-Iconic-Font.png)](http://zavoloklom.github.io/material-design-iconic-font/)
Expand All @@ -9,25 +9,31 @@ Material Design Icons are the official open-source [icons](http://www.google.com

Get started at [http://zavoloklom.github.io/material-design-iconic-font](http://zavoloklom.github.io/material-design-iconic-font)

Download: [v2.0.1 (ZIP)](https://github.com/zavoloklom/material-design-iconic-font/releases/download/2.0.1/material-design-iconic-font.zip)

##Install
**Bower:** `bower install material-design-iconic-font`
**Download:** [2.0.2 (ZIP)](https://github.com/zavoloklom/material-design-iconic-font/releases/download/2.0.2/material-design-iconic-font.zip)
**Bower:** `bower install material-design-iconic-font`
**NPM:** `npm install material-design-iconic-font`

##Getting started
####BASIC: CSS on [CDNjs](https://github.com/cdnjs/cdnjs)
Thanks to the cdnjs.cloudflare.com, you can use CDNjs to add MD Iconic Font into your website without downloading or installing anything!
- Paste the following code into the <head> section of your site's HTML.
`<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/material-design-iconic-font/2.0.2/css/material-design-iconic-font.min.css">`
- Check out the [Examples pages](http://zavoloklom.github.io/material-design-iconic-font/examples.html) to start using Material Design Iconic Font!

####BASIC: Default CSS
Use this method to get the default Material Design Iconic Font CSS.
- Download latest version of Material Design Iconic Font.
- Unpack the entire `material-design-iconic-font` archive into your project.
- In the <head> of your html, reference the location to your material-design-iconic-font.min.css.
`<link rel="stylesheet" href="path/to/material-design-iconic-font/css/material-design-iconic-font.min.css">`
- Check out the [Examples pages](http://zavoloklom.github.io/material-design-iconic-font/examples.html) to start using Material Design Iconic Font!
Use this method to get the default Material Design Iconic Font CSS.
- Download latest version of Material Design Iconic Font.
- Unpack the entire `material-design-iconic-font` archive into your project.
- In the <head> of your html, reference the location to your material-design-iconic-font.min.css.
`<link rel="stylesheet" href="path/to/material-design-iconic-font/css/material-design-iconic-font.min.css">`
- Check out the [Examples pages](http://zavoloklom.github.io/material-design-iconic-font/examples.html) to start using Material Design Iconic Font!

####PRO: Custom LESS/SCSS
Use this method to customize Material Design Iconic Font using LESS or SCSS.
- Download latest version of Material Design Iconic Font.
- Unpack the entire `material-design-iconic-font` archive into your project.
- Open your project's `path/to/material-design-iconic-font/less/variables.less` or `path/to/material-design-iconic-font/scss/_variables.scss` and edit the `@md-font-path` variable to point to your font directory.
Use this method to customize Material Design Iconic Font using LESS or SCSS.
- Download latest version of Material Design Iconic Font.
- Unpack the entire `material-design-iconic-font` archive into your project.
- Open your project's `path/to/material-design-iconic-font/less/variables.less` or `path/to/material-design-iconic-font/scss/_variables.scss` and edit the `@md-font-path` variable to point to your font directory.

> @md-font-path: "../font";
Expand All @@ -53,6 +59,9 @@ The full details of how Material Design Iconic Font is licensed and 'Thanks to'
In fact it can work in earlier versions of browsers accordingly to [caniuse.com](http://caniuse.com/) portal (you can check ttf, woff, transform and animation properties), but i can't test it.

## Changelog
v2.0.2:
- some minor changes in less/scss/css files for better icons display

v2.0.1:
- remove IE8-9 hooks
- fix "!default" to used properly way in sass code
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "material-design-iconic-font",
"description": "Material Design Iconic Font and CSS toolkit",
"version": "2.0.1",
"version": "2.0.2",
"keywords": [
"material",
"design",
Expand Down

0 comments on commit 8866cef

Please sign in to comment.