discourse-fonts 0.0.3 → 0.0.4
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 +5 -1
- metadata +3 -3
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 4c813e6cdd38b0b77cd56e837aa93d5da8dda7b98a8daf3574a843b32f5789d5
|
4
|
+
data.tar.gz: 3206122f0d7b3091446396bf6a4ec5e4be0cf1654d995b05f52f4d6a8518f14f
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 04b688513a09ec26666793a45d459175670ae0a1a4a2d63256a18b5ca02c305ccc55a51828d15dd5b313faf62205e168ed3cb9d4a679789ab6c020a90acd64a2
|
7
|
+
data.tar.gz: 0b16141f9d661ca167c60ea1c874622e9899d037378239abcb9f6825fe82b8134ddda47c7ed8ea77d671e5ab37612f475a56dcc69bedcd0b53fadaf1571c7472
|
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.4"
|
5
5
|
|
6
6
|
def self.path_for_fonts
|
7
7
|
File.expand_path("../../vendor/assets/fonts", __FILE__)
|
@@ -13,6 +13,10 @@ module DiscourseFonts
|
|
13
13
|
name: "Helvetica",
|
14
14
|
stack: "Helvetica, Arial, sans-serif",
|
15
15
|
},
|
16
|
+
{
|
17
|
+
name: "System",
|
18
|
+
stack: "-apple-system, BlinkMacSystemFont, \"Segoe UI\", Roboto, Oxygen-Sans, Ubuntu, Cantarell, \"Helvetica Neue\", sans-serif",
|
19
|
+
},
|
16
20
|
{
|
17
21
|
name: "Open Sans",
|
18
22
|
stack: "Open Sans, Helvetica, Arial, sans-serif",
|
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.4
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Bianca Nenciu
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2020-09-
|
11
|
+
date: 2020-09-25 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
|
@@ -76,7 +76,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
76
76
|
- !ruby/object:Gem::Version
|
77
77
|
version: '0'
|
78
78
|
requirements: []
|
79
|
-
rubygems_version: 3.
|
79
|
+
rubygems_version: 3.0.3
|
80
80
|
signing_key:
|
81
81
|
specification_version: 4
|
82
82
|
summary: Bundle of customizable Discourse fonts
|