monitoring-jekyll-theme 0.5.2 → 0.5.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 +4 -4
- data/_layouts/default.html +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 5842a102fd28136e0464385fb9f69e8c294d711d0be93e853473308e58e76dde
|
|
4
|
+
data.tar.gz: 7453f2eecd301cf7157e68bd394a410716b468610d04944983f364cb83f4111d
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 5b0bfaff7a0ea5fc069235df96758fdcb2a04f0126fefc301c20bcf3bbd53653c752640557635991e6313ab4f7941007b7c90fe33f8f1b37856ce4f261e7a16a
|
|
7
|
+
data.tar.gz: cba0698439ab8ced43d1199c248c62f9f2173663dbbbbf00c10e2fa330dd3f5402a057126d65153dcac530d7307f38c37382cbb96f446eec3dd302f992d51703
|
data/_layouts/default.html
CHANGED
|
@@ -64,7 +64,7 @@
|
|
|
64
64
|
<script>
|
|
65
65
|
if ("fonts" in document) {
|
|
66
66
|
var Optiker = new FontFace("Optiker-K","url(/assets/fonts/Optiker-K.woff2) format('woff2')", {weight: "300"});
|
|
67
|
-
var IBMPlexMonoBold = new FontFace("IBMPlexMono","url(/assets/fonts/IBMPlexMono-Medium.woff2) format('woff2')", {weight: "300"});
|
|
67
|
+
var IBMPlexMonoBold = new FontFace("IBMPlexMono","url(/assets/fonts/IBMPlexMono-Medium.woff2) format('woff2')", {weight: "300",unicode-range: U+0030-0039;});
|
|
68
68
|
var PublicSansExtraLight = new FontFace("PublicSans","url(/assets/fonts/PublicSans-ExtraLight.woff2) format('woff2')", {weight: "100"});
|
|
69
69
|
var PublicSansRegular = new FontFace("PublicSans","url(/assets/fonts/PublicSans-Regular.woff2) format('woff2')", {weight: "300"});
|
|
70
70
|
Promise.all([PublicSansRegular.load(), PublicSansExtraLight.load(), IBMPlexMonoBold.load(), Optiker.load()]).then(function (fonts) {
|