hima 1.0.4 → 1.0.5
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/_sass/hima/fonts.scss +6 -3
- data/_sass/hima/main.scss +7 -4
- data/assets/fonts/FiraCode.woff2 +0 -0
- data/assets/fonts/OpenSans.woff2 +0 -0
- data/assets/fonts/Oswald.woff2 +0 -0
- metadata +4 -4
- data/assets/fonts/FiraCode.ttf +0 -0
- data/assets/fonts/OpenSans.ttf +0 -0
- data/assets/fonts/Oswald.ttf +0 -0
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 2dd6ea79f9e41177d5c7f0905642b15810bdaf9e00ab69cb5a2e98c3ef2b0cfb
|
|
4
|
+
data.tar.gz: 0afff7ad86c53bef7b87d6631f9da7bb94839e7114efdee86bebec0ad218c752
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: d1c410f052c4171f431e57594906ec7410efe6b175518a40c4fd855c370f7c5069aa3d5b98d2c60d352adb4e6a0fde125e33c66037168c2e4199f84835749601
|
|
7
|
+
data.tar.gz: d3faaa334ea5d123d9163cec93daafe1dec15b42cde86cd41a177dc17075ac122106ad714be5ddaa86e7631d688fd635e4d4dc993dfbf0d1f3510aca5771b294
|
data/_sass/hima/fonts.scss
CHANGED
|
@@ -1,20 +1,23 @@
|
|
|
1
1
|
@font-face {
|
|
2
2
|
font-family: 'Oswald';
|
|
3
|
+
font-display: swap;
|
|
3
4
|
src:
|
|
4
5
|
local('Oswald'),
|
|
5
|
-
url('../fonts/Oswald.
|
|
6
|
+
url('../fonts/Oswald.woff2') format('woff2');
|
|
6
7
|
}
|
|
7
8
|
|
|
8
9
|
@font-face {
|
|
9
10
|
font-family: 'OpenSans';
|
|
11
|
+
font-display: swap;
|
|
10
12
|
src:
|
|
11
13
|
local('Open Sans'),
|
|
12
|
-
url('../fonts/OpenSans.
|
|
14
|
+
url('../fonts/OpenSans.woff2') format('woff2');
|
|
13
15
|
}
|
|
14
16
|
|
|
15
17
|
@font-face {
|
|
16
18
|
font-family: 'FiraCode';
|
|
19
|
+
font-display: swap;
|
|
17
20
|
src:
|
|
18
21
|
local('Fira Code'),
|
|
19
|
-
url('../fonts/FiraCode.
|
|
22
|
+
url('../fonts/FiraCode.woff2') format('woff2');
|
|
20
23
|
}
|
data/_sass/hima/main.scss
CHANGED
|
@@ -28,7 +28,7 @@ body {
|
|
|
28
28
|
}
|
|
29
29
|
|
|
30
30
|
h1, h2, h3, h4, h5, h6 {
|
|
31
|
-
font-family: Oswald;
|
|
31
|
+
font-family: Oswald, Arial, sans-serif;
|
|
32
32
|
margin-top: 2rem;
|
|
33
33
|
font-weight: normal;
|
|
34
34
|
}
|
|
@@ -94,8 +94,8 @@ a {
|
|
|
94
94
|
justify-content: center;
|
|
95
95
|
align-items: center;
|
|
96
96
|
font-size: 2.5rem;
|
|
97
|
-
font-family: Oswald;
|
|
98
|
-
font-variation-settings: "wght"
|
|
97
|
+
font-family: Oswald, Arial, sans-serif;
|
|
98
|
+
font-variation-settings: "wght" 700;
|
|
99
99
|
text-transform: uppercase;
|
|
100
100
|
text-align: center;
|
|
101
101
|
line-height: 1.2;
|
|
@@ -346,12 +346,15 @@ pre {
|
|
|
346
346
|
}
|
|
347
347
|
}
|
|
348
348
|
|
|
349
|
+
code {
|
|
350
|
+
font-family: FiraCode, monospace;
|
|
351
|
+
}
|
|
352
|
+
|
|
349
353
|
:not(pre) > code {
|
|
350
354
|
background: $inline-code-background;
|
|
351
355
|
padding: .2rem .25rem;
|
|
352
356
|
border-radius: .25rem;
|
|
353
357
|
border: .15rem solid $code-border;
|
|
354
|
-
font-family: FiraCode;
|
|
355
358
|
overflow-x: auto;
|
|
356
359
|
}
|
|
357
360
|
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: hima
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.0.
|
|
4
|
+
version: 1.0.5
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Brandon Cardoso
|
|
@@ -87,9 +87,9 @@ files:
|
|
|
87
87
|
- _sass/hima/fonts.scss
|
|
88
88
|
- _sass/hima/main.scss
|
|
89
89
|
- assets/css/style.scss
|
|
90
|
-
- assets/fonts/FiraCode.
|
|
91
|
-
- assets/fonts/OpenSans.
|
|
92
|
-
- assets/fonts/Oswald.
|
|
90
|
+
- assets/fonts/FiraCode.woff2
|
|
91
|
+
- assets/fonts/OpenSans.woff2
|
|
92
|
+
- assets/fonts/Oswald.woff2
|
|
93
93
|
- assets/hima-social-icons.html
|
|
94
94
|
homepage: https://www.github.com/brandoncardoso/hima
|
|
95
95
|
licenses:
|
data/assets/fonts/FiraCode.ttf
DELETED
|
Binary file
|
data/assets/fonts/OpenSans.ttf
DELETED
|
Binary file
|
data/assets/fonts/Oswald.ttf
DELETED
|
Binary file
|