mirror of
https://github.com/ForkAwesome/Fork-Awesome.git
synced 2024-12-26 21:41:31 +08:00
updating version references
This commit is contained in:
parent
8165d5c995
commit
495adab04f
@ -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
|
||||
|
||||
Font Awesome is a full suite of 302 pictographic icons for easy scalable vector graphics on websites, created and
|
||||
|
@ -1,5 +1,5 @@
|
||||
/*!
|
||||
* Font Awesome 3.1.0
|
||||
* Font Awesome 3.2.0
|
||||
* the iconic font designed for Bootstrap
|
||||
* -------------------------------------------------------
|
||||
* The full suite of pictographic icons, examples, and documentation
|
||||
|
@ -1,5 +1,5 @@
|
||||
/*!
|
||||
* Font Awesome 3.1.0
|
||||
* Font Awesome 3.2.0
|
||||
* the iconic font designed for Bootstrap
|
||||
* -------------------------------------------------------
|
||||
* The full suite of pictographic icons, examples, and documentation
|
||||
|
@ -1,5 +1,5 @@
|
||||
/*!
|
||||
* Font Awesome 3.1.0
|
||||
* Font Awesome 3.2.0
|
||||
* the iconic font designed for Bootstrap
|
||||
* -------------------------------------------------------
|
||||
* The full suite of pictographic icons, examples, and documentation
|
||||
@ -26,8 +26,8 @@
|
||||
* -------------------------- */
|
||||
@font-face {
|
||||
font-family: 'FontAwesome';
|
||||
src: url('../font/fontawesome-webfont.eot?v=3.1.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?v=3.2.0');
|
||||
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-style: normal;
|
||||
}
|
||||
|
File diff suppressed because one or more lines are too long
@ -1,5 +1,5 @@
|
||||
/*!
|
||||
* Font Awesome 3.1.0
|
||||
* Font Awesome 3.2.0
|
||||
* the iconic font designed for Bootstrap
|
||||
* -------------------------------------------------------
|
||||
* The full suite of pictographic icons, examples, and documentation
|
||||
|
@ -1,5 +1,5 @@
|
||||
/*!
|
||||
* Font Awesome 3.1.0
|
||||
* Font Awesome 3.2.0
|
||||
* the iconic font designed for Bootstrap
|
||||
* -------------------------------------------------------
|
||||
* The full suite of pictographic icons, examples, and documentation
|
||||
|
@ -2,7 +2,8 @@
|
||||
// --------------------------
|
||||
|
||||
@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;
|
||||
@iconMuted: #eee;
|
||||
@iconLight: #fff;
|
||||
|
@ -6,10 +6,6 @@
|
||||
"name": "Dave Gandy",
|
||||
"email": "dave@fontawesome.io"
|
||||
},
|
||||
"contributors": [
|
||||
"sergio <desenvolvimento@inbep.com.br>",
|
||||
"willian <desenvolvimento@inbep.com.br>"
|
||||
],
|
||||
"homepage": "http://fontawesome.io",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
|
Loading…
Reference in New Issue
Block a user