jekyll-theme-bean 1.0.5 → 1.0.6

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.
Files changed (3) hide show
  1. checksums.yaml +4 -4
  2. data/assets/css/ibm-plex.css +8 -8
  3. metadata +1 -1
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 3121bcc69c9dcb62879c1b908947be92838d21752539a646d4e152f191e2c6f7
4
- data.tar.gz: db9db1695934e1cbd168e0b865ccea78ea1527f33d583a23932786355181da63
3
+ metadata.gz: 02caf37af6c1aea504ec4dc33a9d3e0ec395da99f7aaa38bbe38a77798a7131e
4
+ data.tar.gz: 41507e1b473ea6b37d5f0c6d4b22a97fbc31cde0191e880f8eab1588e68cac86
5
5
  SHA512:
6
- metadata.gz: 4ff41ce9ddbcf6aa0a3f2414e21b6b3a321294fde5242d34f65b6f2cca492041353d574faaae16a9c6d6149e7c9ff0cebf60f7ffaefbfce9ef00b3294815c59f
7
- data.tar.gz: dd26296b6f2d49f022cae786c1e3f192568c871e29b3deede23fc1953df71ce27b85f5bb2c4f642f4f36830c926c7620b042205457ad8f5b0cea961120d18649
6
+ metadata.gz: 7bd3100a69474eb101ef2bed807aec9ddd7388e6e52587df8f3f75ff45d122deb553621a1572f3014da4095ecc566806315824c99bd2895827f5f2233483e953
7
+ data.tar.gz: 4e562747aad0dfcdc5e48dd14820b5bd103b885a8a6b08ff64c67cae56bc2805b9d0d8f034f22598b2670087edf4f023b77ea794681a2a748d3574c47a1663f7
@@ -7,7 +7,7 @@
7
7
  font-display: swap;
8
8
  font-style: normal;
9
9
  font-weight: 400;
10
- src: url("/assets/fonts/plex-sans-400.woff2") format("woff2");
10
+ src: url("../fonts/plex-sans-400.woff2") format("woff2");
11
11
  }
12
12
 
13
13
  @font-face {
@@ -15,7 +15,7 @@
15
15
  font-display: swap;
16
16
  font-style: italic;
17
17
  font-weight: 400;
18
- src: url("/assets/fonts/plex-sans-400i.woff2") format("woff2");
18
+ src: url("../fonts/plex-sans-400i.woff2") format("woff2");
19
19
  }
20
20
 
21
21
  @font-face {
@@ -23,7 +23,7 @@
23
23
  font-display: swap;
24
24
  font-style: normal;
25
25
  font-weight: 700;
26
- src: url("/assets/fonts/plex-sans-700.woff2") format("woff2");
26
+ src: url("../fonts/plex-sans-700.woff2") format("woff2");
27
27
  }
28
28
 
29
29
  @font-face {
@@ -31,7 +31,7 @@
31
31
  font-display: swap;
32
32
  font-style: italic;
33
33
  font-weight: 700;
34
- src: url("/assets/fonts/plex-sans-700i.woff2") format("woff2");
34
+ src: url("../fonts/plex-sans-700i.woff2") format("woff2");
35
35
  }
36
36
 
37
37
  /*
@@ -43,7 +43,7 @@
43
43
  font-display: swap;
44
44
  font-style: normal;
45
45
  font-weight: 400;
46
- src: url("/assets/fonts/plex-mono-400.woff2") format("woff2");
46
+ src: url("../fonts/plex-mono-400.woff2") format("woff2");
47
47
  }
48
48
 
49
49
  @font-face {
@@ -51,7 +51,7 @@
51
51
  font-display: swap;
52
52
  font-style: italic;
53
53
  font-weight: 400;
54
- src: url("/assets/fonts/plex-mono-400i.woff2") format("woff2");
54
+ src: url("../fonts/plex-mono-400i.woff2") format("woff2");
55
55
  }
56
56
 
57
57
  @font-face {
@@ -59,7 +59,7 @@
59
59
  font-display: swap;
60
60
  font-style: normal;
61
61
  font-weight: 700;
62
- src: url("/assets/fonts/plex-mono-700.woff2") format("woff2");
62
+ src: url("../fonts/plex-mono-700.woff2") format("woff2");
63
63
  }
64
64
 
65
65
  @font-face {
@@ -67,5 +67,5 @@
67
67
  font-display: swap;
68
68
  font-style: italic;
69
69
  font-weight: 700;
70
- src: url("/assets/fonts/plex-mono-700i.woff2") format("woff2");
70
+ src: url("../fonts/plex-mono-700i.woff2") format("woff2");
71
71
  }
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: jekyll-theme-bean
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.5
4
+ version: 1.0.6
5
5
  platform: ruby
6
6
  authors:
7
7
  - Arthur Freitas