jekyll-nagymaros 3.0.0 → 3.1.0

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
  SHA256:
3
- metadata.gz: ace9c37bc67b9fe3ac0f28886011cf6dffde033083f1dd4877d724c65013844c
4
- data.tar.gz: f73a9e2831bf4dab3521dbe8fcf1dcbe51560e26051f2af72b8d1343d49e53b9
3
+ metadata.gz: 36b9d4ba7741039df866fbc29b741c7cacdbdd39d2cbafc7ce07c90f1f572770
4
+ data.tar.gz: dc703e8b699a1dfae06b91a2d2b55c7bd320b52ff7f4f0e516e00cc765e7408d
5
5
  SHA512:
6
- metadata.gz: a4c8462a8b521a8a1f9d01b8cb9b54881653051370906b3af1d328573818c1e45f8cae2cc961a5616d1a9c4920e8dc9efaeb8b8072a288a1f11f45471f91e325
7
- data.tar.gz: dc9a5cdcbf7c75cbc37d74abf26093e692186683ecb54694cf5c31fe0727ac172bd9c748b2507e27500273e5aee20178a0210a09cf9a5144bb243ff32a5e71d5
6
+ metadata.gz: e6ae64570ddcd707f219d243aab457e74e73cbf42e30afff9d767ca680577ea6840f894f941e1d4643f0d230dbf4f347983a96a3929d8bf97b28496c61098bc3
7
+ data.tar.gz: 62c38d0ccd4a96442c3db6008c50ff07d5abbfe930f4d5935a7cba827db1a6518fd099144bdb21a772cb9f4e518e8e90d6cb10422785243897e940d6438d9d81
data/_sass/_fonts.scss CHANGED
@@ -1,27 +1,46 @@
1
- @font-face {
2
- font-family: InterVariable;
3
- font-style: normal;
4
- font-weight: 100 900;
5
- src: url("../fonts/InterVariable.woff2?v=4.0") format("woff2");
6
- }
1
+ $weights: (
2
+ "Light": 300,
3
+ "Medium": 500,
4
+ "Bold": 700,
5
+ );
7
6
 
8
- @font-face {
9
- font-family: InterVariable;
10
- font-style: italic;
11
- font-weight: 100 900;
12
- src: url("../fonts/InterVariable-Italic.woff2?v=4.0") format("woff2");
7
+ $styles: (
8
+ normal: "",
9
+ italic: "Italic",
10
+ );
11
+
12
+ @each $style, $style-value in $styles {
13
+ @font-face {
14
+ font-family: "Zilla Slab";
15
+ font-display: block;
16
+ font-style: #{$style};
17
+ font-weight: 300;
18
+ src: url("../fonts/ZillaSlab-Light#{$style-value}.woff2") format("woff2");
19
+ }
20
+
21
+ @each $weight, $weight-value in $weights {
22
+ @font-face {
23
+ font-family: "Inter";
24
+ font-display: block;
25
+ font-style: #{$style};
26
+ font-weight: #{$weight-value};
27
+ src: url("../fonts/Inter-#{$weight}#{$style-value}.woff2") format("woff2");
28
+ }
29
+ }
13
30
  }
14
31
 
15
32
  @font-face {
16
- font-family: "Zilla Slab";
33
+ font-family: "Inter";
34
+ font-display: block;
17
35
  font-style: normal;
18
- font-weight: 300;
19
- src: url("../fonts/ZillaSlab-Light.woff2") format("woff2");
36
+ font-weight: 400;
37
+ src: url("../fonts/Inter-Regular.woff2") format("woff2");
20
38
  }
21
39
 
22
40
  @font-face {
23
- font-family: "Zilla Slab";
41
+ font-family: "Inter";
42
+ font-display: block;
24
43
  font-style: italic;
25
- font-weight: 300;
26
- src: url("../fonts/ZillaSlab-LightItalic.woff2") format("woff2");
27
- }
44
+ font-weight: 400;
45
+ src: url("../fonts/Inter-Italic.woff2") format("woff2");
46
+ }
@@ -38,7 +38,7 @@ a {
38
38
  body {
39
39
  background-color: $body_bg;
40
40
  color: $body_color;
41
- font-family: "InterVariable", var(--bs-font-sans-serif);
41
+ font-family: "Inter", var(--bs-font-sans-serif);
42
42
  font-size: 1.15rem;
43
43
  }
44
44
 
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: jekyll-nagymaros
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.0.0
4
+ version: 3.1.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - piazzai
@@ -84,8 +84,14 @@ files:
84
84
  - assets/files/poster-b.pdf
85
85
  - assets/files/poster-c.pdf
86
86
  - assets/files/slides.pdf
87
- - assets/fonts/InterVariable-Italic.woff2
88
- - assets/fonts/InterVariable.woff2
87
+ - assets/fonts/Inter-Bold.woff2
88
+ - assets/fonts/Inter-BoldItalic.woff2
89
+ - assets/fonts/Inter-Italic.woff2
90
+ - assets/fonts/Inter-Light.woff2
91
+ - assets/fonts/Inter-LightItalic.woff2
92
+ - assets/fonts/Inter-Medium.woff2
93
+ - assets/fonts/Inter-MediumItalic.woff2
94
+ - assets/fonts/Inter-Regular.woff2
89
95
  - assets/fonts/ZillaSlab-Light.woff2
90
96
  - assets/fonts/ZillaSlab-LightItalic.woff2
91
97
  - assets/icons/android-chrome-192x192.png
Binary file