updating version references

This commit is contained in:
davegandy 2013-05-16 20:39:55 -04:00
parent 8165d5c995
commit 495adab04f
9 changed files with 13 additions and 16 deletions

View file

@ -1,4 +1,4 @@
#[Font Awesome v3.1.1](http://fontawesome.io) #[Font Awesome v3.2.0](http://fontawesome.io)
###the iconic font designed for Bootstrap ###the iconic font designed for Bootstrap
Font Awesome is a full suite of 302 pictographic icons for easy scalable vector graphics on websites, created and Font Awesome is a full suite of 302 pictographic icons for easy scalable vector graphics on websites, created and

View file

@ -1,5 +1,5 @@
/*! /*!
* Font Awesome 3.1.0 * Font Awesome 3.2.0
* the iconic font designed for Bootstrap * the iconic font designed for Bootstrap
* ------------------------------------------------------- * -------------------------------------------------------
* The full suite of pictographic icons, examples, and documentation * The full suite of pictographic icons, examples, and documentation

View file

@ -1,5 +1,5 @@
/*! /*!
* Font Awesome 3.1.0 * Font Awesome 3.2.0
* the iconic font designed for Bootstrap * the iconic font designed for Bootstrap
* ------------------------------------------------------- * -------------------------------------------------------
* The full suite of pictographic icons, examples, and documentation * The full suite of pictographic icons, examples, and documentation

View file

@ -1,5 +1,5 @@
/*! /*!
* Font Awesome 3.1.0 * Font Awesome 3.2.0
* the iconic font designed for Bootstrap * the iconic font designed for Bootstrap
* ------------------------------------------------------- * -------------------------------------------------------
* The full suite of pictographic icons, examples, and documentation * The full suite of pictographic icons, examples, and documentation
@ -26,8 +26,8 @@
* -------------------------- */ * -------------------------- */
@font-face { @font-face {
font-family: 'FontAwesome'; font-family: 'FontAwesome';
src: url('../font/fontawesome-webfont.eot?v=3.1.0'); src: url('../font/fontawesome-webfont.eot?v=3.2.0');
src: url('../font/fontawesome-webfont.eot?#iefix&v=3.1.0') format('embedded-opentype'), url('../font/fontawesome-webfont.woff?v=3.1.0') format('woff'), url('../font/fontawesome-webfont.ttf?v=3.1.0') format('truetype'), url('../font/fontawesome-webfont.svg#fontawesomeregular?v=3.1.0') format('svg'); src: url('../font/fontawesome-webfont.eot?#iefix&v=3.2.0') format('embedded-opentype'), url('../font/fontawesome-webfont.woff?v=3.2.0') format('woff'), url('../font/fontawesome-webfont.ttf?v=3.2.0') format('truetype'), url('../font/fontawesome-webfont.svg#fontawesomeregular?v=3.2.0') format('svg');
font-weight: normal; font-weight: normal;
font-style: normal; font-style: normal;
} }

File diff suppressed because one or more lines are too long

View file

@ -1,5 +1,5 @@
/*! /*!
* Font Awesome 3.1.0 * Font Awesome 3.2.0
* the iconic font designed for Bootstrap * the iconic font designed for Bootstrap
* ------------------------------------------------------- * -------------------------------------------------------
* The full suite of pictographic icons, examples, and documentation * The full suite of pictographic icons, examples, and documentation

View file

@ -1,5 +1,5 @@
/*! /*!
* Font Awesome 3.1.0 * Font Awesome 3.2.0
* the iconic font designed for Bootstrap * the iconic font designed for Bootstrap
* ------------------------------------------------------- * -------------------------------------------------------
* The full suite of pictographic icons, examples, and documentation * The full suite of pictographic icons, examples, and documentation

View file

@ -2,8 +2,9 @@
// -------------------------- // --------------------------
@FontAwesomePath: "../font"; @FontAwesomePath: "../font";
@FontAwesomeVersion: "3.1.0"; //@FontAwesomePath: "//netdna.bootstrapcdn.com/font-awesome/3.2.0/font"; // for referencing Bootstrap CDN font files directly
@FontAwesomeVersion: "3.2.0";
@borderColor: #eee; @borderColor: #eee;
@iconMuted: #eee; @iconMuted: #eee;
@iconLight: #fff; @iconLight: #fff;
@iconDark: #333; @iconDark: #333;

View file

@ -6,10 +6,6 @@
"name": "Dave Gandy", "name": "Dave Gandy",
"email": "dave@fontawesome.io" "email": "dave@fontawesome.io"
}, },
"contributors": [
"sergio <desenvolvimento@inbep.com.br>",
"willian <desenvolvimento@inbep.com.br>"
],
"homepage": "http://fontawesome.io", "homepage": "http://fontawesome.io",
"repository": { "repository": {
"type": "git", "type": "git",