agric 1.0.0 → 2.0.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- data/README.md +3 -2
- data/app/assets/fonts/agric.eot +0 -0
- data/app/assets/fonts/agric.svg +418 -367
- data/app/assets/fonts/agric.ttf +0 -0
- data/app/assets/fonts/agric.woff +0 -0
- data/app/assets/stylesheets/agric/icons.scss +354 -252
- data/app/assets/stylesheets/agric/list.scss +1 -1
- data/app/assets/stylesheets/agric/paths.scss +5 -5
- data/lib/agric/version.rb +1 -1
- metadata +4 -20
data/README.md
CHANGED
|
@@ -1,13 +1,14 @@
|
|
|
1
1
|
# Agric [](https://travis-ci.org/ekylibre/agric)
|
|
2
2
|
|
|
3
|
-
Agriculture-oriented iconic web font.
|
|
3
|
+
Agriculture-oriented iconic web font. Based on Font Awesome 4.
|
|
4
4
|
|
|
5
5
|
## Compilation
|
|
6
6
|
|
|
7
7
|
Agric is composed of many fonts. To merge them in one consistent set, many tools are used:
|
|
8
8
|
|
|
9
|
-
cd
|
|
9
|
+
cd compiler
|
|
10
10
|
sudo apt-get install nodejs npm fontforge
|
|
11
|
+
sudo npm install -g svg-font-dump svg-font-create svgo
|
|
11
12
|
npm install svg-font-dump svg-font-create svgo
|
|
12
13
|
|
|
13
14
|
If you don't have Node JS in your distribution you can compile it easily from its sources.
|
data/app/assets/fonts/agric.eot
CHANGED
|
Binary file
|