jekyll-nagymaros 3.0.0 → 3.1.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/_sass/_fonts.scss +37 -18
- data/_sass/overrides/_bootstrap.scss +1 -1
- data/assets/fonts/Inter-Bold.woff2 +0 -0
- data/assets/fonts/Inter-BoldItalic.woff2 +0 -0
- data/assets/fonts/Inter-Italic.woff2 +0 -0
- data/assets/fonts/Inter-Light.woff2 +0 -0
- data/assets/fonts/Inter-LightItalic.woff2 +0 -0
- data/assets/fonts/Inter-Medium.woff2 +0 -0
- data/assets/fonts/Inter-MediumItalic.woff2 +0 -0
- data/assets/fonts/Inter-Regular.woff2 +0 -0
- metadata +9 -3
- data/assets/fonts/InterVariable-Italic.woff2 +0 -0
- data/assets/fonts/InterVariable.woff2 +0 -0
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 36b9d4ba7741039df866fbc29b741c7cacdbdd39d2cbafc7ce07c90f1f572770
|
4
|
+
data.tar.gz: dc703e8b699a1dfae06b91a2d2b55c7bd320b52ff7f4f0e516e00cc765e7408d
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: e6ae64570ddcd707f219d243aab457e74e73cbf42e30afff9d767ca680577ea6840f894f941e1d4643f0d230dbf4f347983a96a3929d8bf97b28496c61098bc3
|
7
|
+
data.tar.gz: 62c38d0ccd4a96442c3db6008c50ff07d5abbfe930f4d5935a7cba827db1a6518fd099144bdb21a772cb9f4e518e8e90d6cb10422785243897e940d6438d9d81
|
data/_sass/_fonts.scss
CHANGED
@@ -1,27 +1,46 @@
|
|
1
|
-
|
2
|
-
|
3
|
-
|
4
|
-
|
5
|
-
|
6
|
-
}
|
1
|
+
$weights: (
|
2
|
+
"Light": 300,
|
3
|
+
"Medium": 500,
|
4
|
+
"Bold": 700,
|
5
|
+
);
|
7
6
|
|
8
|
-
|
9
|
-
|
10
|
-
|
11
|
-
|
12
|
-
|
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: "
|
33
|
+
font-family: "Inter";
|
34
|
+
font-display: block;
|
17
35
|
font-style: normal;
|
18
|
-
font-weight:
|
19
|
-
src: url("../fonts/
|
36
|
+
font-weight: 400;
|
37
|
+
src: url("../fonts/Inter-Regular.woff2") format("woff2");
|
20
38
|
}
|
21
39
|
|
22
40
|
@font-face {
|
23
|
-
font-family: "
|
41
|
+
font-family: "Inter";
|
42
|
+
font-display: block;
|
24
43
|
font-style: italic;
|
25
|
-
font-weight:
|
26
|
-
src: url("../fonts/
|
27
|
-
}
|
44
|
+
font-weight: 400;
|
45
|
+
src: url("../fonts/Inter-Italic.woff2") format("woff2");
|
46
|
+
}
|
Binary file
|
Binary file
|
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.
|
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/
|
88
|
-
- assets/fonts/
|
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
|
Binary file
|