jitai 0.2.26 → 0.2.27
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 +4 -4
- data/VERSION +1 -1
- data/jitai.gemspec +1 -1
- metadata +3 -3
data/README.textile
CHANGED
|
@@ -15,12 +15,12 @@ rake jitai:refresh
|
|
|
15
15
|
|
|
16
16
|
Now you have the following stylesheets to your disposal:
|
|
17
17
|
|
|
18
|
-
|
|
19
|
-
fonts_ie.css
|
|
18
|
+
* fonts_moz.css
|
|
19
|
+
* fonts_ie.css
|
|
20
20
|
|
|
21
|
-
All of your custom fonts are now avaiable in your CSS files.
|
|
21
|
+
All of your custom fonts are now avaiable in your CSS files. For example, if you were to use the Yardsale font:
|
|
22
22
|
|
|
23
|
-
pre. font-family:
|
|
23
|
+
pre. font-family: "yardsale"
|
|
24
24
|
|
|
25
25
|
:3
|
|
26
26
|
Copyright (c) 2010 Kelly. See LICENSE for details.
|
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
0.2.
|
|
1
|
+
0.2.27
|
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: 33
|
|
5
5
|
prerelease: false
|
|
6
6
|
segments:
|
|
7
7
|
- 0
|
|
8
8
|
- 2
|
|
9
|
-
-
|
|
10
|
-
version: 0.2.
|
|
9
|
+
- 27
|
|
10
|
+
version: 0.2.27
|
|
11
11
|
platform: ruby
|
|
12
12
|
authors:
|
|
13
13
|
- kellydunn
|