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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: ef3c9fc04bf537d4864657fcadc4d80dcaf0f1d2988357ed92596b3bd3f2acda
4
- data.tar.gz: b547c7dd9c6f2fbeecc223730c5f43f61694597530c14b50ec103fbf3f6462f7
3
+ metadata.gz: 2dd6ea79f9e41177d5c7f0905642b15810bdaf9e00ab69cb5a2e98c3ef2b0cfb
4
+ data.tar.gz: 0afff7ad86c53bef7b87d6631f9da7bb94839e7114efdee86bebec0ad218c752
5
5
  SHA512:
6
- metadata.gz: 60604c04f4e26ac64cab6cb4bf931e0e7bd04619a61bdf605113987f7abaec53d9954630f4aa011819cd78e35b69c9ae0eb655d9b14889a999de391e30355307
7
- data.tar.gz: 918d18d1ff54e4f886aa916402558f5fa785828f621421d4e0590428a9e613878499f42315583b08e9c85904b060a58936332560f3867d8ab41aefc97f74cfe9
6
+ metadata.gz: d1c410f052c4171f431e57594906ec7410efe6b175518a40c4fd855c370f7c5069aa3d5b98d2c60d352adb4e6a0fde125e33c66037168c2e4199f84835749601
7
+ data.tar.gz: d3faaa334ea5d123d9163cec93daafe1dec15b42cde86cd41a177dc17075ac122106ad714be5ddaa86e7631d688fd635e4d4dc993dfbf0d1f3510aca5771b294
@@ -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.ttf') format('truetype');
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.ttf') format('truetype');
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.ttf') format('truetype');
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" 800;
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
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.ttf
91
- - assets/fonts/OpenSans.ttf
92
- - assets/fonts/Oswald.ttf
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:
Binary file
Binary file
Binary file