jitai 0.2.25 → 0.2.26
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.textile +12 -3
- data/VERSION +1 -1
- data/jitai.gemspec +1 -1
- metadata +3 -3
data/README.textile
CHANGED
@@ -1,17 +1,26 @@
|
|
1
1
|
h1. jitai
|
2
2
|
|
3
3
|
A rake utility that consolidates your collection of custom font files into manageable CSS files.
|
4
|
-
hr.
|
5
4
|
|
6
5
|
h2. Usage
|
7
6
|
|
8
|
-
First, add your fonts to
|
7
|
+
First, add your fonts to
|
8
|
+
|
9
|
+
pre. public/fonts
|
9
10
|
|
10
11
|
Then, do a little bit of:
|
11
12
|
|
12
13
|
pre. sudo gem install jitai
|
13
14
|
rake jitai:refresh
|
14
15
|
|
15
|
-
Now you have
|
16
|
+
Now you have the following stylesheets to your disposal:
|
17
|
+
|
18
|
+
pre. fonts_moz.css
|
19
|
+
fonts_ie.css
|
20
|
+
|
21
|
+
All of your custom fonts are now avaiable in your CSS files. You can access them by saying:
|
22
|
+
|
23
|
+
pre. font-family: strong. lower_case_name_of_your_font_file_minus_extension
|
16
24
|
|
25
|
+
:3
|
17
26
|
Copyright (c) 2010 Kelly. See LICENSE for details.
|
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
0.2.
|
1
|
+
0.2.26
|
data/jitai.gemspec
CHANGED
metadata
CHANGED
@@ -1,13 +1,13 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: jitai
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
hash:
|
4
|
+
hash: 35
|
5
5
|
prerelease: false
|
6
6
|
segments:
|
7
7
|
- 0
|
8
8
|
- 2
|
9
|
-
-
|
10
|
-
version: 0.2.
|
9
|
+
- 26
|
10
|
+
version: 0.2.26
|
11
11
|
platform: ruby
|
12
12
|
authors:
|
13
13
|
- kellydunn
|