jekyll-theme-bean 1.0.2.pre.2 → 1.0.3

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: fdc31dcc69154fd855bb1b55a139cea5103653b36234992b5ea53362600a4c81
4
- data.tar.gz: 19f3751e53ecbf7bd6cd49896f2b111ffe7df2ad190b0ae6ed709742177e038e
3
+ metadata.gz: 7d852ceb3f8c487f67e4c725f95c4cc8a7caf62a560a4f2506c33ba4bc271a6e
4
+ data.tar.gz: 0fc987acd9fec0213358b86afc4cef8917f7528a9a4ccdd764db00d78eb91d25
5
5
  SHA512:
6
- metadata.gz: 7a539fdad7cf4fd08b158d32cdd034f9ef638ddb15269b5288a7be335cf936c7c8aec04334a79fa8199a626359352414c75bb58a9cbe5f5b396307e97d895f4a
7
- data.tar.gz: 9f8818fa3378ed3969dceb5c37b8c6e6808b0dc97a285c6ab56e2fba48861fd2a1f184eda8ee5e737e7fd793eefa3be01c1ea345b21ddaf98c016720f600d7e4
6
+ metadata.gz: f10f15fd66502e8d23c0eaf9fe79ba48d33427344ecb28b6c366d9b7048a020150ac2e3a55c3ad70774778da8ba0b333f06a952122a877a7c02bfb74d574f6af
7
+ data.tar.gz: 6ab407e5097e2d5330a7b5819f5a497b862287fe78ae6a2dafab297b4c75964d4a8b27d6eaef1da2b847941d004cb546fd5fc8532d403502b3fa0ebe9d5af372
data/_includes/head.html CHANGED
@@ -14,6 +14,7 @@
14
14
  <link rel="stylesheet" href="{%- link assets/css/base.css -%}" />
15
15
  <link rel="stylesheet" href="{%- link assets/css/layout.css -%}" />
16
16
  <link rel="stylesheet" href="{%- link assets/css/highlights.css -%}" />
17
+ <link rel="stylesheet" href="{%- link assets/css/ibm-plex.css -%}" />
17
18
  <link rel="stylesheet" href="{%- link assets/css/theme.css -%}" />
18
19
  <link rel="stylesheet" href="{%- link assets/fonts/fonts.css -%}" />
19
20
 
@@ -0,0 +1,71 @@
1
+ /*
2
+ IBM Plex Sans
3
+ */
4
+
5
+ @font-face {
6
+ font-family: "IBM Plex Sans";
7
+ font-display: swap;
8
+ font-style: normal;
9
+ font-weight: 400;
10
+ src: url("/assets/fonts/plex-sans-400.woff2") format("woff2");
11
+ }
12
+
13
+ @font-face {
14
+ font-family: "IBM Plex Sans";
15
+ font-display: swap;
16
+ font-style: italic;
17
+ font-weight: 400;
18
+ src: url("/assets/fonts/plex-sans-400i.woff2") format("woff2");
19
+ }
20
+
21
+ @font-face {
22
+ font-family: "IBM Plex Sans";
23
+ font-display: swap;
24
+ font-style: normal;
25
+ font-weight: 700;
26
+ src: url("/assets/fonts/plex-sans-700.woff2") format("woff2");
27
+ }
28
+
29
+ @font-face {
30
+ font-family: "IBM Plex Sans";
31
+ font-display: swap;
32
+ font-style: italic;
33
+ font-weight: 700;
34
+ src: url("/assets/fonts/plex-sans-700i.woff2") format("woff2");
35
+ }
36
+
37
+ /*
38
+ IBM Plex Mono
39
+ */
40
+
41
+ @font-face {
42
+ font-family: "IBM Plex Mono";
43
+ font-display: swap;
44
+ font-style: normal;
45
+ font-weight: 400;
46
+ src: url("/assets/fonts/plex-mono-400.woff2") format("woff2");
47
+ }
48
+
49
+ @font-face {
50
+ font-family: "IBM Plex Mono";
51
+ font-display: swap;
52
+ font-style: italic;
53
+ font-weight: 400;
54
+ src: url("/assets/fonts/plex-mono-400i.woff2") format("woff2");
55
+ }
56
+
57
+ @font-face {
58
+ font-family: "IBM Plex Mono";
59
+ font-display: swap;
60
+ font-style: normal;
61
+ font-weight: 700;
62
+ src: url("/assets/fonts/plex-mono-700.woff2") format("woff2");
63
+ }
64
+
65
+ @font-face {
66
+ font-family: "IBM Plex Mono";
67
+ font-display: swap;
68
+ font-style: italic;
69
+ font-weight: 700;
70
+ src: url("/assets/fonts/plex-mono-700i.woff2") format("woff2");
71
+ }
@@ -1,71 +1 @@
1
- /*
2
- IBM Plex Sans
3
- */
4
-
5
- @font-face {
6
- font-family: "IBM Plex Sans";
7
- font-display: swap;
8
- font-style: normal;
9
- font-weight: 400;
10
- src: url("/assets/fonts/plex-sans-400.woff2") format("woff2");
11
- }
12
-
13
- @font-face {
14
- font-family: "IBM Plex Sans";
15
- font-display: swap;
16
- font-style: italic;
17
- font-weight: 400;
18
- src: url("/assets/fonts/plex-sans-400i.woff2") format("woff2");
19
- }
20
-
21
- @font-face {
22
- font-family: "IBM Plex Sans";
23
- font-display: swap;
24
- font-style: normal;
25
- font-weight: 700;
26
- src: url("/assets/fonts/plex-sans-700.woff2") format("woff2");
27
- }
28
-
29
- @font-face {
30
- font-family: "IBM Plex Sans";
31
- font-display: swap;
32
- font-style: italic;
33
- font-weight: 700;
34
- src: url("/assets/fonts/plex-sans-700i.woff2") format("woff2");
35
- }
36
-
37
- /*
38
- IBM Plex Mono
39
- */
40
-
41
- @font-face {
42
- font-family: "IBM Plex Mono";
43
- font-display: swap;
44
- font-style: normal;
45
- font-weight: 400;
46
- src: url("/assets/fonts/plex-mono-400.woff2") format("woff2");
47
- }
48
-
49
- @font-face {
50
- font-family: "IBM Plex Mono";
51
- font-display: swap;
52
- font-style: italic;
53
- font-weight: 400;
54
- src: url("/assets/fonts/plex-mono-400i.woff2") format("woff2");
55
- }
56
-
57
- @font-face {
58
- font-family: "IBM Plex Mono";
59
- font-display: swap;
60
- font-style: normal;
61
- font-weight: 700;
62
- src: url("/assets/fonts/plex-mono-700.woff2") format("woff2");
63
- }
64
-
65
- @font-face {
66
- font-family: "IBM Plex Mono";
67
- font-display: swap;
68
- font-style: italic;
69
- font-weight: 700;
70
- src: url("/assets/fonts/plex-mono-700i.woff2") format("woff2");
71
- }
1
+ /* Add your custom fonts here! */
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.2.pre.2
4
+ version: 1.0.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Arthur Freitas
@@ -136,6 +136,7 @@ files:
136
136
  - _layouts/post.html
137
137
  - assets/css/base.css
138
138
  - assets/css/highlights.css
139
+ - assets/css/ibm-plex.css
139
140
  - assets/css/layout.css
140
141
  - assets/css/reset.css
141
142
  - assets/css/theme.css