discourse-fonts 0.0.3 → 0.0.4

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.
Files changed (3) hide show
  1. checksums.yaml +4 -4
  2. data/lib/discourse_fonts.rb +5 -1
  3. metadata +3 -3
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 208266db42616f4f06ceedb33b20bbb0d8e2d5ccab4774f9fb66bd86567e1b7a
4
- data.tar.gz: 0b0b69ee5dc61c63280a9edad9084e75ba99015c70a4c7f139688d6240ed30b2
3
+ metadata.gz: 4c813e6cdd38b0b77cd56e837aa93d5da8dda7b98a8daf3574a843b32f5789d5
4
+ data.tar.gz: 3206122f0d7b3091446396bf6a4ec5e4be0cf1654d995b05f52f4d6a8518f14f
5
5
  SHA512:
6
- metadata.gz: 83f55870e41a03f275fa325ccec74f64cb5bbb373f14bfe30f206249d25c712eac5d63a11609f671110fcd2839194f8cf278b6550f3ee6cb4d88090c9fb71724
7
- data.tar.gz: 75273586f7e8c3ec782cb329261f42415afa645167e345d7ee778ae5038f893c06e6b8b5dfc7a34e76e1cb729865b952c659a25079209672378db04b7095d797
6
+ metadata.gz: 04b688513a09ec26666793a45d459175670ae0a1a4a2d63256a18b5ca02c305ccc55a51828d15dd5b313faf62205e168ed3cb9d4a679789ab6c020a90acd64a2
7
+ data.tar.gz: 0b16141f9d661ca167c60ea1c874622e9899d037378239abcb9f6825fe82b8134ddda47c7ed8ea77d671e5ab37612f475a56dcc69bedcd0b53fadaf1571c7472
@@ -1,7 +1,7 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module DiscourseFonts
4
- VERSION = "0.0.3"
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.3
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-02 00:00:00.000000000 Z
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.2.0.rc.1
79
+ rubygems_version: 3.0.3
80
80
  signing_key:
81
81
  specification_version: 4
82
82
  summary: Bundle of customizable Discourse fonts