charcoalcore 0.0.1.7 → 0.0.1.8

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.
@@ -485,11 +485,11 @@ $module: false !default;
485
485
  font-weight: $weight;
486
486
  font-style: $style;
487
487
 
488
- src: url('#{$file-path}.eot#iefix');
489
- src: url('#{$file-path}.eot?#iefix') format('embedded-opentype'),
490
- url('#{$file-path}.woff') format('woff'),
491
- url('#{$file-path}.ttf') format('truetype'),
492
- url('#{$file-path}.svg##{$font-family}') format('svg');
488
+ src: font-url('#{$file-path}.eot#iefix');
489
+ src: font-url('#{$file-path}.eot?#iefix') format('embedded-opentype'),
490
+ font-url('#{$file-path}.woff') format('woff'),
491
+ font-url('#{$file-path}.ttf') format('truetype'),
492
+ font-url('#{$file-path}.svg##{$font-family}') format('svg');
493
493
  }
494
494
  }
495
495
 
@@ -2,4 +2,5 @@
2
2
 
3
3
  /**
4
4
  * @tags: put your own style here
5
- */
5
+ */
6
+ @include font-face(Open Sans, 'opensans-regular-webfont');
@@ -4,99 +4,6 @@
4
4
  * @tags: Sass/Compass mixins & Include responsive grid base on getskeleton html/css structure || 960 (http://getskeleton.com/) or 1200 (https://github.com/theresponsiveness/GetSkeleton1200) || Fluid (http://app.responsify.it/
5
5
  * @note: compass/css3 & compass/reset are includes into charcoalcore.
6
6
  */
7
- @media -sass-debug-info{filename{font-family:file\:\/\/\/Library\/Ruby\/Gems\/1\.8\/gems\/compass-0\.12\.2\/frameworks\/compass\/stylesheets\/compass\/reset\/_utilities\.scss}line{font-family:\0000317}}
8
- html, body, div, span, applet, object, iframe,
9
- h1, h2, h3, h4, h5, h6, p, blockquote, pre,
10
- a, abbr, acronym, address, big, cite, code,
11
- del, dfn, em, img, ins, kbd, q, s, samp,
12
- small, strike, strong, sub, sup, tt, var,
13
- b, u, i, center,
14
- dl, dt, dd, ol, ul, li,
15
- fieldset, form, label, legend,
16
- table, caption, tbody, tfoot, thead, tr, th, td,
17
- article, aside, canvas, details, embed,
18
- figure, figcaption, footer, header, hgroup,
19
- menu, nav, output, ruby, section, summary,
20
- time, mark, audio, video {
21
- margin: 0;
22
- padding: 0;
23
- border: 0;
24
- font: inherit;
25
- font-size: 100%;
26
- vertical-align: baseline;
27
- }
28
-
29
- @media -sass-debug-info{filename{font-family:file\:\/\/\/Library\/Ruby\/Gems\/1\.8\/gems\/compass-0\.12\.2\/frameworks\/compass\/stylesheets\/compass\/reset\/_utilities\.scss}line{font-family:\0000322}}
30
- html {
31
- line-height: 1;
32
- }
33
-
34
- @media -sass-debug-info{filename{font-family:file\:\/\/\/Library\/Ruby\/Gems\/1\.8\/gems\/compass-0\.12\.2\/frameworks\/compass\/stylesheets\/compass\/reset\/_utilities\.scss}line{font-family:\0000324}}
35
- ol, ul {
36
- list-style: none;
37
- }
38
-
39
- @media -sass-debug-info{filename{font-family:file\:\/\/\/Library\/Ruby\/Gems\/1\.8\/gems\/compass-0\.12\.2\/frameworks\/compass\/stylesheets\/compass\/reset\/_utilities\.scss}line{font-family:\0000326}}
40
- table {
41
- border-collapse: collapse;
42
- border-spacing: 0;
43
- }
44
-
45
- @media -sass-debug-info{filename{font-family:file\:\/\/\/Library\/Ruby\/Gems\/1\.8\/gems\/compass-0\.12\.2\/frameworks\/compass\/stylesheets\/compass\/reset\/_utilities\.scss}line{font-family:\0000328}}
46
- caption, th, td {
47
- text-align: left;
48
- font-weight: normal;
49
- vertical-align: middle;
50
- }
51
-
52
- @media -sass-debug-info{filename{font-family:file\:\/\/\/Library\/Ruby\/Gems\/1\.8\/gems\/compass-0\.12\.2\/frameworks\/compass\/stylesheets\/compass\/reset\/_utilities\.scss}line{font-family:\0000330}}
53
- q, blockquote {
54
- quotes: none;
55
- }
56
- @media -sass-debug-info{filename{font-family:file\:\/\/\/Library\/Ruby\/Gems\/1\.8\/gems\/compass-0\.12\.2\/frameworks\/compass\/stylesheets\/compass\/reset\/_utilities\.scss}line{font-family:\00003103}}
57
- q:before, q:after, blockquote:before, blockquote:after {
58
- content: "";
59
- content: none;
60
- }
61
-
62
- @media -sass-debug-info{filename{font-family:file\:\/\/\/Library\/Ruby\/Gems\/1\.8\/gems\/compass-0\.12\.2\/frameworks\/compass\/stylesheets\/compass\/reset\/_utilities\.scss}line{font-family:\0000332}}
63
- a img {
64
- border: none;
65
- }
66
-
67
- @media -sass-debug-info{filename{font-family:file\:\/\/\/Library\/Ruby\/Gems\/1\.8\/gems\/compass-0\.12\.2\/frameworks\/compass\/stylesheets\/compass\/reset\/_utilities\.scss}line{font-family:\00003116}}
68
- article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
69
- display: block;
70
- }
71
-
72
- /**
73
- * @tags: responsive grid || _resonsive-grid.scss || Skeleton 960 | Skeleton 1200 | Responsify
74
- */
75
- /*
76
- * Skeleton V1.1
77
- * Copyright 2011, Dave Gamache
78
- * www.getskeleton.com
79
- * Free to use under the MIT license.
80
- * http://www.opensource.org/licenses/mit-license.php
81
- * 8/17/2011
82
- */
83
- /**
84
- * @tags: getskeleton variable
85
- * @extend: swap between 960 or 1200
86
- * @format: $layout: 960;
87
- */
88
- /**
89
- * @tags: fixed grid
90
- */
91
- /*****************/
92
- /**
93
- * @tags: enable or disable responsive grid
94
- */
95
- /*****************/
96
- /*****************/
97
- /**
98
- * @tags: core mixins library
99
- */
100
7
  /*****************/
