Browse Source
Ignore built fonts file. Update font build. Update .md syntax. Fix permissions on fonts. Move fontawesome to scss. Add liscence files. Update Readme. Move lib fontawesome to font-awesome Update font-awesome paths.pull/30/head
26 changed files with 29 additions and 34 deletions
@ -1,4 +1,4 @@
@@ -1,4 +1,4 @@
|
||||
|
||||
@import "compass"; |
||||
@import "global/variables"; |
||||
@import "libs/fontawesome/fontawesome/font-awesome"; |
||||
@import "libs/font-awesome/scss/font-awesome"; |
||||
|
@ -1,4 +1,4 @@
@@ -1,4 +1,4 @@
|
||||
# Bootstrap sass distribution |
||||
|
||||
Downloaded from (link)[https://github.com/twbs/bootstrap-sass/archive/v3.1.1.tar.gz] |
||||
Downloaded from [link](https://github.com/twbs/bootstrap-sass/archive/v3.1.1.tar.gz). |
||||
Used data from `vendor/assets/stylesheets` folder. |
||||
|
@ -0,0 +1,4 @@
@@ -0,0 +1,4 @@
|
||||
# Font-Awesome scss distribution |
||||
|
||||
Downloaded from [link](http://fortawesome.github.io/Font-Awesome/assets/font-awesome-4.0.3.zip). |
||||
Used data from `scss/` and `fonts/`folder. |
@ -0,0 +1,12 @@
@@ -0,0 +1,12 @@
|
||||
# Liscence info as from [Font-Awesome](http://fortawesome.github.io/Font-Awesome/license/) |
||||
|
||||
## Font License |
||||
|
||||
* Applies to all desktop and webfont files in the following directory: `font-awesome/fonts/`. |
||||
* License: SIL OFL 1.1 |
||||
* URL: [http://scripts.sil.org/OFL](http://scripts.sil.org/OFL) |
||||
|
||||
## Brand Icons |
||||
|
||||
* All brand icons are trademarks of their respective owners. |
||||
* The use of these trademarks does not indicate endorsement of the trademark holder by Font Awesome, nor vice versa. |
Before Width: | Height: | Size: 197 KiB After Width: | Height: | Size: 197 KiB |
@ -0,0 +1,9 @@
@@ -0,0 +1,9 @@
|
||||
# Liscence info as from [Font-Awesome](http://fortawesome.github.io/Font-Awesome/license/) |
||||
|
||||
## Code License |
||||
|
||||
* Applies to all CSS and LESS files in the following directories: `font-awesome/css/`, `font-awesome/less/`, `and font-awesome/scss/`. |
||||
* License: MIT License |
||||
* URL: [http://opensource.org/licenses/mit-license.html](http://opensource.org/licenses/mit-license.html) |
||||
|
||||
|
@ -1,31 +0,0 @@
@@ -1,31 +0,0 @@
|
||||
# Font-Awesome scss distribution |
||||
|
||||
Downloaded from (link)[http://fortawesome.github.io/Font-Awesome/assets/font-awesome-4.0.3.zip] |
||||
Used data from `scss/` and `fonts/`folder. |
||||
|
||||
|
||||
# Liscence info as from (http://fortawesome.github.io/Font-Awesome/license/)[http://fortawesome.github.io/Font-Awesome/license/] |
||||
|
||||
## Font License |
||||
|
||||
Applies to all desktop and webfont files in the following directory: `font-awesome/fonts/`. |
||||
License: SIL OFL 1.1 |
||||
URL: (http://scripts.sil.org/OFL)[http://scripts.sil.org/OFL] |
||||
|
||||
## Code License |
||||
|
||||
Applies to all CSS and LESS files in the following directories: `font-awesome/css/`, `font-awesome/less/`, `and font-awesome/scss/`. |
||||
License: MIT License |
||||
URL: (http://opensource.org/licenses/mit-license.html)[http://opensource.org/licenses/mit-license.html] |
||||
|
||||
## Documentation License |
||||
|
||||
Applies to all Font Awesome project files that are not a part of the Font or Code licenses. |
||||
License: CC BY 3.0 |
||||
URL: (http://creativecommons.org/licenses/by/3.0/)[http://creativecommons.org/licenses/by/3.0/] |
||||
|
||||
## Brand Icons |
||||
|
||||
All brand icons are trademarks of their respective owners. |
||||
The use of these trademarks does not indicate endorsement of the trademark holder by Font Awesome, nor vice versa. |
||||
|
Loading…
Reference in new issue