discourse-fonts 0.0.14 → 0.0.15

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 +8 -2
  3. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: df2c1fd0b66686e6995d20154ba502387c31fac10192eb94e4d1a509663b115f
4
- data.tar.gz: '083eeffa76262d439810931d39201dc23e07507baded8b44a56002eff16597b8'
3
+ metadata.gz: 81fde8aa2e231bd66bf2abdcb7d6e674bfdcecd1db0f3805214c1e5bb3531414
4
+ data.tar.gz: d813d2d39e57ff345efd68463f354e21616d35fe7c956ba9b2d05aec22aa1d45
5
5
  SHA512:
6
- metadata.gz: 3a8be09a551242eb6ef4edc35417bdee2aed717154d40b29a334fe017e37ff5748095983e8cade33647c1670758011c9a3bdefacd3d2c9b6fbb0f540a9a530b2
7
- data.tar.gz: 4b1c1942f9fbc0c1421c3fe9795fa075de7bbbea5bf66da3f748ab392ca437f14d51210ecb22019730aa27a23af297ae653dd2fdae9f98b615f4f111245820a1
6
+ metadata.gz: f720e7a4a84c31a636bb5ddc0a108e064df78eaa6021c0dfc18be8518dff01cfa7119aba5174fa96f2f580ae517f989a8e61aea9e773867c35e4514b927b6452
7
+ data.tar.gz: ad1dc95fcd5cd68ae3605a10e0f3bddaaefd76a2a3e510c65d3111250447ce83f3ff9f1b9ea9b40e958f1592014a2379b092fb33a058e5636a96ad4ed9126e81
@@ -1,7 +1,7 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module DiscourseFonts
4
- VERSION = "0.0.14"
4
+ VERSION = "0.0.15"
5
5
 
6
6
  def self.path_for_fonts
7
7
  File.expand_path("../../vendor/assets/fonts", __FILE__)
@@ -55,9 +55,15 @@ module DiscourseFonts
55
55
  {
56
56
  name: "Inter",
57
57
  stack: "Inter, Arial, sans-serif",
58
+ font_feature_settings: "'calt' 0, 'ccmp' 0, 'ss02' 1",
59
+ font_variation_settings: "'opsz' 28",
58
60
  # Inter is variable font, so the same file is used for all weights.
59
61
  variants: [
60
- { filename: "InterVariable.woff2", format: "woff2", weight: "100 900" },
62
+ {
63
+ filename: "InterVariable.woff2",
64
+ format: "woff2",
65
+ weight: "100 900"
66
+ }
61
67
  ]
62
68
  },
63
69
  {
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: discourse-fonts
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.14
4
+ version: 0.0.15
5
5
  platform: ruby
6
6
  authors:
7
7
  - Bianca Nenciu
8
8
  bindir: bin
9
9
  cert_chain: []
10
- date: 2025-01-20 00:00:00.000000000 Z
10
+ date: 2025-01-21 00:00:00.000000000 Z
11
11
  dependencies:
12
12
  - !ruby/object:Gem::Dependency
13
13
  name: rake