discourse-fonts 0.0.15 → 0.0.17

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 +4 -3
  3. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 81fde8aa2e231bd66bf2abdcb7d6e674bfdcecd1db0f3805214c1e5bb3531414
4
- data.tar.gz: d813d2d39e57ff345efd68463f354e21616d35fe7c956ba9b2d05aec22aa1d45
3
+ metadata.gz: 79ec65fa433273e118143484b9c690435000fde751789f70a7aaccd6ecfc829e
4
+ data.tar.gz: 6958640072bb66178378fedd01097ef078287f2523063341418e312138533dfe
5
5
  SHA512:
6
- metadata.gz: f720e7a4a84c31a636bb5ddc0a108e064df78eaa6021c0dfc18be8518dff01cfa7119aba5174fa96f2f580ae517f989a8e61aea9e773867c35e4514b927b6452
7
- data.tar.gz: ad1dc95fcd5cd68ae3605a10e0f3bddaaefd76a2a3e510c65d3111250447ce83f3ff9f1b9ea9b40e958f1592014a2379b092fb33a058e5636a96ad4ed9126e81
6
+ metadata.gz: bb60d92f2a6dbb1eddd643a8a012376be126fe01bd451c1d7d16bc756695b38dfe34540938539653ee19927b265d6414480bdaefbabda638cb31e1acce9f6ddd
7
+ data.tar.gz: '087523abb48dac4100c14959d3ccd78f56c385b4a305ed5b8c359e7bf3d81ec82fb80acff5ae29e8aeb8c42582798b5a82660f12bbd031e2ac6b515ddd2420bf'
@@ -1,7 +1,7 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module DiscourseFonts
4
- VERSION = "0.0.15"
4
+ VERSION = "0.0.17"
5
5
 
6
6
  def self.path_for_fonts
7
7
  File.expand_path("../../vendor/assets/fonts", __FILE__)
@@ -55,8 +55,9 @@ 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
+ font_feature_settings: "'calt' 0",
59
+ # calt is enabled by default, but we need to disable it so it does no conflict with markdown typographer which
60
+ # performs similar oprations.
60
61
  # Inter is variable font, so the same file is used for all weights.
61
62
  variants: [
62
63
  {
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.15
4
+ version: 0.0.17
5
5
  platform: ruby
6
6
  authors:
7
7
  - Bianca Nenciu
8
8
  bindir: bin
9
9
  cert_chain: []
10
- date: 2025-01-21 00:00:00.000000000 Z
10
+ date: 2025-01-22 00:00:00.000000000 Z
11
11
  dependencies:
12
12
  - !ruby/object:Gem::Dependency
13
13
  name: rake