101
8
  /**
102
9
  * @file _core.functions.scss
@@ -531,4 +438,12 @@ h1, h2, h3, h4, h5, h6 {
531
438
  /**
532
439
  * @tags: put your own style here
533
440
  */
441
+ @font-face {
442
+ font-family: Open Sans;
443
+ font-weight: normal;
444
+ font-style: normal;
445
+ src: url('../fonts/opensans-regular-webfont.eot#iefix');
446
+ src: url('../fonts/opensans-regular-webfont.eot?#iefix') format("embedded-opentype"), url('../fonts/opensans-regular-webfont.woff') format("woff"), url('../fonts/opensans-regular-webfont.ttf') format("truetype"), url('../fonts/opensans-regular-webfont.svg#Open Sans') format("svg");
447
+ }
448
+
534
449
  /*****************/
@@ -10,8 +10,8 @@ $responsive: none;
10
10
  * @note: compass/css3 & compass/reset are includes into charcoalcore.
11
11
  */
12
12
 
13
- @import "charcoalcore";
14
-
13
+ //@import "charcoalcore";
14
+ @import "../../../../stylesheets/charcoalcore/core-functions";
15
15
  /*****************/
16
16
 
17
17
  /**
@@ -6,6 +6,7 @@ css_dir = "assets/styles"
6
6
  sass_dir = "assets/styles"
7
7
  images_dir = "assets/images"
8
8
  javascripts_dir = "assets/scripts"
9
+ fonts_dir = "assets/fonts"
9
10
 
10
11
  # You can select your preferred output style here (can be overridden via the command line):
11
12
  #output_style = :compressed
metadata CHANGED
@@ -6,8 +6,8 @@ version: !ruby/object:Gem::Version
6
6
  - 0
7
7
  - 0
8
8
  - 1
9
- - 7
10
- version: 0.0.1.7
9
+ - 8
10
+ version: 0.0.1.8
11
11
  platform: ruby
12
12
  authors:
13
13
  - Responsiveness