jekyll-theme-noesya 1.0.39 → 1.0.43

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 0ce2003ad79e64ff3389ff5ff08a571cd58b348b3be9fbe1a697e9f88480e0ff
4
- data.tar.gz: e7a2f82dfcca1b3d7486cc79c122dcf0ab2681671994df059c919403eaf4c260
3
+ metadata.gz: 930180437082cea72a24e4adabacfb816e39b82c49b619d68ea64a4b38479b1f
4
+ data.tar.gz: 53c9cddc8e680f1daff1abf2fc76dd1d860b6145a0d6ab2a25148e91bcd367c5
5
5
  SHA512:
6
- metadata.gz: 61bb7429417601aad7f0e139d148143b9c96ea5e1c3f4850b85f43989b0d747a56908cf74c8640f53d84ed38ae721ce55c6f8ed769719cd4cbe8fd10d9cf596f
7
- data.tar.gz: aedbddbcfceae6b0cb437d111d4986a879caa4c6461bbc0debfad9587fe28e6704df7eb441366be9882fd7bf80b42e57240b89f79833dc34be5e4d27adf00491
6
+ metadata.gz: 6b0fba2a670e2c233174a5f6c1c9ad546dd08b12ecf31323c87f70f439828ddbf98c4dc1c318897837ea31bebee3cff6432b50fc47212057b2a5cbd841eeb827
7
+ data.tar.gz: eb680cc06675c111b365d96c0c7c9a6f7e7b11749158e26815202ade8d9ddf16b568e3d61cddb352253c3414e94ac456151f33c5ea58e7d9e469d9421eaa3069
@@ -12,6 +12,13 @@
12
12
  font-weight: 400
13
13
  src: url('https://assets.noesya.coop/fonts/signifier/signifier-web-regular-italic.woff2') format('woff2')
14
14
 
15
+ @font-face
16
+ font-display: swap
17
+ font-family: 'Signifier'
18
+ font-style: normal
19
+ font-weight: 700
20
+ src: url('https://assets.noesya.coop/fonts/signifier/signifier-bold.woff2') format('woff2')
21
+
15
22
  @font-face
16
23
  font-display: swap
17
24
  font-family: 'Soehne'
@@ -1,18 +1,3 @@
1
- $icons: ("link-blank": "\e90a", "link": "\e90b", "download": "\e90c", "document": "\e90d", "ecologique-thin": "\e900", "economique-thin": "\e902", "ethique-thin": "\e904", "juridique-thin": "\e906", "strategique-thin": "\e908", "securite-thin": "\e90e", "ecologique": "\e901", "economique": "\e903", "ethique": "\e905", "juridique": "\e907", "strategique": "\e909", "securite": "\e90f")
2
-
3
- @mixin icon
4
- -moz-osx-font-smoothing: grayscale
5
- -webkit-font-smoothing: antialiased
6
- content: ''
7
- display: inline-block
8
- font-family: 'icons' !important
9
- font-style: normal
10
- font-variant: normal
11
- font-weight: normal
12
- line-height: 1
13
- speak: never
14
- text-transform: none
15
-
16
1
  @each $name, $glyph in $icons
17
2
  .icon--#{$name}
18
3
  &::before
@@ -33,6 +33,9 @@ h2
33
33
  @include media-breakpoint-up(lg)
34
34
  font-size: px2rem(45)
35
35
 
36
+ strong, b
37
+ font-weight: 700
38
+
36
39
  // Engagements
37
40
  p + h2
38
41
  margin-top: $grid-gutter * 4
data/_sass/main.sass CHANGED
@@ -5,6 +5,7 @@
5
5
  @import "tools/mixins/container"
6
6
  @import "tools/mixins/grid"
7
7
  @import "tools/mixins/graphics"
8
+ @import "tools/mixins/icon"
8
9
 
9
10
  @import "commons/fonts"
10
11
  @import "commons/global"
@@ -5,3 +5,5 @@ main.index
5
5
  @include media-breakpoint-up(lg)
6
6
  font-size: px2rem(55)
7
7
  line-height: px2rem(75)
8
+ a
9
+ text-decoration-thickness: 2px
@@ -0,0 +1,12 @@
1
+ @mixin icon
2
+ -moz-osx-font-smoothing: grayscale
3
+ -webkit-font-smoothing: antialiased
4
+ content: ''
5
+ display: inline-block
6
+ font-family: 'icons' !important
7
+ font-style: normal
8
+ font-variant: normal
9
+ font-weight: normal
10
+ line-height: 1
11
+ speak: never
12
+ text-transform: none
@@ -26,3 +26,6 @@ $grid-sm-margin: 15px
26
26
  // Media breakpoints
27
27
  $breakpoints: (xs: 0, sm: 576px, md: 768px, lg: 992px, xl: 1200px, xxl: 1400px)
28
28
  $easeInOutQuad: cubic-bezier(0.45, 0, 0.55, 1)
29
+
30
+ // Icons
31
+ $icons: ("link-blank": "\e90a", "link": "\e90b", "download": "\e90c", "document": "\e90d", "ecologique-thin": "\e900", "economique-thin": "\e902", "ethique-thin": "\e904", "juridique-thin": "\e906", "strategique-thin": "\e908", "securite-thin": "\e90e", "ecologique": "\e901", "economique": "\e903", "ethique": "\e905", "juridique": "\e907", "strategique": "\e909", "securite": "\e90f", "user": "\e910")
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: jekyll-theme-noesya
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.39
4
+ version: 1.0.43
5
5
  platform: ruby
6
6
  authors:
7
7
  - Sébastien Moulène
@@ -10,7 +10,7 @@ authors:
10
10
  autorequire:
11
11
  bindir: bin
12
12
  cert_chain: []
13
- date: 2021-11-14 00:00:00.000000000 Z
13
+ date: 2021-11-22 00:00:00.000000000 Z
14
14
  dependencies:
15
15
  - !ruby/object:Gem::Dependency
16
16
  name: jekyll
@@ -131,6 +131,7 @@ files:
131
131
  - _sass/tools/mixins/container.sass
132
132
  - _sass/tools/mixins/graphics.sass
133
133
  - _sass/tools/mixins/grid.sass
134
+ - _sass/tools/mixins/icon.sass
134
135
  - _sass/tools/mixins/media.sass
135
136
  - _sass/tools/reset.sass
136
137
  - _sass/tools/variables.sass
@@ -158,7 +159,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
158
159
  - !ruby/object:Gem::Version
159
160
  version: '0'
160
161
  requirements: []
161
- rubygems_version: 3.1.4
162
+ rubygems_version: 3.1.6
162
163
  signing_key:
163
164
  specification_version: 4
164
165
  summary: Noesya theme for Jekyll.