font-roboto-rails 0.0.1 → 0.0.2

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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 465a47b70678e5bf94808d71c491a8f1c4364658
4
- data.tar.gz: 03aae24cee750ae985fbc31659d56ec2ad17a6d2
3
+ metadata.gz: 8fe93808123ce79036b62b222c412f84a4d57a62
4
+ data.tar.gz: 0aaea974393da3d095f36299bbe4b7797c3db484
5
5
  SHA512:
6
- metadata.gz: 738e526df2b10729b78210957368b773f2fa517ea12d530c82fc2c512f56a5bb1c1b68d67d32d39274aa66cfeec31f71e46230f06208ed4e6945dc2364277671
7
- data.tar.gz: 0a5d8a8388ca12d689d207b7b57a9f7f91b9e23819acaa8ec1ecc54638602d65fa016471b490918e26c5e7987ce259db458aaf2cc7fa741c0f4a2ba2f6b20a39
6
+ metadata.gz: c545516dda4699095cd55fc95c2698a0452fb0d18474e6f2dcf5aa6671ffeffb0bce695a3e63c2805ed68cc6d19d57df8ab500eb440091a2ebe0f230c23ff2b2
7
+ data.tar.gz: 5281d74e130579cbd9f953fac235f2d6a490d26b89dd6703f2d55da5f03b6de6e31d35afdbc76e78f7e813a5c08f50c30019284fd085c6d2bd4b000ecea30254
data/README.md CHANGED
@@ -1,4 +1,4 @@
1
- ## Font Kit Rails - Font kit for your rails app
1
+ ## Font Roboto Rails
2
2
 
3
3
  ## Installation
4
4
 
@@ -7,96 +7,11 @@ Add the following line to your `Gemfile` and run `bundle install`:
7
7
  ### Rails
8
8
 
9
9
  ```
10
- gem 'font-kit-rails', git: 'https://github.com/chezka/font-kit-rails.git'
10
+ gem 'font-roboto-rails'
11
11
  ```
12
12
 
13
- Include font-kit-rails css file (all fonts) in your application.css:
13
+ Include font-roboto-rails less file in your application.less:
14
14
 
15
15
  ```
16
- *= require font-kit-rails
17
- ```
18
-
19
- or load a specific font:
20
-
21
-
22
- ```
23
- *= require font-kit-rails/droid-sans
24
- ```
25
-
26
- ```
27
- *= require font-kit-rails/roboto
28
- ```
29
-
30
- ```
31
- *= require font-kit-rails/open-sans
32
- ```
33
-
34
- ```
35
- *= require font-kit-rails/pt-serif
36
- ```
37
-
38
- ```
39
- *= require font-kit-rails/ubuntu
40
- ```
41
-
42
- ## Fonts
43
-
44
- ### Droid Sans
45
-
46
- ```
47
- font-family: 'Droid Sans'
48
-
49
- normal
50
- bold
51
- ```
52
-
53
- ### Open Sans
54
-
55
- ```
56
- font-family: 'Open Sans'
57
-
58
- 300
59
- 300|italic
60
- normal
61
- normal|italic
62
- 600
63
- 600|italic
64
- bold
65
- bold|italic
66
- 900
67
- 900|italic
68
- ```
69
-
70
- ### PT Serif
71
-
72
- ```
73
- font-family: 'PT Serif'
74
-
75
- normal
76
- normal|italic
77
- 600
78
- 600|italic
79
- bold
80
- bold|italic
81
- ```
82
-
83
- ### Ubuntu
84
-
85
- ```
86
- font-family: 'Ubuntu'
87
-
88
- 300
89
- 300:italic
90
- normal
91
- normal|italic
92
- 600
93
- 600|italic
94
- bold
95
- bold|italic
96
- ```
97
-
98
- ### Roboto
99
-
100
- ```
101
- font-family: 'Roboto'
16
+ @import 'font-roboto-rails';
102
17
  ```
@@ -1,3 +1,3 @@
1
1
  module FontRobotoRails
2
- VERSION = '0.0.1'
2
+ VERSION = '0.0.2'
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: font-roboto-rails
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.1
4
+ version: 0.0.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Vladimir Radetsky