discourse-fonts 0.0.6 → 0.0.7
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/lib/discourse_fonts.rb +6 -2
- metadata +5 -5
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: '098489169f5f45ff8628ba0c509bed95d6ffbd2d0f7a4e0e16d46fa3e1e97e40'
|
|
4
|
+
data.tar.gz: 8b1d439ff4386c173603ba9c7bf0665ce50f8ced580d7780fd3634fa72e378f3
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 0a37590ee6e8d5dce3a3427bbb17bfec4641d350593bc08540da827ae5a1160a83044341fa3b19cc1fa8e8631f135aec31323997eb47b9890dce9916d9cea5a0
|
|
7
|
+
data.tar.gz: 54be43d59504d200f8ec39a2b07a41426065535f41bca75973e9d1efc7b5931c2a8062a841264915b064807bd7bedb05e3ac614e701e1c56976ca0bdaacb67b5
|
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.7"
|
|
5
5
|
|
|
6
6
|
def self.path_for_fonts
|
|
7
7
|
File.expand_path("../../vendor/assets/fonts", __FILE__)
|
|
@@ -184,10 +184,14 @@ module DiscourseFonts
|
|
|
184
184
|
{ filename: "Mukta-Regular.ttf", format: "truetype", weight: 400 },
|
|
185
185
|
{ filename: "Mukta-Bold.ttf", format: "truetype", weight: 700 }
|
|
186
186
|
]
|
|
187
|
+
},
|
|
188
|
+
{
|
|
189
|
+
name: "Helvetica",
|
|
190
|
+
stack: "Helvetica, Arial, sans-serif"
|
|
187
191
|
}
|
|
188
192
|
].map do |font|
|
|
189
193
|
font[:key] = font[:name].underscore.tr(" ", "_")
|
|
190
194
|
font
|
|
191
195
|
end
|
|
192
196
|
end
|
|
193
|
-
end
|
|
197
|
+
end
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
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.7
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Bianca Nenciu
|
|
8
|
-
autorequire:
|
|
8
|
+
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2021-02-
|
|
11
|
+
date: 2021-02-23 00:00:00.000000000 Z
|
|
12
12
|
dependencies: []
|
|
13
13
|
description: Bundle of fonts which can be used to customize the look of Discourse
|
|
14
14
|
email: bianca.nenciu@discourse.org
|
|
@@ -63,7 +63,7 @@ homepage: https://github.com/discourse/discourse-fonts
|
|
|
63
63
|
licenses:
|
|
64
64
|
- MIT
|
|
65
65
|
metadata: {}
|
|
66
|
-
post_install_message:
|
|
66
|
+
post_install_message:
|
|
67
67
|
rdoc_options: []
|
|
68
68
|
require_paths:
|
|
69
69
|
- lib
|
|
@@ -79,7 +79,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
79
79
|
version: '0'
|
|
80
80
|
requirements: []
|
|
81
81
|
rubygems_version: 3.0.3
|
|
82
|
-
signing_key:
|
|
82
|
+
signing_key:
|
|
83
83
|
specification_version: 4
|
|
84
84
|
summary: Bundle of customizable Discourse fonts
|
|
85
85
|
test_files: []
|