typey 1.0.0.beta.4 → 1.0.0.beta.5
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 +4 -4
- data/stylesheets/typey/_font-stacks.scss +2 -2
- data/stylesheets/typey/_line-height.scss +1 -1
- data/typey.gemspec +2 -2
- metadata +3 -3
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: f0b4078ef4f9a9b70e8ef1a26edc31a47941f512
|
|
4
|
+
data.tar.gz: 0d703fca1ea7bc85931a7ee173eaefe74e610851
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 12ddfbfc135e9826f830bba6b33f92d370ecedbaa4520a8b0ac33b51c36671e5b28305844c20a4a143aec8102b4a59dd72303de1b65f0a429ef71190fa5d5961
|
|
7
|
+
data.tar.gz: 436131cc1a02f2b9f5d95a561dd1ce1be90f22083175604bafd8161a45f6ea9c12dfe332a4185dbee2955eff77c3a36c73ba3527877b1207b3d5cb7c4379d5a5
|
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
// Three standard do-all stacks.
|
|
2
2
|
$serif-stack: TimesNewRoman, "Times New Roman", Times, Baskerville, Georgia, serif;
|
|
3
3
|
$sans-serif-stack: "Helvetica Neue", Helvetica, Arial, sans-serif;
|
|
4
|
-
$monospaced-stack: "Courier New", Courier, "Lucida Sans Typewriter", "Lucida Typewriter", monospace;
|
|
4
|
+
$monospaced-stack: "Courier New", Courier, "Lucida Sans Typewriter", "Lucida Typewriter", monospace, monospace;
|
|
5
5
|
|
|
6
6
|
// Specific font stacks.
|
|
7
7
|
$arial-stack: Arial, "Helvetica Neue", Helvetica, sans-serif;
|
|
8
8
|
$helvetica-stack: "Helvetica Neue", Helvetica, Arial, sans-serif;
|
|
9
9
|
$baskerville-stack: Baskerville, "Baskerville Old Face", "Hoefler Text", Garamond, "Times New Roman", serif;
|
|
10
|
-
$monaco-stack: Monaco, Consolas, "Lucida Console", monospace;
|
|
10
|
+
$monaco-stack: Monaco, Consolas, "Lucida Console", monospace, monospace;
|
|
11
11
|
$trebuchet-ms-stack: "Trebuchet MS", "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Tahoma, sans-serif;
|
|
12
12
|
|
|
13
13
|
// Extend a font by adding a web-safe stack to it.
|
data/typey.gemspec
CHANGED
|
@@ -8,8 +8,8 @@ Gem::Specification.new do |spec|
|
|
|
8
8
|
spec.homepage = 'http://github.com/jptaranto/typey'
|
|
9
9
|
spec.rubyforge_project =
|
|
10
10
|
|
|
11
|
-
spec.version = '1.0.0.beta.
|
|
12
|
-
spec.date = '2015-07-
|
|
11
|
+
spec.version = '1.0.0.beta.5'
|
|
12
|
+
spec.date = '2015-07-06'
|
|
13
13
|
spec.licenses = ['GPL-2']
|
|
14
14
|
|
|
15
15
|
spec.authors = ['Jack Taranto']
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: typey
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.0.0.beta.
|
|
4
|
+
version: 1.0.0.beta.5
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Jack Taranto
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2015-07-
|
|
11
|
+
date: 2015-07-06 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: sass
|
|
@@ -64,7 +64,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
64
64
|
- !ruby/object:Gem::Version
|
|
65
65
|
version: 1.3.1
|
|
66
66
|
requirements: []
|
|
67
|
-
rubyforge_project: 1.0.0.beta.
|
|
67
|
+
rubyforge_project: 1.0.0.beta.5
|
|
68
68
|
rubygems_version: 2.4.6
|
|
69
69
|
signing_key:
|
|
70
70
|
specification_version: 4
|