discourse-fonts 0.0.13 → 0.0.14
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/discourse_fonts.rb +3 -4
- data/vendor/assets/fonts/InterVariable.woff2 +0 -0
- metadata +2 -2
- data/vendor/assets/fonts/Inter.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: df2c1fd0b66686e6995d20154ba502387c31fac10192eb94e4d1a509663b115f
|
4
|
+
data.tar.gz: '083eeffa76262d439810931d39201dc23e07507baded8b44a56002eff16597b8'
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 3a8be09a551242eb6ef4edc35417bdee2aed717154d40b29a334fe017e37ff5748095983e8cade33647c1670758011c9a3bdefacd3d2c9b6fbb0f540a9a530b2
|
7
|
+
data.tar.gz: 4b1c1942f9fbc0c1421c3fe9795fa075de7bbbea5bf66da3f748ab392ca437f14d51210ecb22019730aa27a23af297ae653dd2fdae9f98b615f4f111245820a1
|
data/lib/discourse_fonts.rb
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
# frozen_string_literal: true
|
2
2
|
|
3
3
|
module DiscourseFonts
|
4
|
-
VERSION = "0.0.
|
4
|
+
VERSION = "0.0.14"
|
5
5
|
|
6
6
|
def self.path_for_fonts
|
7
7
|
File.expand_path("../../vendor/assets/fonts", __FILE__)
|
@@ -55,10 +55,9 @@ module DiscourseFonts
|
|
55
55
|
{
|
56
56
|
name: "Inter",
|
57
57
|
stack: "Inter, Arial, sans-serif",
|
58
|
-
# Inter is variable font, so the same
|
58
|
+
# Inter is variable font, so the same file is used for all weights.
|
59
59
|
variants: [
|
60
|
-
{ filename: "
|
61
|
-
{ filename: "Inter.ttf", format: "truetype", weight: 700 }
|
60
|
+
{ filename: "InterVariable.woff2", format: "woff2", weight: "100 900" },
|
62
61
|
]
|
63
62
|
},
|
64
63
|
{
|
Binary file
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: discourse-fonts
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.0.
|
4
|
+
version: 0.0.14
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Bianca Nenciu
|
@@ -44,7 +44,7 @@ extensions: []
|
|
44
44
|
extra_rdoc_files: []
|
45
45
|
files:
|
46
46
|
- lib/discourse_fonts.rb
|
47
|
-
- vendor/assets/fonts/
|
47
|
+
- vendor/assets/fonts/InterVariable.woff2
|
48
48
|
- vendor/assets/fonts/Lato-Bold.ttf
|
49
49
|
- vendor/assets/fonts/Lato-Regular.ttf
|
50
50
|
- vendor/assets/fonts/Lora-Bold.ttf
|
Binary file
|